Help for this page

Select Code to Download


  1. or download this
    my %hash;
    @hash{qw(foo bar baz)} = 1 x 3;
    print "$_ => $hash{$_}\n" for keys %hash;