http://www.perlmonks.org?node_id=154411


in reply to Re: (shockme) Re: (Ovid) Re: Command Line Output Different from Output to Browser
in thread Command Line Output Different from Output to Browser

You haven't said weather or not you're printing an html header. Either way, enter:
print "Content-Type: text/html\n\n";
On a line before "require("HEADER01.pl");" in your code above. If that doesn't work, post the code in "HEADER01.pl".
  • Comment on Re: Re: (shockme) Re: (Ovid) Re: Command Line Output Different from Output to Browser
  • Download Code