Skip to content

Instantly share code, notes, and snippets.

@benvanstaveren
Created April 30, 2011 09:52
Show Gist options
  • Save benvanstaveren/949567 to your computer and use it in GitHub Desktop.
Save benvanstaveren/949567 to your computer and use it in GitHub Desktop.
foreach my $key keys %hash {
print "key is: $key\n";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment