Help for this page

Select Code to Download


  1. or download this
    foreach (keys %stuff_to_store) {
      print $_,'  ',$stuff_to_store{$_},"/n";
    }