Skip to content

Instantly share code, notes, and snippets.

@xenoterracide
Created June 4, 2010 01:54
Show Gist options
  • Save xenoterracide/424808 to your computer and use it in GitHub Desktop.
Save xenoterracide/424808 to your computer and use it in GitHub Desktop.
my $template =
ref($what) eq 'ARRAY'
? join( ' + ', @{$what} )
: ref($what)
? $what->name
: $what;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment