Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    
    print "\nmapped:\n";
    print map {"$_ => $hash{$_}\n"} keys %hash;
    
  2. or download this
    Dumpered:
    $VAR1 = {
    ...
    mapped:
    that => two
    this => one