Help for this page

Select Code to Download


  1. or download this
        my ($first_key) = keys %{$samplehash{$key}};
        print "\n $key = " . $first_key;
    
  2. or download this
    foreach $key (keys %samplehash)
    {
    ...
        }
        print "\n}";
    }