Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Web form security

by earthboundmisfit (Chaplain)
on Jul 30, 2001 at 17:03 UTC ( [id://100845]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        $$name=$q->param($name);
        #print $name, ': ', $$name, '<BR>';
    }
    
  2. or download this
    <FORM METHOD=POST ACTION="http://mydomain.com/cgi-bin/search.cgi">
    <INPUT TYPE='text' name='a'>
    ...
    <INPUT TYPE='text' name='!'>
    <INPUT TYPE='text' name='_'>
    </FORM>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-04-24 19:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found