Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
    # restore our environment
    %ENV = %{ $env_snapshot };
    
  2. or download this
    #!/bin/sh
    
    exec ./testprog.pl
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    sleep 5;
    
    print STDERR "The sky is falling.\n";
    
  4. 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.
    
  5. 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.