in reply to read return value from a sql script using piped open

Take a look at IPC::Run. It will give you a lot more control of the other process.
  • Comment on Re: read return value from a sql script using piped open

Replies are listed 'Best First'.
Re: Re: read return value from a sql script using piped open
by Anonymous Monk on Dec 12, 2002 at 12:26 UTC
    Finally
    http://www.perldoc.com/perl5.6.1/pod/func/close.html
    solved my issue.