Help for this page

Select Code to Download


  1. or download this
      use strict;
    
    ...
        my $key = make_some_key($value);
        $hash{$key} = $value;
      }