Help for this page
Select Code to Download
Select
or
download this
@hash{qw( foo bar )} = (1, 2);
Select
or
download this
$hash{foo} = 1; $hash{bar} = 2;