Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Send a Standard looking 404 error to unwanted vistors

by krisahoch (Deacon)
on Oct 01, 2002 at 22:05 UTC ( [id://202128]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/bin/perl
    
    ...
    my $WP = new CGI::Pretty;
    print $WP->header(-status => &NotFound);
    
  2. or download this
    Status: 404
    Content-type: text/html; charset=ISO=8859-1
    
  3. or download this
    <html><body></body></html>
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://202128]
Approved by Ovid
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-04-26 08:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found