Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^5: help! Please please help!

by amarquis (Curate)
on Mar 14, 2008 at 14:29 UTC ( [id://674210]=note: print w/replies, xml ) Need Help??


in reply to Re^4: help! Please please help!
in thread help! Please please help!

Net::RBLClient's listed_by() method returns a list of servers blocking an IP. You assign this to an array, and assign a reference to that array to an element of your hash. If you want to iterate over that array, you can just use something like the following instead of your foreach:

#This line isn't needed anymore #my $blackholes = $tpl->new_loop("listings", $omr); for my $server ( @{$rbl_list{$omr}} ) { #do something for each server in the array }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (5)
As of 2024-04-18 02:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found