debian man page for regexp::common::net::cidr

Query: regexp::common::net::cidr

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Regexp::Common::net::CIDR(3pm)				User Contributed Perl Documentation			    Regexp::Common::net::CIDR(3pm)

NAME
Regexp::Common::net::CIDR -- provide patterns for CIDR blocks.
SYNOPSIS
use Regexp::Common (); use Regexp::Common::net::CIDR (); while (<>) { /$RE{net}{CIDR}{IPv4}/ and print "Contains a CIDR. "; }
DESCRIPTION
Patterns for CIDR blocks. Now only next IPv4 formats are supported: xxx.xxx/xx xxx.xxx.xxx/xx xxx.xxx.xxx.xxx/xx With {-keep} stores address in $1 and number of bits in $2.
INSTALLATION
perl Makefile.PL make make install
CAVEATS
As Regexp::Common doesn't work well with extensions named "Regexp::Common::xxx::yyy" you have to load this extension yourself with "use" or "require".
AUTHOR
Ruslan U. Zakirov <ruz@bestpractical.com> perl v5.10.1 2011-01-09 Regexp::Common::net::CIDR(3pm)
Related Man Pages
regexp::common::lingua(3) - mojave
regexp::common::whitespace(3) - mojave
regexp::common::profanity5.18(3) - mojave
regexp::common::uri::pop(3pm) - debian
regexp::common::whitespace(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Detecting unused variables...
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph