You may want to try this:
print "Content-type: text/html\n\n";
print <<EOF;
<html>
etc...
</html>
EOF
-----Original Message-----
From: "Tony Paterra"<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Fri Jul 13 10:44:56 PDT 2001
Subject: Copy and past HTML into a perl script
>I have a cgi script that I need to past approx 40 lines of HTML into. I was
>hoping I could just get away with having a
>
>print "<paste HTML here>";
>
>and get away with that but sadly no, I get incomplete set of headers errors.
>
>Any suggestions?
>
>Thanks,
>Tony
>
>
>--
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
/~_. _ | _ _ _ _
\_/|(_||| | |(_)| |
_|
___________________________________________________
GO.com Mail
Get Your Free, Private E-mail at http://mail.go.com
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]