Help for this page
Select Code to Download
Select
or
download this
my %h = (1 => 'a', 2 => 'b', 3 => 'c'); my @a = (2, 3); ... __END__ b c