Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: print content in cgi and html

by svsingh (Priest)
on Sep 26, 2003 at 13:09 UTC ( [id://294403]=note: print w/replies, xml ) Need Help??


in reply to print content in cgi and html

Try HERE documents. I haven't used them to print the Content-type line in my scripts, but I would expect them to work for that as well. They're great for short blocks of HTML code.
print <<HEAD; <html><head><title>Page title</title></head> <body bgcolor="white"> HEAD # create the page print <<FOOT; </body></html> FOOT

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://294403]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-25 18:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found