Skip to content

Instantly share code, notes, and snippets.

@jakedouglas
Created November 5, 2008 16:38
Show Gist options
  • Save jakedouglas/22369 to your computer and use it in GitHub Desktop.
Save jakedouglas/22369 to your computer and use it in GitHub Desktop.
my(@vars) = ($foo, $bar);
foreach(@vars) {
print "The name of my variable is: <how do I do that?>";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment