- or download this
#!/usr/bin/perl
...
# restore our environment
%ENV = %{ $env_snapshot };
- or download this
#!/bin/sh
exec ./testprog.pl
- or download this
#!/usr/bin/perl
...
sleep 5;
print STDERR "The sky is falling.\n";
- or download this
Executing /tmp/testprog.sh
PROG_STDIN: GLOB(0x17f250), tell(PROG_STDIN): -1
...
PROG_STDERR: GLOB(0x17f220), tell(PROG_STDERR): -1
error: The sky is falling.
- or download this
Executing /home2/servicing/index.cgi
PROG_STDIN: GLOB(0x17f274), tell(PROG_STDIN): -1
...
PROG_STDERR: GLOB(0x17f244), tell(PROG_STDERR): -1
Error reading data from STDERR: Illegal seek at test_servicing_request
+.pl line 74.