July 13, 2007 0

Updated CGI Script Troubleshooting

By Levi Senft in Web

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 "";
print "";
exit();

Tags: , , ,

Leave a Reply