Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Perl Security - Prevent SPAM

by techcode (Hermit)
on Oct 07, 2005 at 01:48 UTC ( [id://498104]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!perl
    
    ...
    print $query->header(); # so you don't do it by hand
    
    print "Hello World!";
    
  2. or download this
    my $form = $query->Vars();
    
  3. or download this
    print $form->{name};
    
  4. or download this
    use CGI::Carp qw(fatalsToBrowser);
    ....
    ....
    if($error) { die "Error message"; }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-03-29 12:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found