in reply to Close() sometimes fails after open() pipe from command

more info:
The warning I get is:

Can't close $command: /256 at /blah/blah/blah.pl line xxx.

Thanks.

Hotshot

Replies are listed 'Best First'.
Re: Re: open()
by ariels (Curate) on May 06, 2002 at 14:07 UTC

    Your command returned exit status 1 (e.g., a Perl script might have done exit 1; or similar). See the documentation of $? for more details of this variable. Consult the documentation for <samp>$command</samp> to know what went wrong.