Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Should One Use CGI.pm to Generate HTML?

by epoptai (Curate)
on Jan 01, 2001 at 19:42 UTC ( [id://49180]=note: print w/replies, xml ) Need Help??


in reply to Should One Use CGI.pm to Generate HTML?

One strategy is to only use and import the CGI functions you feel comfortable with. For instance, header() and end_html() are consistent and useful to name only two.

Also it's pretty great for rapid prototyping when you can crank out one line html documents like this:

print header,start_html,start_form,textarea('me',"$x",20,70),submit('m +e','go'),end_form,end_html;

Log In?
Username:
Password:

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

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

    No recent polls found