in reply to Re^3: Why would a Perl script stop with no informatives?
in thread Why would a Perl script stop with no informatives?

and the buffering might be hiding an informative error message.
  • Comment on Re^4: Why would a Perl script stop with no informatives?

Replies are listed 'Best First'.
Re^5: Why would a Perl script stop with no informatives?
by ikegami (Patriarch) on Dec 22, 2009 at 06:56 UTC
    Not likely. STDERR is not buffered by default.