Help for this page
Select Code to Download
Select
or
download this
my %hash = ( 0 => 3, 1 => 7, ... 3 => 0, 4 => 2, );
Select
or
download this
my @vals = qw(3 7 5 0 2);