Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -wT  
    # don't forget -T for cgi scripts
    ...
            exec($otherscript, $input);
                    # the end, this script won't come back from here.
    }