Skip to content

Instantly share code, notes, and snippets.

@fuba
Created September 22, 2013 08:10
Show Gist options
  • Save fuba/6657842 to your computer and use it in GitHub Desktop.
Save fuba/6657842 to your computer and use it in GitHub Desktop.
こわい
my %hoge = (10..20);
while(my ($i,$j) = each @{[%hoge]}){
print "$i $j\n";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment