Beefy Boxes and Bandwidth Generously Provided by pair Networks RobOMonk
There's more than one way to do things
 
PerlMonks  

Re: checkbox name processing

by ColtsFoot (Chaplain)
on Aug 09, 2000 at 10:03 UTC ( [id://26996]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to checkbox name processing

vrempire the response was in fact from me Coltsfoot but I had forgotten
to login ):
In the example when the "Submit" button is selected the default action is to call
the same script again. If you want to have an action='http://your.site.com/cgi-bin/anotherperlfile.pl
then you should perform the code
if ($page->param('submit')) { @files = grep {defined CGI::param($_) or CGI::param($_) ne ' +'} CGI +::param(); print @files; #Do your code here..... }
in that file then @files will be available in that file
Hope that is clear

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://26996]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.