Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: cgi output.

by faerloche (Sexton)
on Mar 16, 2001 at 08:09 UTC ( [id://64877]=note: print w/replies, xml ) Need Help??


in reply to cgi output.

I'd write something like that with a here doc.. HTML can get really ugly if you have to \" all the quotes :-)

print <<EOF;

<TD width=200>
<P align=center>
<SELECT name=Team1 size=1>
<OPTION selected value=101>$variable</OPTION>
<OPTION value=103>something</OPTION>
<OPTION value=103>somethingelse</OPTION>
EOF

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (6)
As of 2024-04-25 15:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found