Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: How do you deal with HTML in Perl?

by newrisedesigns (Curate)
on Jul 25, 2002 at 01:32 UTC ( [id://185087]=note: print w/replies, xml ) Need Help??


in reply to How do you deal with HTML in Perl?

very carefully :D

I suggest using cjf's idea concerning here documents for simple stuff and tables, and use the standard CGI stuff for subroutines and other items that might need CGI.pm printing.

I suggest letting the HTML coder-monkeys write the template, and then form the dynamic output to the template. For example, use a here block for the header and such, then end it, branch off into a subroutine, then return to another here block.

Hope this helps

John J Reiser
newrisedesigns.com

Log In?
Username:
Password:

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

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

    No recent polls found