Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: HTML tags in perl CGI scripts

by Maclir (Curate)
on Nov 16, 2002 at 14:03 UTC ( [id://213396]=note: print w/replies, xml ) Need Help??


in reply to HTML tags in perl CGI scripts

Others have comments on the need to use the CGI.pm module. Several others have discussed the need (or lack of a need) to quote HTML attributes. Those two horses are well and truly deceased.

Wht did you enclose your print string in double quotes? Are there values you want interpolated? If not, you are wasting resources. Try: print STDOUT '<font face ="courier"> blah blah </font>'; instead. Except, by now you are no doubt using the CGI.pm methods.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-04-26 05:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found