Help for this page
#!/usr/local/bin/perl # Script to test IPC::Open3 ... close(ERRLOG) or die "Can't close filehandle! $!"; close(OUTPUT) or die "Can't close filehandle! $!"; defined( my $x= <STDIN> ) or warn "Can't read STDIN: $!\n";
PID was 416 readline() on closed filehandle main::STDIN at open3.pl line 32. Can't read STDIN: Bad file descriptor