Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^2: This does not look like start end

by Anonymous Monk
on Apr 10, 2018 at 08:33 UTC ( [id://1212630]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      foreach my $subnet (($ip->bits() == 32)?@IPv4Subnets:@IPv6Subnets)
      {
    ...
          return (1, \@subnetInfo);
        }
      }
    
  2. or download this
      my $number = 0;
      my @subnets = ($ip->bits() == 32)?@IPv4Subnets:@IPv6Subnets;
    ...
          }
      }
      return (0, "Could not find ip '$params{ip}' in subnets list");
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-25 06:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found