Help for this page
Select Code to Download
Select
or
download this
my @array = (1..10); my %hash = ();
Select
or
download this
%hash{@array} = (1) x scalar(@array};