Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
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 drinking their drinks and smoking their pipes about the Monastery: (6)
As of 2024-04-23 12:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found