in reply to Re^2: how to prevent open from dying
in thread how to prevent open from dying

It prints to STDERR, just like die does.

After Compline,
Zaxo

Replies are listed 'Best First'.
Re^4: how to prevent open from dying
by ikegami (Patriarch) on Jun 30, 2006 at 19:48 UTC
    He meant the code then proceeds to use an unopened handle if you have warn without next. Of course, that doesn't matter *if* the remaining code consists of while (<INFILE>) { ... }.