Help for this page

Select Code to Download


  1. or download this
    %hash = sort %hash;
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    print "\n";
    print "$_ => $hash{$_}\n" for keys %hash;
    
  3. or download this
    thing2 => leads to another
    All => is great and glorious
    ...
    leads to another => one thing
    thing1 => thing2
    All => is great and glorious