Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^3: Grab input from the user and Open the file

by AnomalousMonk (Archbishop)
on Nov 27, 2016 at 16:52 UTC ( [id://1176655]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %IP = (  # create and initialize
        '198.144.186.184' => {
    ...
    $IP{$captured_IP}{count}++;
    ...
    # print structure -- see perldsc
    
  2. or download this
    use Regexp::Common qw(net);
    ...
    ...
    $IP{$break_in_ip}{domain} = $break_in_domain;
    $IP{$break_in_ip}{count}++;
    ...
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-25 22:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found