Help for this page

Select Code to Download


  1. or download this
    %test_hash = (a=>1, b=>2);
    
  2. or download this
    require 'a.pl';
    
    ...
    print "$test_hash{$_}\n";
    
    }