Help for this page

Select Code to Download


  1. or download this
    #! /users/michwong/perl/bin/perl
    #! /users/michwong/perl/bin/perl -d:ptkdb
    ...
    
    $hash->{ x }{ y } = 10;
    $hash->{ x }{ y };
    
  2. or download this
    package MultiHash;
    
    ...
    }
    
    1;