I wanted a larger view area for the CGI troubleshooting script. This throws the output into a text area that fills the entire browser window. #!/usr/bin/perl print “Content-type: text/htmlnn”; print “”; print “”; print “”; system (“python MyPythonScript.py 2>&1n”); print”"; print “”; exit();
Tags: Command Line, perl, python, Script