Search results for "net::ip::match::"
Net::IP::Match - Efficiently match IP addresses against IP ranges
This module provides you with an efficient way to match an IP address against one or more IP ranges. Speed is the key issue here. If you have to check several million IP addresses, as can happen with big logs, every millisecond counts. If your way to...
MARCEL/Net-IP-Match-1.101700 - 19 Jun 2010 09:01:22 UTC - Search in distribution
Net::IP::Match::XS - Efficiently match IP addresses against IP ranges with C.
Net::IP::Match::XS is based upon, and does the same thing as Net::IP::Match. The unconditionally exported subroutine 'match_ip' determines if the ip to match ( first argument ) matches any of the subsequent ip arguments. Match arguments may be absolu...
BEAU/Net-IP-Match-XS-0.03 - 25 Dec 2004 05:38:14 UTC - Search in distribution
Net::ACL::Match::IP - Class matching IP addresses against an IP or network
This module is just a wrapper of the Net::Netmask module to allow it to operate automatically with Net::ACL::Rule....
LORENSEN/Net-ACL-0.07 - 06 Jun 2003 20:01:38 UTC - Search in distribution- Net::ACL - Class representing a generic access-list/route-map
- Net::ACL::File - Access-lists constructed from configuration file like syntax.
- Net::ACL::Rule - Class representing a generic access-list/route-map entry
- 3 more results from Net-ACL »
Net::IP::Match::Bin - Perl extension for match IP addresses against Net ranges
This module is XS implementation of matching IP addresses against Net ranges. Using similar method to Net::IP::Match::Regexp in storing Net ranges into memory. By implementing in XS C-code, and does not use regexp, more fast setup time and less using...
TOMO/Net-IP-Match-Bin-0.14 - 07 Aug 2014 13:52:39 UTC - Search in distribution
Net::IP::Match::Trie - Efficiently match IP addresses against IP ranges with Trie (prefix tree)
Net::IP::Match::Trie is XS or Pure Perl implementation of matching IP address against Net ranges. Net::IP::Match::Trie uses Trie (prefix tree) data structure, so very fast lookup time (match_ip) but slow setup (add) time. This module is useful for on...
HIROSE/Net-IP-Match-Trie-1.00 - 28 Nov 2013 06:25:44 UTC - Search in distribution- lib/Net/IP/Match/Trie/PP.pm
- lib/Net/IP/Match/Trie/XS.pm
- speedtest.pl - Benchmark the various IP match implementations
Net::IP::Match::Regexp - Efficiently match IP addresses against ranges
This module allows you to check an IP address against one or more IP ranges. It employs Perl's highly optimized regular expression engine to do the hard work, so it is very fast. It is optimized for speed by doing the match against a regexp which imp...
CDOLAN/Net-IP-Match-Regexp-1.01 - 04 Oct 2008 02:40:08 UTC - Search in distribution- speedtest.pl - Benchmark the various IP match implementations
Net::IP::CMatch - Efficiently match IP addresses against IP ranges with C.
Net::IP::CMatch is based upon, and does the same thing as Net::IP::Match. The unconditionally exported subroutine 'match_ip' determines if the ip to match ( first argument ) matches any of the subsequent ip arguments. Match arguments may be absolute ...
BEAU/Net-IP-CMatch-0.02 - 21 Dec 2004 18:28:22 UTC - Search in distribution
Net::IP::AddrRanges - IP address ranges to match
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
SNMP - The Perl5 'SNMP' Extension Module for the Net-SNMP SNMP package.
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
NG - Newbie::Gift or Next::Generation?? hoho~
Newbie::Gift is a repo lanched by Achilles Xu. He wants to write a sub-language which exports useful keywords as many as possible, has a simple Object-oriented syntax as php4 or java-0.1, and uses callback replace return values as nodejs. Idea comes ...
CHENRYN/NG-0.001 - 18 Apr 2013 11:54:54 UTC - Search in distribution
CGI - Handle Common Gateway Interface requests and responses
CGI.pm is a stable, complete and mature solution for processing and preparing HTTP requests and responses. Major features including processing form submissions, file uploads, reading and writing cookies, query string generation and manipulation, and ...
LEEJO/CGI-4.60 - 01 Nov 2023 07:57:12 UTC - Search in distribution
swaks - Swiss Army Knife SMTP, the all-purpose smtp transaction tester
swaks' primary design goal is to be a flexible, scriptable, transaction-oriented SMTP test tool. It handles SMTP features and extensions such as TLS, authentication, and pipelining; multiple version of the SMTP protocol including SMTP, ESMTP, and LMT...
MSIMERSON/Mail-Toaster-5.54 - 16 Feb 2017 19:40:58 UTC - Search in distribution- doc::Changes
- Mail::Toaster::DNS - DNS functions, primarily to test RBLs
CPAN - query, download and build perl modules from CPAN sites
The CPAN module automates or at least simplifies the make and install of perl modules and extensions. It includes some primitive searching capabilities and knows how to use LWP, HTTP::Tiny, Net::FTP and certain external download clients to fetch dist...
ANDK/CPAN-2.36 - 14 May 2023 19:36:11 UTC - Search in distribution
perlfunc - Perl builtin functions
The functions in this section can serve as terms in an expression. They fall into two major categories: list operators and named unary operators. These differ in their precedence relationship with a following comma. (See the precedence table in perlo...
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution- perlfunc - Perl builtin functions
- perl56delta - what's new for perl v5.6.0
- perl56delta - what's new for perl v5.6.0
- 21 more results from perl »
Acme::Tools - Lots of more or less useful subs lumped together and exported into your namespace
Subs created and collected since the mid-90s....
KJETIL/Acme-Tools-0.27 - 05 Feb 2020 16:25:50 UTC - Search in distribution
Forks::Super - extensions and convenience methods to manage background processes
This package provides new definitions for the Perl functions fork, wait, and waitpid with richer functionality. The new features are designed to make it more convenient to spawn background processes and more convenient to manage them to get the most ...
MOB/Forks-Super-0.97 - 09 Oct 2018 00:18:38 UTC - Search in distribution
ygrok - Build YAML by parsing lines of plain text
This program takes lines of plain text and converts them into documents....
PREACTION/ETL-Yertl-0.044 - 28 Jul 2020 02:29:40 UTC - Search in distribution
Apache::ASP - Active Server Pages for Apache with mod_perl
Apache::ASP provides an Active Server Pages port to the Apache Web Server with Perl scripting only, and enables developing of dynamic web applications with session management and embedded Perl code. There are also many powerful extensions, including ...
CHAMAS/Apache-ASP-2.63 - 15 Mar 2018 05:28:37 UTC - Search in distribution