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

Re: Re: Re: Re: Errors in my (simple?) CGI Script!

by jrsmith (Pilgrim)
on Mar 15, 2002 at 22:35 UTC ( [id://152102]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: Errors in my (simple?) CGI Script!
in thread Errors in my (simple?) CGI Script!

i've recently started assigning blocks of text/html to variables like so:
my $chunk = qq{ <b>Blah!</b><br><br> <i>Blah?</i> <u>Blah...</u> };
then i just print it.. the reason i started doing this as opposed to using heredocs is the pretty formatting; i strip out the tabs used to indent with a regex before printing.

as a side note, this seems to render pages MUCH faster than using heredocs. :)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (6)
As of 2024-03-28 14:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found