You've given me some insight into the problem I've been fighting with. Thank you.my $error = ''; if (!eof($PROG_STDERR)) { $error = join('', <$PROG_STDERR>) or die "Error reading data from +STDERR"; } close($PROG_STDERR); print "error: $error\n";
In reply to Re^6: open3 and illegal seeks
by brainsick
in thread open3 and illegal seeks
by brainsick
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |