Help for this page

Select Code to Download


  1. or download this
    foo.pl
    #!perl
    ...
    for(keys %foo) {
      print "$_=$foo{$_}\n";
    }