The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "NetAddr::IP"

NetAddr::IP - Manages IPv4 and IPv6 addresses and subnets River stage three • 37 direct dependents • 115 total dependents

This module provides an object-oriented abstraction on top of IP addresses or IP subnets that allows for easy manipulations. Version 4.xx of NetAddr::IP will work with older versions of Perl and is compatible with Math::BigInt. The internal represent...

MIKER/NetAddr-IP-4.079 - 26 Mar 2016 01:14:11 UTC - Search in distribution

Tie::NetAddr::IP - Implements a Hash where the key is a subnet River stage one • 1 direct dependent • 1 total dependent

This module overloads hashes so that the key can be a subnet as in NetAddr::IP. When looking values up, an interpretation will be made to find the given key within the subnets specified in the hash. The code sample provided on the SYNOPSIS would prin...

LUISMUNOZ/Tie-NetAddr-IP-1.51 - 09 Feb 2003 19:02:21 UTC - Search in distribution

NetAddr::IP::Find - Find IP addresses in plain text River stage one • 1 direct dependent • 1 total dependent

This is a module for finding IP addresses in plain text. Functions NetAddr::IP::Find exports one function, find_ipaddrs(). It works very similar to URI::Find's find_uris() or Email::Find's find_emails(). $num_ipaddrs_found = find_ipaddrs($text, \&cal...

MIYAGAWA/NetAddr-IP-Find-0.03 - 08 Jul 2003 04:19:09 UTC - Search in distribution

NetAddr::IP::Count - Count hosts in named subnets River stage zero No dependents

This module implements a symplistic way to match individual IP Addresses to subnets. It can be used to, among other things, help analyze HTTPD logs. The following methods are implemented. "->new" Creates a new counter. This method can be called passi...

LUISMUNOZ/NetAddr-IP-Count-2.01 - 08 Oct 2001 14:11:10 UTC - Search in distribution

NetAddr::IP::FastNew - NetAddr::IP new() methods with no validation River stage zero No dependents

This module is designed to quickly create NetAddr::IP objects. If you have a situation where you need 200_000 NetAddr::IP objects then the initialization speed can really become a problem....

RDRAKE/NetAddr-IP-FastNew-0.4 - 29 Dec 2014 02:27:52 UTC - Search in distribution

NetAddr::IP::LazyInit - NetAddr::IP objects with deferred validation SEE DESCRIPTION BEFORE USING River stage zero No dependents

This module is designed to quickly create objects that may become NetAddr::IP objects. It accepts anything you pass to it without validation. Once a method is called that requires operating on the value, the full NetAddr::IP object is constructed. Yo...

RDRAKE/NetAddr-IP-LazyInit-0.7 - 17 Nov 2014 14:28:51 UTC - Search in distribution

NetAddr::IP::Obfuscate - Replace IP addresses in plain text with obfuscated equivalents River stage zero No dependents

This is a module for replacing IP addresses in plain text with obfuscated equivalents from the network range supplied. IP addresses are replaced one-for-one throughout the text, so once an IP address has an obfuscated equivalent, it stays that way. T...

DMAXWELL/NetAddr-IP-Obfuscate-0.02 - 24 Jun 2005 18:20:56 UTC - Search in distribution

MooseX::Types::NetAddr::IP - NetAddr::IP related types and coercions for Moose River stage one • 2 direct dependents • 3 total dependents

This package provides internet address types for Moose. TYPES NetAddrIP Coerces from Str and ArrayRef via "new" in NetAddr::IP. NetAddrIPv4 Coerces from Str and ArrayRef via "new" in NetAddr::IP. NetAddrIPv6 Coerces from Str and ArrayRef via "new" in...

TCAINE/MooseX-Types-NetAddr-IP-0.07 - 25 Jul 2014 01:44:13 UTC - Search in distribution

FormValidator::Simple::Plugin::NetAddr::IP - IP Address validation River stage one • 1 direct dependent • 1 total dependent

This module adds IP Address validation commands to FormValidator::Simple. It uses NetAddr::IP to do the validation. There are other modules that may do IP Address validation with less overhead, but NetAddr::IP was already being used in the project th...

HACKER/FormValidator-Simple-Plugin-NetAddr-IP-0.01 - 29 Apr 2007 16:25:12 UTC - Search in distribution

Net::IP::AddrRanges - IP address ranges to match River stage one • 1 direct dependent • 1 total dependent

Net::IP::AddrRanges is to represent a list of IP address ranges....

RINTARO/Net-IP-AddrRanges-0.01 - 03 Aug 2010 09:34:29 UTC - Search in distribution

Net::IPAddr::Find - Find IP addresses in plain text River stage zero No dependents

This is a module for finding IP addresses in plain text....

MIYAGAWA/Net-IPAddr-Find-0.02 - 04 Oct 2001 16:27:59 UTC - Search in distribution

Net::Silk::IPAddr - SiLK IP addresses River stage zero No dependents

"Net::Silk::IPAddr" represents an IPv4 or IPv6 address. These manifest as the subclasses "Net::Silk::IPv4Addr" and "Net::Silk::IPv6Addr", respectively....

MSISK/Net-Silk-2.08 - 05 Apr 2019 18:31:52 UTC - Search in distribution

Net::SNMP::HostInfo::IpAddrEntry - An entry in the ipAddrTable of a MIB-II host River stage zero No dependents

"The addressing information for one of this entity's IP addresses."...

JMACFARLA/Net-SNMP-HostInfo-0.04 - 06 Oct 2003 21:19:14 UTC - Search in distribution

Net::Connection::Sniffer::Util - netaddr utilities River stage zero No dependents

Net::Connection::Sniffer::Util is a lite weight perl module to do NetAddr::IP like operations on ip addresses in either 32 or 128 bit formats. * my $ip = newcidr24; Create a blessed address object with cidr/24 network/broadcast bounds (assumes 32 bit...

MIKER/Net-Connection-Sniffer-0.36 - 27 Jan 2014 22:28:23 UTC - Search in distribution

DBIx::Class::InflateColumn::IP - Auto-create NetAddr::IP objects from columns. River stage zero No dependents

ILMARI/DBIx-Class-InflateColumn-IP-0.02003 - 02 Nov 2012 11:55:21 UTC - Search in distribution

Net::Works - Sane APIs for IP addresses and networks River stage one • 6 direct dependents • 6 total dependents

The NetAddr::IP module is very complete, correct, and useful. However, its API design is a bit crufty. This distro provides an alternative API that aims to address the biggest problems with that module's API, as well as adding some additional feature...

MAXMIND/Net-Works-0.22 - 21 Aug 2016 17:29:46 UTC - Search in distribution

SNMP - The Perl5 'SNMP' Extension Module for the Net-SNMP SNMP package. River stage two • 10 direct dependents • 13 total dependents

Note: The perl SNMP 5.0 module which comes with net-snmp 5.0 and higher is different than previous versions in a number of ways. Most importantly, it behaves like a proper net-snmp application and calls init_snmp properly, which means it will read co...

HARDAKER/SNMP-5.0404 - 17 Oct 2013 13:57:17 UTC - Search in distribution

spamtrap - Manage a spamtrap and produce DNS::BL commands to respond River stage zero No dependents

This program is meant to be used in procmail recipes serving spamtrap and/or spam reporting addresses. Its main functions include: Evidence archiving When instructed to do so, each processed spam sample is stored in a file within a path. The file nam...

LUISMUNOZ/DNS-BL-0.03 - 24 Dec 2004 19:27:22 UTC - Search in distribution

Mail::RBL - Perl extension to access RBL-style host verification services River stage zero No dependents

This module eases the task of checking if a given host is in the list. The methods available are described below: "->new(suffix, resolver)" Creates a list handle. The "suffix" parameter is mandatory and specifies which suffix to append to the queries...

LUISMUNOZ/Mail-RBL-1.10 - 01 May 2007 20:43:47 UTC - Search in distribution

Mail::SpamCannibal - HOWTO Install SpamCannibal River stage zero No dependents

MIKER/Mail-SpamCannibal-1.08 - 13 Jun 2015 04:33:14 UTC - Search in distribution
58 results (0.142 seconds)