##
#!/bin/sh
exec ./testprog.pl
####
#!/usr/bin/perl
print "Sleeping for 3 seconds\n";
sleep 3;
print "Sleeping for 5 seconds\n";
sleep 5;
print STDERR "The sky is falling.\n";
####
Executing /tmp/testprog.sh
PROG_STDIN: GLOB(0x17f250), tell(PROG_STDIN): -1
PROG_STDOUT: GLOB(0x17f268), tell(PROG_STDOUT): -1
output: Sleeping for 3 seconds
Sleeping for 5 seconds
PROG_STDERR: GLOB(0x17f220), tell(PROG_STDERR): -1
error: The sky is falling.
####
Executing /home2/servicing/index.cgi
PROG_STDIN: GLOB(0x17f274), tell(PROG_STDIN): -1
PROG_STDOUT: GLOB(0x17f28c), tell(PROG_STDOUT): -1
output: Content-type: text/html
Error
Your attempt to log onto website failed. This is due to a problem NOT related to correctly keying your User ID and Password.
In order to access our secure websites, please report this event to at
customer_service@sample.com or 111-111-1111.
We will research the problem and assist you with your data and transaction needs.
Thank you for your assistance.
PROG_STDERR: GLOB(0x17f244), tell(PROG_STDERR): -1
Error reading data from STDERR: Illegal seek at test_servicing_request.pl line 74.