Help for this page

Select Code to Download


  1. or download this
    # open the files
    tie(%db_in, 'DB_File', $infile)
    ...
        $db_out{$k} = $v;
    }
    
  2. or download this
    # open the files
    tie(%db_in, 'DB_File', $infile)
    ...
        print TEXT_OUT "$key\n$value\n";
    }