Help for this page

Select Code to Download


  1. or download this
    my %hash = @_;
    
  2. or download this
    #!/bin/perl5
    
    ...
        print "$key -> $hash{$key}\n";
      }
    }