Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
     
    ...
        printf "\nDump of hash as an array => %s\n", Dumper(\@array);
        as_hash(@array);
    }
    
  2. or download this
    Dump of hash as a hash => $VAR1 = {
              'e' => [
    ...
            };
     
    hash{i}{J} = 'K'