in reply to Re: slowing down perl script to ensure file is written before program tries to process it in subroutine
in thread slowing down perl script to ensure file is written before program tries to process it in subroutine

yeah...closing the file flushes output to it, so it actually gets written to disk from memory cache. so close the file after you write to it, and bob's your uncle.
the hardest line to type correctly is: stty erase ^H
  • Comment on Re^2: slowing down perl script to ensure file is written before program tries to process it in subroutine