in reply to CGI Script Not Showing Bottom of Page
Check your web server's error log, and see if it contains anything useful.
Start your script with use strict; use warnings; and see if there are any warnings.
For debugging purposes, use use CGI::Carp qw(fatalsToBrowser); to find out if there was an error during execution
|
|---|