in reply to STDIO handleing

Maybe you want to unset PrintError, and/or use HandleError instead?

Replies are listed 'Best First'.
Re^2: STDIO handleing
by sgifford (Prior) on May 11, 2009 at 04:00 UTC
    Or set RaiseError and catch the exception after an eval block. That's my favorite DBI trick.
      s/trick/treat/