Help for this page

Select Code to Download


  1. or download this
    my @array = (1..10);
    my %hash = ();
    
  2. or download this
    %hash{@array} = (1) x scalar(@array};