in reply to CGI Script Not Showing Bottom of Page

The common answer is: you made a mistake.

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