Help for this page

Select Code to Download


  1. or download this
        $rec{$key} = $value if defined $key;
        $key = $newkey;
    print "KEY = $key, VALUE = $value\n";
    
  2. or download this
        $rec{$key} = $value if defined $key;
        print "KEY = $key, VALUE = $value\n";
        $key = $newkey;