Re: Malformed header problem

2006-05-04 Thread Philip M. Gollucci
ciccio4242 wrote: Hi, See my interspersed print statement below. Read up on HTTP Headers how apache/mod_perl deals with them and why static files are different. #!/usr/bin/perl print "Content-Type: text/html\n\n"; print "\n"; print "\n\n"; print "\n"; print "\n"; print "\n"; print"\n"

Malformed header problem

2006-05-03 Thread ciccio4242
Hi, I'm trying to run with mod_perl the following script: #!/usr/bin/perl print "\n"; print "\n\n"; print "\n"; print "\n"; print "\n"; print"\n"; print "\n"; print "HELLO\n"; print "\n"; print "\n"; IMHO that SHOULD work, but it doesn't: I receive from error.log: [Wed May 03 18:29:36 2