Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Blocking based on words in a list

by esskar (Deacon)
on Dec 28, 2005 at 00:43 UTC ( [id://519468]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if(open (my $filehandle, '<', '/home/cowpensv/public_html/cgi-bin/bloc
    +k.txt')) {
       my $comments = $FORM{'comments'};
    ...
       die "Can't open block.txt"; # or any other error-handling
       # i don't like die in a cgi-env
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (6)
As of 2024-04-23 08:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found