Help for this page

Select Code to Download


  1. or download this
    print map { "$_\t=>$byFile{$_}\n" } keys %byFile;
    
  2. or download this
    print "$_\t=>$byFile{$_}\n" for keys %byFile;  # look Ma! no map!  :-)