Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. stefanos

    Modifying 1 line of file.

    you have to write to a temp file and then overwrite the original. something like that ... open(DATABASE1,&quot;</redirections.txt&quot;); ## To Read open(DATABASE2,&quot;>/redirections-temp.txt&quot;); ## To Write @REDIRECTIONS = <DATABASE1>; for ($i=0;$i<$#REDIRECTIONS+1;$i++) {...
  2. stefanos

    Need Assistance

    try the following script: #!/usr/local/bin/perl ################ DECODE THE FORM INPUT ################################################ if ($ENV{'REQUEST_METHOD'} eq &quot;POST&quot;) { read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'}); } @nvpairs = split(/&/, $buffer); foreach $pair (@nvpairs)...

Part and Inventory Search

Back
Top