Help for this page
my $error = join('', <$PROG_STDERR>) or die "Error reading data from STDERR: $!";
my $error = join('', <$PROG_STDERR>); my $err = $!; die "Error reading data from STDERR: $err" if !eof($PROG_STDERR);