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 TouchToneTommy 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: *

  • Users: greya
  • Order by date
  1. greya

    perl script suddenly stops writing to files

    That helped. Thank you! I guess when the script is interrupted by Ctrl+C, it causes this block some of the times. The strange thing is that even restarting the computer earlier didn't help. Thanks again.
  2. greya

    perl script suddenly stops writing to files

    I have a script that is supposed to write output to files. It usually works fine. Sometimes I run it and it would not write a single line to a file it is supposed to write to. Later, it would spontaneously resume working normally. E.g. open (RESULTS, '>results.txt'); print RESULTS "BLAH"...

Part and Inventory Search

Back
Top