Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: CGI::Application and CGI security

by Anonymous Monk
on Jun 30, 2004 at 17:10 UTC ( [id://370809]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl
    use strict;
    ...
       </body>
    </html>
    ";
    
  2. or download this
    #!/usr/local/bin/perl
    use strict;
    ...
    print "uid: '"    . $cgi->param('uid')    . "<br>";
    print "passwd: '" . $cgi->param('passwd') . "<br>";
    print "rm: '"     . $cgi->param('rm')     . "'";
    

Log In?
Username:
Password:

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

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

    No recent polls found