in reply to Re: Incomplete Output When Printing Hash
in thread Incomplete Output When Printing Hash

The first thing to do (and something a lot of people fail to do) when debugging CGI is to get rid of HTML:
print "Content-Type: text/plain\r\n\r\n";