Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Re: Checkbox values

by CharlesClarkson (Curate)
on Nov 14, 2001 at 19:12 UTC ( [id://125318]=note: print w/replies, xml ) Need Help??


in reply to Re: Checkbox values
in thread Checkbox values

You had me till the very end. I really hate to mix HTML and CGI.

print p( 'Check a button or two and click Submit Query to see the chec +ked values +.' ), li, join '<LI>', @checkbox_values; print end_html;
print p( 'Check a button or two and click Submit Query to see the chec +ked values.' ); print li($_) for @checkbox_values; print end_html;


Update: CGI.pm will allow li a list reference.
print p( 'Check a button or two and click Submit Query to see the checke +d values.' ), li(\@checkbox_values), end_html;



HTH,
Charles K. Clarkson

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://125318]
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: (None)
    As of 2024-04-19 00:02 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found