Help for this page

Select Code to Download


  1. or download this
    $VAR1 = [
              [
    ...
                '1'
              ]
            ];
    
  2. or download this
    !/usr/bin/perl -w
    
    ...
                    $hash{@$ary[1]} = push @$ary[0];
    }
    print Dumper %hash;