Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Checkbox values

by mkmcconn (Chaplain)
on Nov 13, 2001 at 03:52 UTC ( [id://124951]=note: print w/replies, xml ) Need Help??


in reply to Checkbox values

chriso,
I believe that it's simply a matter of your variables being surrounded by single quotes.
# this will expand the variables print "$labels[$counter]"; #this will print the literal variables, no expansion: print '$labels[$counter]';

mkmcconn

Log In?
Username:
Password:

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

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

    No recent polls found