Skip to content

Instantly share code, notes, and snippets.

@metaperl
Created August 10, 2010 20:36
Show Gist options
  • Select an option

  • Save metaperl/517942 to your computer and use it in GitHub Desktop.

Select an option

Save metaperl/517942 to your computer and use it in GitHub Desktop.
my @parm = qw(a b c):
for my $parm (@parm) {
warn $x->{${parm}_x};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment