Skip to content

Instantly share code, notes, and snippets.

@hiroyukim
Created November 18, 2009 02:27
Show Gist options
  • Save hiroyukim/237501 to your computer and use it in GitHub Desktop.
Save hiroyukim/237501 to your computer and use it in GitHub Desktop.
use strict;
use warnings;
my %hash;
@hash { qw/aaaa bbbb/ } = (0..1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment