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

Re^5: Creating a whitelist

by htmanning (Friar)
on Jun 17, 2016 at 00:08 UTC ( [id://1165921]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub filter_good_orgs { 
    print "Content-type: text/html\n\n";
    ...
        
        
    } # end filter_good_orgs subroutine
    
  2. or download this
    first
    national
    bank
    
  3. or download this
    Word: first , Org: first national bank Found: 
    Word: national , Org: first national bank Found: 
    ...
    
    Found: 
    Content-type: text/html
    
  4. or download this
     if ($goodorg =~ /$lc_org/i)  {
                   $found = 1;
                }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (6)
As of 2024-04-16 09:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found