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

Search results for "module: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

NetAddr::IP::Util - IPv4/6 and 128 bit number utilities River stage three • 37 direct dependents • 115 total dependents

NetAddr::IP::Util provides a suite of tools for manipulating and converting IPv4 and IPv6 addresses into 128 bit string context and back to text. The strings can be manipulated with Perl's logical operators: and & or | xor ^ ~ compliment in the same ...

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

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

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

NetAddr::IP::Lite - 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. Most of the operations of NetAddr::IP are supported. This module will work with older versions of Perl and is compatible wit...

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

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

NetAddr::IP::UtilPP - pure Perl functions for NetAddr::IP::Util River stage three • 37 direct dependents • 115 total dependents

NetAddr::IP::UtilPP provides pure Perl functions for NetAddr::IP::Util * $rv = hasbits($bits128); This function returns true if there are one's present in the 128 bit string and false if all the bits are zero. i.e. if (hasbits($bits128)) { &do_someth...

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

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

NetAddr::IP::Util_IS - Tell about Pure Perl River stage three • 37 direct dependents • 115 total dependents

Util_IS indicates whether or not NetAddr::IP::Util was compiled in Pure Perl mode. * $rv = NetAddr::IP::Util_IS->pure; Returns true if PurePerl mode, else false. * $rv = NetAddr::IP::Util_IS->not_pure; Returns true if NOT PurePerl mode, else false...

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

NetAddr::IP::InetBase - IPv4 and IPV6 utilities River stage three • 37 direct dependents • 115 total dependents

NetAddr::IP::InetBase provides a suite network of conversion functions written in pure Perl for converting both IPv4 and IPv6 addresses to and from network address format and text format. The IPv6 functions support all rfc1884 formats. i.e. x:x:x:x:x...

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

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

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

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

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

NetAddr::MAC - MAC hardware address functions and object (EUI48 and EUI64) River stage one • 4 direct dependents • 5 total dependents

This module provides an OO and functional interface to deal with Media Access Control (or MAC) addresses. These are the addresses that uniquely identify a device on various layer 2 networks. Although the most common case is hardware addresses on Ethe...

DJZORT/NetAddr-MAC-0.98 - 09 Jul 2022 01:31:17 UTC
15 results (0.026 seconds)