Skip to content

Instantly share code, notes, and snippets.

@tomill
Created September 26, 2012 10:17
Show Gist options
  • Save tomill/3787190 to your computer and use it in GitHub Desktop.
Save tomill/3787190 to your computer and use it in GitHub Desktop.
my %hoge;
%{ $hoge{'hoge'} } = (a=>1, b=>2);
use Data::Dumper;
warn Dumper \%hoge;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment