Help for this page

Select Code to Download


  1. or download this
    my %hash;
    my $profile;
    ...
        $$profile{$key} = $value;
    }
    close INPUT;
    
  2. or download this
    $hash{THIRDGRADE}{location}
    etc.