File: 03modlist.data
Description: These are the data that are published in the module
list, but they may be more recent than the latest posted
modulelist. Over time we'll make sure that these data
can be used to print the whole part two of the
modulelist. Currently this is not the case.
Modcount: 5429
Written-By: Id
Date: Mon, 23 Nov 2009 16:27:24 GMT
package CPAN::Modulelist;
# Usage: print Data::Dumper->new([CPAN::Modulelist->data])->Dump or similar
# cannot 'use strict', because we normally run under Safe
# use strict;
sub data {
my $result = {};
my $primary = "modid";
for (@$CPAN::Modulelist::data){
my %hash;
@hash{@$CPAN::Modulelist::cols} = @$_;
$result->{$hash{$primary}} = \%hash;
}
$result;
}
$CPAN::Modulelist::cols = [
'modid',
'statd',
'stats',
'statl',
'stati',
'statp',
'description',
'userid',
'chapterid'
];
$CPAN::Modulelist::data = [
[
'Fcntl',
'S',
'd',
'c',
'f',
'?',
'Defines fcntl() constants (see File::Lock)',
'JHI',
'4'
],
[
'Errno',
'c',
'd',
'p',
'f',
'?',
'Constants from errno.h EACCES, ENOENT etc',
'P5P',
'4'
],
[
'Statistics::LTU',
'R',
'd',
'p',
'O',
'?',
'Implements Linear Threshold Units',
'TOMFA',
'6'
],
[
'IPC::SysV',
'S',
'u',
'c',
'h',
'p',
'System V shared memory, semaphores, messages',
'MHX',
'5'
],
[
'Set::Scalar',
'M',
'd',
'p',
'O',
'p',
'Set of scalars (inc references)',
'JHI',
'6'
],
[
'Opcode',
'S',
'u',
'p',
'f',
'?',
'Disable named opcodes when compiling code',
'P5P',
'2'
],
[
'I18N::Collate',
'S',
'd',
'p',
'r',
'?',
'Locale based comparisons',
'JHI',
'13'
],
[
'Term::Prompt',
'a',
'd',
'p',
'f',
'?',
'Prompt a user',
'ALLENS',
'8'
],
[
'IPC::Mmap',
'b',
'd',
'h',
'O',
'a',
'memory mapped file IPC for POSIX and Win32',
'DARNOLD',
'5'
],
[
'DBD::SimpleDB',
'c',
'm',
'p',
'O',
'o',
'DBI i/f for Amazon::SimpleDB',
'DARNOLD',
'7'
],
[
'Async::Group',
'a',
'd',
'p',
'O',
'?',
'Deal with simultaneous asynchronous calls',
'DDUMONT',
'4'
],
[
'CGI::Imagemap',
'R',
'd',
'p',
'h',
'?',
'Imagemap handling for specialized apps',
'MIKEH',
'15'
],
[
'Tcl',
'R',
'd',
'c',
'O',
'?',
'Complete access to Tcl',
'MICB',
'9'
],
[
'Tcl::Tk',
'R',
'd',
'c',
'O',
'?',
'Complete access to Tk *via Tcl*',
'MICB',
'9'
],
[
'Des',
'a',
'd',
'c',
'f',
'?',
'DES encryption (libdes)',
'MICB',
'14'
],
[
'constant',
'S',
'u',
'p',
'f',
'?',
'Define compile-time constants',
'SAPER',
'27'
],
[
'Math::VecStat',
'R',
'd',
'p',
'r',
'?',
'Some basic numeric stats on vectors',
'ASPINELLI',
'6'
],
[
'Math::Spline',
'R',
'd',
'p',
'O',
'?',
'Cubic Spline Interpolation of data',
'CHORNY',
'6'
],
[
'Net::Traceroute',
'b',
'd',
'p',
'O',
'o',
'Trace routes in IPv4, v6',
'HAG',
'5'
],
[
'Win32::MSAgent',
'R',
'd',
'p',
'O',
'p',
'Interface to Microsoft Agent',
'JOUKE',
'22'
],
[
'Net::Domain',
'a',
'd',
'p',
'f',
'?',
'Try to determine TCP domain name of system',
'GBARR',
'5'
],
[
'Devel::DProf',
'R',
'd',
'c',
'f',
'?',
'Execution profiler',
'DMR',
'3'
],
[
'Class::Eroot',
'R',
'd',
'p',
'O',
'?',
'Eternal Root - Object persistence',
'DMR',
'6'
],
[
'Class::Template',
'R',
'd',
'p',
'r',
'?',
'Struct/member template builder',
'DMR',
'6'
],
[
'Ioctl',
'a',
'd',
'c',
'f',
'?',
'ioctl(2) constants',
'JPRIT',
'4'
],
[
'Term::Info',
'a',
'd',
'p',
'f',
'?',
'Terminfo interface (currently just Tput)',
'KJALB',
'8'
],
[
'Term::ReadLine',
'S',
'd',
'c',
'f',
'?',
'Common interface for various implementations',
'ILYAZ',
'8'
],
[
'Term::Control',
'i',
'd',
'p',
'f',
'?',
'Basic curses-type screen controls (gotxy)',
'KJALB',
'8'
],
[
'Math::Amoeba',
'R',
'd',
'p',
'r',
'p',
'Multidimensional Function Minimisation',
'TOM',
'6'
],
[
'MSDOS::SysCalls',
'a',
'd',
'c',
'f',
'?',
'MSDOS interface (interrupts, port I/O)',
'DMO',
'4'
],
[
'SGI::SysCalls',
'c',
'd',
'c',
'f',
'?',
'SGI-specific system calls',
'AMOSS',
'4'
],
[
'SGI::GL',
'a',
'd',
'c',
'r',
'?',
'SGI\'s Iris GL library',
'AMOSS',
'4'
],
[
'SGI::FM',
'a',
'd',
'c',
'r',
'?',
'SGI\'s Font Management library',
'AMOSS',
'4'
],
[
'VMS::SysCalls',
'i',
'',
'',
'',
'?',
'VMS-specific system calls',
'CBAIL',
'4'
],
[
'VMS::Filespec',
'S',
'd',
'c',
'f',
'?',
'VMS and Unix file name syntax',
'CBAIL',
'4'
],
[
'SICStus',
'a',
'd',
'c',
'O',
'?',
'Interface to SICStus Prolog Runtime',
'CBAIL',
'9'
],
[
'Net::Ping',
'S',
'u',
'p',
'O',
'p',
'TCP, UDP, or ICMP ping',
'BBB',
'5'
],
[
'DB_File',
'S',
'u',
'c',
'O',
'p',
'Tie to DB files',
'PMQS',
'7'
],
[
'ExtUtils::MakeMaker',
'S',
'u',
'p',
'O',
'?',
'Writes Makefiles for extensions',
'MMML',
'3'
],
[
'Net::IRC',
'c',
'd',
'p',
'O',
'?',
'Internet Relay Chat interface',
'JEEK',
'5'
],
[
'Mail::MH',
'a',
'd',
'c',
'r',
'?',
'MH mail interface',
'MRG',
'19'
],
[
'Net::SMTP',
'a',
'd',
'p',
'f',
'?',
'Interface to Simple Mail Transfer Protocol',
'GBARR',
'5'
],
[
'Net::SOCKS',
'c',
'd',
'c',
'f',
'?',
'TCP/IP access through firewalls using SOCKS',
'SCOOPER',
'5'
],
[
'Getopt::Gnu',
'a',
'd',
'c',
'f',
'?',
'GNU form of long option handling',
'WSCOT',
'12'
],
[
'Net::NIS',
'M',
'd',
'c',
'r',
'?',
'Interface to Sun\'s NIS',
'ESM',
'5'
],
[
'Net::NISPlus',
'a',
'd',
'c',
'O',
'?',
'Interface to Sun\'s NIS+',
'RIK',
'5'
],
[
'Net::Gen',
'R',
'd',
'c',
'O',
'p',
'Generic support for socket usage',
'SPIDB',
'5'
],
[
'Net::Inet',
'R',
'd',
'c',
'O',
'p',
'Internet (IP) socket usage',
'SPIDB',
'5'
],
[
'Net::TCP',
'R',
'd',
'c',
'O',
'p',
'TCP-specific socket usage',
'SPIDB',
'5'
],
[
'Net::UDP',
'R',
'd',
'c',
'O',
'p',
'UDP-specific socket usage',
'SPIDB',
'5'
],
[
'Net::Dnet',
'c',
'd',
'c',
'O',
'?',
'DECnet-specific socket usage',
'SPIDB',
'5'
],
[
'RPC::ONC',
'a',
'd',
'c',
'O',
'?',
'ONC RPC interface (works with perlrpcgen)',
'JAKE',
'5'
],
[
'ToolTalk',
'a',
'd',
'c',
'r',
'?',
'Interface to the ToolTalk messaging service',
'MARCP',
'5'
],
[
'Math::BigInt',
'S',
'u',
'p',
'O',
'p',
'Arbitrary size integer math package',
'TELS',
'6'
],
[
'Math::Complex',
'S',
'd',
'p',
'O',
'p',
'Complex number data type',
'RAM',
'6'
],
[
'Math::Pari',
'a',
'd',
'c',
'f',
'?',
'Interface to the powerful PARI library',
'ILYAZ',
'6'
],
[
'Text::TeX',
'c',
'd',
'p',
'O',
'?',
'TeX typesetting language input parser',
'ILYAZ',
'11'
],
[
'Text::Trie',
'a',
'd',
'p',
'f',
'?',
'Find common heads and tails from strings',
'ILYAZ',
'11'
],
[
'Array::Vec',
'i',
'd',
'p',
'',
'?',
'Implement array using vec()',
'LWALL',
'6'
],
[
'Array::Substr',
'i',
'd',
'p',
'',
'?',
'Implement array using substr()',
'LWALL',
'6'
],
[
'Array::Virtual',
'i',
'd',
'p',
'',
'?',
'Implement array using a file',
'LWALL',
'6'
],
[
'Tie::SubstrHash',
'S',
'd',
'p',
'O',
'?',
'Very compact hash stored in a string',
'LWALL',
'6'
],
[
'Tie::ShiftSplice',
'i',
'',
'',
'',
'?',
'Defines shift et al in terms of splice',
'LWALL',
'6'
],
[
'Date::Time',
'i',
'd',
'p',
'O',
'?',
'Lightweight normalised datetime data type',
'TOBIX',
'6'
],
[
'Date::Interval',
'i',
'd',
'p',
'O',
'?',
'Lightweight normalised interval data type',
'KTORP',
'6'
],
[
'Tie::Quick',
'i',
'',
'',
'',
'?',
'Simple way to create ties',
'P5P',
'6'
],
[
'Tie::Watch',
'R',
'd',
'p',
'O',
'p',
'Watch variables, run code when read/written',
'LUSOL',
'6'
],
[
'DBD::Oracle',
'M',
'm',
'c',
'O',
'?',
'Oracle Driver for DBI',
'DBIML',
'7'
],
[
'DBD::Ingres',
'b',
'm',
'c',
'O',
'p',
'Ingres Driver for DBI',
'HTOUG',
'7'
],
[
'Oraperl',
'R',
'm',
'p',
'f',
'?',
'Oraperl emulation interface for DBD::Oracle',
'DBIML',
'7'
],
[
'Ingperl',
'R',
'm',
'p',
'f',
'p',
'Ingperl emulation interface for DBD::Ingres',
'HTOUG',
'7'
],
[
'Tie::File',
'R',
'd',
'p',
'r',
'p',
'Tie array to lines of a file',
'MJD',
'6'
],
[
'ConfigReader',
'c',
'd',
'p',
'O',
'?',
'Read directives from configuration file',
'AMW',
'12'
],
[
'Math::Trig',
'M',
'd',
'p',
'f',
'?',
'tan asin acos sinh cosh tanh sech cosech',
'ZEFRAM',
'6'
],
[
'Devel::Peek',
'a',
'd',
'c',
'f',
'?',
'Peek at internal representation of Perl data',
'ILYAZ',
'3'
],
[
'DBI',
'M',
'm',
'c',
'O',
'p',
'Generic Database Interface (see DBD modules)',
'TIMB',
'7'
],
[
'DBD::DB2',
'M',
'd',
'h',
'O',
'o',
'DB2 Driver for DBI',
'IBMTORDB2',
'7'
],
[
'DBD::Sybase',
'R',
'm',
'c',
'O',
'p',
'Sybase Driver for DBI',
'MEWP',
'7'
],
[
'Sybase::DBlib',
'M',
'd',
'c',
'O',
'p',
'Sybase DBlibrary interface',
'MEWP',
'7'
],
[
'Sybase::Sybperl',
'R',
'd',
'p',
'f',
'p',
'sybperl 1.0xx compatibility module',
'MEWP',
'7'
],
[
'Sybase::CTlib',
'M',
'd',
'c',
'O',
'p',
'Sybase CTlibrary interface',
'MEWP',
'7'
],
[
'DBZ_File',
'a',
'd',
'c',
'',
'?',
'Tie to dbz files (mainly for news history)',
'IANPX',
'7'
],
[
'DTREE',
'c',
'd',
'c',
'f',
'?',
'Interface to Faircom DTREE multikey ISAM db',
'JWAT',
'7'
],
[
'Sx',
'R',
'd',
'c',
'f',
'?',
'Simple Athena widget interface',
'FMC',
'8'
],
[
'Protect',
'b',
'd',
'p',
'f',
'?',
'declare subs private or member',
'JDUNCAN',
'2'
],
[
'Fresco',
'c',
'd',
'+',
'O',
'?',
'Interface to Fresco (post X11R6 version)',
'BPETH',
'8'
],
[
'Curses',
'R',
'd',
'c',
'f',
'p',
'Character screen handling and windowing',
'GIRAFFED',
'8'
],
[
'PV',
'b',
'd',
'p',
'O',
'p',
'Text-mode user interface widgets',
'AGUL',
'8'
],
[
'UNIVERSAL',
'S',
'u',
'c',
'O',
'p',
'Internal universal base-class',
'P5P',
'2'
],
[
'SGML::Element',
'c',
'd',
'p',
'O',
'?',
'Build a SGML element structure tree',
'LSTAF',
'11'
],
[
'Error',
'a',
'd',
'p',
'O',
'p',
'Error/exception handling in an OO-ish way',
'SHLOMIF',
'2'
],
[
'Getopt::Long',
'S',
'd',
'p',
'r',
'?',
'Advanced handling of command line options',
'JV',
'12'
],
[
'DES',
'a',
'd',
'c',
'f',
'?',
'DES encryption (libdes)',
'EAYNG',
'14'
],
[
'Authen::Krb4',
'R',
'd',
'c',
'O',
'?',
'Interface to Kerberos 4 API',
'JHORWITZ',
'14'
],
[
'URI::URL',
'R',
'm',
'p',
'O',
'?',
'Uniform Resource Locator objects',
'LWWWP',
'15'
],
[
'Religion',
'a',
'd',
'p',
'r',
'?',
'Control where you go when you die()/warn()',
'KJALB',
'20'
],
[
'CGI::Base',
'R',
'm',
'p',
'O',
'?',
'Complete HTTPD CGI Interface class',
'CGIP',
'15'
],
[
'CGI::MiniSvr',
'R',
'm',
'p',
'O',
'?',
'Fork CGI app as a per-session mini server',
'CGIP',
'15'
],
[
'CGI::Request',
'R',
'm',
'p',
'O',
'?',
'Parse CGI request and handle form fields',
'CGIP',
'15'
],
[
'Mail::Alias',
'b',
'd',
'p',
'O',
'?',
'Manipulate E-mail aliases and alias files',
'ZELT',
'19'
],
[
'News::NNTPClient',
'M',
'd',
'p',
'O',
'p',
'Support for clients of NNTP servers',
'RVA',
'19'
],
[
'Test::Harness',
'S',
'm',
'p',
'f',
'p',
'Executes perl-style tests',
'PETDANCE',
'3'
],
[
'XPanel',
'S',
'd',
'p',
'O',
'o',
'root of our company\'s public modules',
'XPANEL',
'24'
],
[
'Tk',
'b',
'm',
'c',
'O',
'o',
'a graphical user interface toolkit for Perl',
'TKML',
'8'
],
[
'CGI::Response',
'a',
'm',
'p',
'O',
'?',
'Response construction for CGI applications',
'MGH',
'15'
],
[
'File::CounterFile',
'R',
'd',
'p',
'O',
'?',
'Persistent counter class',
'GAAS',
'10'
],
[
'HTML::QuickCheck',
'c',
'd',
'p',
'f',
'?',
'Fast simple validation of HMTL text',
'YLU',
'15'
],
[
'DBD::mysql',
'R',
'm',
'c',
'O',
'?',
'MySQL driver for DBI',
'CAPTTOFU',
'7'
],
[
'Text::Parser',
'a',
'd',
'p',
'O',
'?',
'String parser using patterns and states',
'PATM',
'11'
],
[
'Archie',
'R',
'd',
'p',
'f',
'p',
'Archie queries via Prospero ARDP protocol',
'GBOSS',
'23'
],
[
'PGPLOT',
'R',
'd',
'o',
'f',
'?',
'PGPLOT plotting library - scientific graphs',
'KGB',
'18'
],
[
'Sys::AlarmCall',
'R',
'u',
'p',
'f',
'?',
'Timeout on any sub. Allows nested alarms',
'ABH',
'4'
],
[
'Server::Server::EventDriven',
'R',
'n',
'p',
'O',
'?',
'See \'EventServer\' (compatibility maintained)',
'JACKS',
'16'
],
[
'SelfLoader',
'S',
'u',
'p',
'O',
'?',
'Automatic function loader (using __DATA__)',
'P5P',
'2'
],
[
'File::Which',
'b',
'd',
'p',
'f',
'p',
'Portable implementation of `which\'',
'PEREINAR',
'10'
],
[
'Language::Prolog',
'a',
'n',
'p',
'O',
'?',
'An implementation of Prolog',
'JACKS',
'9'
],
[
'Mail::Internet',
'a',
'd',
'p',
'O',
'?',
'Functions for RFC822 address manipulations',
'MARKOV',
'19'
],
[
'Array::Heap',
'c',
'd',
'p',
'f',
'?',
'Manipulate array elements as a heap',
'MLEHMANN',
'6'
],
[
'Filter::decrypt',
'b',
'd',
'c',
'f',
'?',
'Template for a perl source decryption filter',
'PMQS',
'2'
],
[
'Mac::AppleEvents::Simple',
'R',
'm',
'p',
'h',
'p',
'Simple access to Mac::AppleEvents',
'CNANDOR',
'4'
],
[
'DBD::mSQL',
'R',
'm',
'c',
'O',
'?',
'Msql Driver for DBI',
'JWIED',
'7'
],
[
'SGMLS',
'R',
'd',
'p',
'O',
'?',
'A Post-Processor for SGMLS and NSGMLS',
'INGOMACH',
'11'
],
[
'Fortran::NameList',
'a',
'd',
'p',
'f',
'?',
'Interface to FORTRAN NameList data',
'SGEL',
'9'
],
[
'PCL::Simple',
'R',
'd',
'p',
'f',
'p',
'Create PCL for printing plain text files',
'PRL',
'11'
],
[
'PixDraw',
'a',
'd',
'c',
'O',
'?',
'Drawing and manipulating true color images',
'KSB',
'18'
],
[
'Filter::tee',
'b',
'd',
'c',
'f',
'?',
'Copies to file perl source being compiled',
'PMQS',
'2'
],
[
'Pg',
'R',
'd',
'c',
'f',
'?',
'PostgreSQL SQL database interface',
'MERGL',
'7'
],
[
'Mail::Address',
'a',
'd',
'p',
'f',
'?',
'Manipulation of electronic mail addresses',
'MARKOV',
'19'
],
[
'Font::AFM',
'R',
'd',
'p',
'O',
'?',
'Parse Adobe Font Metric files',
'GAAS',
'11'
],
[
'PostScript::Resources',
'R',
'd',
'p',
'O',
'?',
'loads Unix PostScript Resources file',
'JV',
'11'
],
[
'VCS::PVCS',
'i',
'',
'',
'',
'?',
'PVCS Version Manager (intersolv.com)',
'BMIDD',
'3'
],
[
'Devel::Symdump',
'R',
'd',
'p',
'O',
'?',
'Perl symbol table access and dumping',
'ANDK',
'3'
],
[
'String::BitCount',
'a',
'd',
'p',
'f',
'?',
'Count number of "1" bits in strings',
'WINKO',
'11'
],
[
'BSD::Resource',
'R',
'd',
'c',
'f',
'?',
'getrusage(), s/getrlimit(), s/getpriority()',
'JHI',
'4'
],
[
'Time::HiRes',
'R',
'd',
'c',
'f',
'p',
'High resolution time, sleep, and alarm',
'ZEFRAM',
'4'
],
[
'DCE::Registry',
'R',
'd',
'c',
'O',
'g',
'DCE registry functions',
'PHENSON',
'5'
],
[
'Net::Telnet',
'R',
'd',
'p',
'O',
'?',
'Interact with TELNET port or other TCP ports',
'JROGERS',
'5'
],
[
'GSS',
'a',
'd',
'c',
'O',
'?',
'Generic Security Services API (RFC 2078)',
'MSHLD',
'14'
],
[
'Term::Gnuplot',
'a',
'd',
'c',
'f',
'?',
'Draw vector graphics on terminals etc',
'ILYAZ',
'8'
],
[
'Filter::exec',
'b',
'd',
'c',
'f',
'?',
'Filters script through an external command',
'PMQS',
'2'
],
[
'HTML::Base',
'a',
'd',
'p',
'O',
'?',
'Object-oriented way to build pages of HTML',
'GAND',
'15'
],
[
'String::Parity',
'a',
'd',
'p',
'f',
'?',
'Parity (odd/even/mark/space) handling',
'WINKO',
'11'
],
[
'Remedy::AR',
'a',
'd',
'c',
'O',
'?',
'Interface to Remedy\'s Action Request API',
'RIK',
'23'
],
[
'FreezeThaw',
'b',
'd',
'p',
'f',
'?',
'Convert arbitrary objects to/from strings',
'ILYAZ',
'6'
],
[
'POE::Component::WWW::PAUSE::RecentUploads',
'b',
'd',
'p',
'O',
'p',
'nonblocking PAUSE recent upload list fetcher',
'ZOFFIX',
'15'
],
[
'Win32::IdentifyFile',
'R',
'd',
'c',
'f',
'p',
'Uniquely identifies a file on Windows.',
'CLIVE',
'22'
],
[
'Marpa',
'a',
'd',
'p',
'O',
'p',
'General BNF Parser (Experimental version)',
'JKEGL',
'11'
],
[
'String::Approx',
'R',
'd',
'p',
'f',
'?',
'Approximate string matching and substitution',
'JHI',
'11'
],
[
'Pod::Text',
'S',
'u',
'p',
'f',
'?',
'convert POD data to formatted ASCII text',
'TOMC',
'26'
],
[
'Msql',
'R',
'm',
'c',
'O',
'?',
'Mini-SQL database interface',
'JWIED',
'7'
],
[
'Image::Size',
'R',
'd',
'p',
'f',
'?',
'Measure size of images in common formats',
'RJRAY',
'18'
],
[
'Mail::Send',
'a',
'd',
'p',
'O',
'?',
'Simple interface for sending mail',
'MARKOV',
'19'
],
[
'GD',
'M',
'd',
'c',
'O',
'p',
'Interface to Gd Graphics Library',
'LDS',
'18'
],
[
'Devel::DumpStack',
'R',
'n',
'p',
'f',
'?',
'Dumping of the current function stack',
'JACKS',
'3'
],
[
'Filter::sh',
'b',
'd',
'c',
'f',
'?',
'Filters script through a shell command',
'PMQS',
'2'
],
[
'Tie::IxHash',
'R',
'd',
'p',
'O',
'?',
'Indexed hash (ordered array/hash composite)',
'GSAR',
'6'
],
[
'SNMP',
'R',
'm',
'h',
'O',
'p',
'Interface to the Net-SNMP toolkit',
'GSM',
'5'
],
[
'HTML::Stream',
'R',
'd',
'p',
'h',
'p',
'HTML output stream',
'DSTAAL',
'15'
],
[
'Devel::CallerItem',
'R',
'n',
'p',
'O',
'?',
'\'caller()\' Object wrapper + useful methods',
'JACKS',
'3'
],
[
'Config::IniFiles',
'R',
'm',
'p',
'h',
'p',
'Read/Write INI-Style configuration files',
'WADG',
'12'
],
[
'String::Edit',
'a',
'd',
'p',
'f',
'?',
'Assorted handy string editing functions',
'TOMC',
'11'
],
[
'Math::Approx',
'a',
'd',
'p',
'O',
'?',
'Approximate x,y-values by a function',
'ULPFR',
'6'
],
[
'Math::Matrix',
'a',
'd',
'p',
'O',
'?',
'Matrix data type (transpose, multiply etc)',
'ULPFR',
'6'
],
[
'ExtUtils::Embed',
'S',
'd',
'p',
'f',
'?',
'Utilities for embedding Perl in C/C++ apps',
'DOUGM',
'3'
],
[
'Net::SSLeay',
'R',
'm',
'c',
'f',
'r',
'Secure Socket Layer (based on OpenSSL)',
'FLORA',
'5'
],
[
'Safe',
'S',
'd',
'c',
'O',
'?',
'Restrict eval\'d code to safe subset of ops',
'MICB',
'2'
],
[
'VMS::System',
'R',
'd',
'c',
'f',
'?',
'VMS-specific system calls',
'DSUGAL',
'4'
],
[
'RPC::Simple',
'R',
'd',
'p',
'O',
'p',
'Simple OO sync/async remote procedure calls',
'CEDWARDS',
'5'
],
[
'Filter::cpp',
'b',
'd',
'c',
'f',
'?',
'Filters script through C preprocessor',
'PMQS',
'2'
],
[
'NetCDF',
'b',
'm',
'c',
'r',
'?',
'Interface to netCDF API for scientific data',
'SEMM',
'7'
],
[
'Devel::Leak',
'R',
'd',
'c',
'f',
'?',
'Find perl objects that are not reclaimed',
'PETDANCE',
'3'
],
[
'Roman',
'R',
'd',
'p',
'f',
'p',
'Convert Roman numbers to and from Arabic',
'CHORNY',
'6'
],
[
'FindBin',
'a',
'd',
'p',
'f',
'?',
'Locate current script bin directory',
'P5P',
'3'
],
[
'Net::FTP',
'a',
'd',
'p',
'f',
'?',
'Interface to File Transfer Protocol',
'GBARR',
'5'
],
[
'Math::Fortran',
'R',
'd',
'p',
'f',
'?',
'Implements Fortran log10 & sign functions',
'CHORNY',
'6'
],
[
'URI::Escape',
'R',
'm',
'p',
'f',
'?',
'General URI escaping/unescaping functions',
'LWWWP',
'15'
],
[
'HTTP::Date',
'R',
'm',
'p',
'f',
'?',
'Date conversion for HTTP date formats',
'LWWWP',
'15'
],
[
'HTTP::Headers',
'R',
'm',
'p',
'O',
'?',
'Class encapsulating HTTP Message headers',
'LWWWP',
'15'
],
[
'HTTP::Message',
'R',
'm',
'p',
'O',
'?',
'Base class for Request/Response',
'LWWWP',
'15'
],
[
'HTTP::Request',
'R',
'm',
'p',
'O',
'?',
'Class encapsulating HTTP Requests',
'LWWWP',
'15'
],
[
'HTTP::Response',
'R',
'm',
'p',
'O',
'?',
'Class encapsulating HTTP Responses',
'LWWWP',
'15'
],
[
'HTTP::Status',
'R',
'm',
'p',
'f',
'?',
'HTTP Status code processing',
'LWWWP',
'15'
],
[
'WWW::RobotRules',
'a',
'm',
'p',
'O',
'?',
'Parse /robots.txt file',
'LWWWP',
'15'
],
[
'File::Copy',
'a',
'd',
'p',
'f',
'?',
'Copying files or filehandles',
'ASHER',
'10'
],
[
'Ptty',
'a',
'd',
'c',
'f',
'?',
'Pseudo terminal interface functions',
'PETDANCE',
'5'
],
[
'Socket',
'S',
'm',
'c',
'f',
'p',
'Defines socket-related constants',
'GNAT',
'5'
],
[
'diagnostics',
'S',
'd',
'p',
'f',
'?',
'For reporting perl diagnostics in full form',
'TOMC',
'27'
],
[
'Term::Query',
'R',
'd',
'p',
'f',
'?',
'Intelligent user prompt/response driver',
'AKSTE',
'8'
],
[
'Storable',
'S',
'm',
'c',
'r',
'p',
'Persistent data structure mechanism',
'AMS',
'6'
],
[
'Mail::Mailer',
'a',
'd',
'p',
'O',
'?',
'Simple mail agent interface (see Mail::Send)',
'MARKOV',
'19'
],
[
'Mail::Util',
'a',
'd',
'p',
'f',
'?',
'Mail utilities (for by some Mail::* modules)',
'MARKOV',
'19'
],
[
'Safe::Hole',
'b',
'd',
'c',
'O',
'?',
'Exec subs in the original package from Safe',
'SEYN',
'2'
],
[
'Devel::TraceFuncs',
'a',
'd',
'p',
'O',
'?',
'Trace funcs by using object destructions',
'JOEHIL',
'3'
],
[
'Math::Derivative',
'R',
'd',
'p',
'r',
'?',
'1st and 2nd order differentiation of data',
'CHORNY',
'6'
],
[
'CORE',
'S',
'u',
'c',
'f',
'?',
'Internal package for perl native functions',
'P5P',
'2'
],
[
'Time::CTime',
'R',
'd',
'p',
'f',
'o',
'Format Times ala ctime(3) with many formats',
'MUIR',
'6'
],
[
'Net::Cmd',
'c',
'd',
'p',
'O',
'?',
'For command based protocols (FTP, SMTP etc)',
'GBARR',
'5'
],
[
'Time::JulianDay',
'R',
'd',
'p',
'f',
'o',
'Converts y/m/d into seconds',
'MUIR',
'6'
],
[
'Time::Timezone',
'R',
'd',
'p',
'f',
'o',
'Figures out timezone offsets',
'MUIR',
'6'
],
[
'Time::DaysInMonth',
'R',
'd',
'p',
'f',
'o',
'Returns the number of days in a month',
'MUIR',
'6'
],
[
'Algorithm::Numerical::Sample',
'R',
'D',
'p',
'h',
'?',
'Knuth\'s sample algorithm',
'ABIGAIL',
'6'
],
[
'Math::Brent',
'a',
'a',
'p',
'?',
'?',
'One-dimensional Function Minimisation',
'CHORNY',
'23'
],
[
'Text::Tabs',
'S',
'd',
'p',
'f',
'o',
'Expand and contract tabs ala expand(1)',
'MUIR',
'11'
],
[
'Text::Wrap',
'S',
'd',
'p',
'f',
'o',
'Wraps lines to make simple paragraphs',
'MUIR',
'11'
],
[
'Softref',
'b',
'd',
'c',
'f',
'?',
'Extension for weak/soft referenced SVs',
'ILYAZ',
'2'
],
[
'HTML::Simple',
'b',
'd',
'p',
'f',
'?',
'Simple functions for generating HTML',
'TOMC',
'15'
],
[
'MIME::Base64',
'R',
'd',
'h',
'f',
'?',
'Encode/decode Base 64 (RFC 2045)',
'GAAS',
'15'
],
[
'MIME::QuotedPrint',
'R',
'd',
'p',
'f',
'?',
'Encode/decode Quoted-Printable',
'GAAS',
'15'
],
[
'Compress::Zlib',
'R',
'd',
'c',
'O',
'p',
'Interface to zlib compression library',
'PMQS',
'17'
],
[
'OpenGL',
'R',
'd',
'c',
'f',
'p',
'Interface to OpenGL drawing/imaging library',
'BFREE',
'18'
],
[
'Mail::Cap',
'a',
'd',
'p',
'O',
'?',
'Parse mailcap files as specified in RFC 1524',
'MARKOV',
'19'
],
[
'Callback',
'R',
'd',
'p',
'O',
'o',
'Define easy to use function callback objects',
'MUIR',
'20'
],
[
'LWP::MediaTypes',
'R',
'm',
'p',
'f',
'?',
'Media types and mailcap processing',
'LWWWP',
'15'
],
[
'LWP::Simple',
'R',
'm',
'p',
'f',
'?',
'Simple procedural interface to libwww-perl',
'LWWWP',
'15'
],
[
'LWP::UserAgent',
'R',
'm',
'p',
'O',
'?',
'A WWW UserAgent class',
'LWWWP',
'15'
],
[
'LWP::RobotUA',
'R',
'm',
'p',
'O',
'?',
'A UserAgent for robot applications',
'LWWWP',
'15'
],
[
'Postgres',
'R',
'n',
'c',
'O',
'?',
'PostgreSQL interface with Perl5 coding style',
'DAVEHOLL',
'7'
],
[
'ExtUtils::Manifest',
'S',
'u',
'p',
'f',
'?',
'Utilities for managing MANIFEST files',
'RKOBES',
'3'
],
[
'Proc::times',
'a',
'd',
'p',
'f',
'?',
'By-name interface to process times function',
'TOMC',
'4'
],
[
'Net::hostent',
'a',
'd',
'p',
'f',
'?',
'A by-name interface for hosts functions',
'TOMC',
'5'
],
[
'Net::netent',
'a',
'd',
'p',
'f',
'?',
'A by-name interface for networks functions',
'TOMC',
'5'
],
[
'Net::protoent',
'a',
'd',
'p',
'f',
'?',
'A by-name interface for protocols functions',
'TOMC',
'5'
],
[
'Net::servent',
'a',
'd',
'p',
'f',
'?',
'A by-name interface for services functions',
'TOMC',
'5'
],
[
'Time::gmtime',
'S',
'u',
'p',
'f',
'?',
'A by-name interface for gmtime',
'TOMC',
'6'
],
[
'Time::localtime',
'S',
'u',
'p',
'f',
'?',
'A by-name interface for localtime',
'TOMC',
'6'
],
[
'Object::Info',
'R',
'n',
'p',
'f',
'?',
'General info about objects (is-a, ...)',
'JACKS',
'6'
],
[
'Data::Dumper',
'S',
'd',
'p',
'O',
'p',
'Convert data structure into perl code',
'GSAR',
'6'
],
[
'DBD::Informix',
'M',
'm',
'c',
'O',
'p',
'IBM Informix Database Driver for Perl DBI',
'JOHNL',
'7'
],
[
'DBD::QBase',
'a',
'm',
'c',
'O',
'?',
'QBase Driver for DBI',
'BENLI',
'7'
],
[
'File::stat',
'S',
'u',
'p',
'f',
'?',
'A by-name interface for the stat function',
'TOMC',
'10'
],
[
'Filesys::dfent',
'a',
'd',
'p',
'f',
'?',
'By-name interface',
'TOMC',
'10'
],
[
'Filesys::mntent',
'a',
'd',
'p',
'f',
'?',
'By-name interface',
'TOMC',
'10'
],
[
'Filesys::statfs',
'a',
'd',
'p',
'f',
'?',
'By-name interface',
'TOMC',
'10'
],
[
'String::Scanf',
'R',
'd',
'p',
'f',
'?',
'Implementation of C sscanf function',
'JHI',
'11'
],
[
'User::pwent',
'a',
'd',
'p',
'f',
'?',
'A by-name interface to password database',
'TOMC',
'14'
],
[
'User::grent',
'a',
'd',
'p',
'f',
'?',
'A by-name interface to groups database',
'TOMC',
'14'
],
[
'SDDF',
'c',
'd',
'+',
'O',
'?',
'Interface to Pablo Self Defining Data Format',
'FIS',
'23'
],
[
'Set::Infinite',
'b',
'd',
'p',
'O',
'p',
'Infinite Set Theory module, with Date, Time',
'FGLOCK',
'6'
],
[
'Proc::Forkfunc',
'R',
'd',
'p',
'f',
'?',
'Simple lwall-style fork wrapper',
'MUIR',
'4'
],
[
'DBIx::Recordset',
'b',
'm',
'p',
'O',
'p',
'DB-Abtractionlayer / Access via Arrays/Hashs',
'GRICHTER',
'7'
],
[
'Module::Reload',
'R',
'd',
'p',
'f',
'?',
'Reloads files in %INC based on timestamps',
'JPRIT',
'2'
],
[
'Fame',
'M',
'd',
'c',
'O',
'p',
'Interface to FAME database and language',
'TRIAS',
'7'
],
[
'CGI::BasePlus',
'R',
'm',
'p',
'O',
'?',
'Extra CGI::Base methods (incl file-upload)',
'CGIP',
'15'
],
[
'CGI::Carp',
'c',
'm',
'p',
'f',
'?',
'Drop-in Carp replacement for CGI scripts',
'CGIP',
'15'
],
[
'Alias',
'b',
'd',
'c',
'f',
'p',
'Convenient access to data/code via aliases',
'GSAR',
'2'
],
[
'Set::IntSpan',
'R',
'd',
'p',
'O',
'p',
'Set of integers newsrc style \'1,5-9,11\' etc',
'SWMCD',
'6'
],
[
'Datascope',
'R',
'd',
'c',
'f',
'?',
'Interface to Datascope RDBMS',
'DANMQ',
'7'
],
[
'Term::ReadKey',
'R',
'd',
'c',
'f',
'?',
'Read keystrokes and change terminal modes',
'JSTOWE',
'8'
],
[
'Text::Template',
'M',
'd',
'p',
'O',
'?',
'Expand template text with embedded perl',
'MJD',
'11'
],
[
'Getopt::Regex',
'?',
'?',
'',
'',
'?',
'Option handling using regular expressions',
'CHORNY',
'0'
],
[
'Pod::Lyx',
'a',
'd',
'p',
'O',
'?',
'A pod to LyX format conversion class',
'RICHARDJ',
'26'
],
[
'HTTPD::UserAdmin',
'b',
'd',
'p',
'O',
'?',
'Management of server user databases',
'LDS',
'15'
],
[
'Pod::InDesign::TaggedText',
'R',
'd',
'p',
'O',
'p',
'Covert Pod to Adobe Tagged Text',
'BDFOY',
'26'
],
[
'Log::Topics',
'R',
'd',
'p',
'f',
'?',
'Control flow of topic based logging messages',
'CHORNY',
'21'
],
[
'Wais',
'R',
'd',
'c',
'f',
'?',
'Interface to the freeWAIS-sf libraries',
'ULPFR',
'7'
],
[
'POE::Component::WWW::Search::Mininova',
'b',
'd',
'p',
'O',
'p',
'non-blocking wrapper 4 WWW::Search::Mininova',
'ZOFFIX',
'15'
],
[
'Statistics::Descriptive',
'R',
'd',
'p',
'O',
'?',
'Descriptive statistical methods',
'SHLOMIF',
'6'
],
[
'Statistics::ChiSquare',
'R',
'd',
'p',
'f',
'?',
'Chi Square test - how random is your data?',
'DCANTRELL',
'6'
],
[
'Symbol',
'S',
'u',
'p',
'O',
'?',
'Create \'anonymous\' symbol (typeglobs) refs',
'CHIPS',
'2'
],
[
'Filter::Util::Exec',
'b',
'd',
'c',
'f',
'?',
'Interface for creation of coprocess Filters',
'PMQS',
'2'
],
[
'Filter::Util::Call',
'b',
'd',
'c',
'f',
'?',
'Interface for creation of Perl Filters',
'PMQS',
'2'
],
[
'Make',
'a',
'd',
'p',
'O',
'?',
'Makefile parsing, and \'make\' replacement',
'PETDANCE',
'3'
],
[
'Xbase',
'b',
'd',
'p',
'f',
'?',
'Read Xbase files with simple IDX indexes',
'PRATP',
'7'
],
[
'MLDBM',
'R',
'd',
'p',
'O',
'p',
'Transparently store multi-level data in DBM',
'GSAR',
'7'
],
[
'Term::Screen',
'R',
'd',
'p',
'O',
'p',
'Basic screen + input class (uses Term::Cap)',
'JSTOWE',
'8'
],
[
'EventServer',
'R',
'n',
'p',
'O',
'?',
'Triggers objects on i/o, timers & interrupts',
'JACKS',
'16'
],
[
'Mail::POP3Client',
'R',
'd',
'p',
'O',
'?',
'Support for clients of POP3 servers',
'SDOWD',
'19'
],
[
'News::Newsrc',
'R',
'd',
'p',
'O',
'p',
'Manage .newsrc files',
'SWMCD',
'19'
],
[
'DirHandle',
'S',
'u',
'p',
'O',
'?',
'Directory handle objects and methods',
'CHIPS',
'21'
],
[
'SelectSaver',
'S',
'u',
'p',
'O',
'?',
'Save and restore selected file handle',
'CHIPS',
'21'
],
[
'Win32::OLE',
'R',
'm',
'+',
'h',
'p',
'Interface to OLE Automation',
'JDB',
'22'
],
[
'Win32::EventLog',
'a',
'd',
'c',
'f',
'?',
'Interface to Win32 EventLog functions',
'JDB',
'22'
],
[
'Win32::NetAdmin',
'a',
'd',
'c',
'f',
'?',
'Interface to Win32 NetAdmin functions',
'JDB',
'22'
],
[
'Win32::NetResource',
'a',
'd',
'c',
'f',
'?',
'Interface to Win32 NetResource functions',
'JDB',
'22'
],
[
'Win32::WinError',
'a',
'd',
'c',
'f',
'?',
'Interface to Win32 WinError functions',
'JDB',
'22'
],
[
'Win32::Registry',
'a',
'd',
'c',
'f',
'?',
'Interface to Win32 Registry functions',
'JDB',
'22'
],
[
'Win32::Process',
'a',
'd',
'c',
'f',
'?',
'Interface to Win32 Process functions',
'JDB',
'22'
],
[
'File::Listing',
'R',
'd',
'p',
'f',
'?',
'Parse directory listings',
'GAAS',
'10'
],
[
'HTML::Element',
'R',
'd',
'p',
'O',
'p',
'Representation of a HTML parsing tree',
'PETDANCE',
'15'
],
[
'HTML::Entities',
'R',
'm',
'p',
'f',
'?',
'Encode/decode HTML entities',
'LWWWP',
'15'
],
[
'HTML::Formatter',
'a',
'm',
'p',
'O',
'?',
'Convert HTML to plain text or Postscript',
'JGOFF',
'15'
],
[
'LWP::UA',
'a',
'm',
'p',
'O',
'?',
'LWPng stuff',
'LWWWP',
'15'
],
[
'HTTP::Negotiate',
'R',
'm',
'p',
'f',
'?',
'HTTP content negotiation',
'LWWWP',
'15'
],
[
'overload',
'S',
'd',
'p',
'O',
'?',
'Overload perl operators for new data types',
'ILYAZ',
'27'
],
[
'Math::ematica',
'a',
'd',
'c',
'O',
'?',
'Interface to the powerful Mathematica system',
'ULPFR',
'6'
],
[
'Array::PrintCols',
'a',
'd',
'p',
'f',
'?',
'Print elements in vertically sorted columns',
'AKSTE',
'6'
],
[
'Time::ParseDate',
'R',
'd',
'p',
'f',
'o',
'Parses many forms of dates and times',
'MUIR',
'6'
],
[
'Tie::Cache',
'M',
'd',
'p',
'r',
'p',
'In memory size limited LRU cache',
'CHAMAS',
'6'
],
[
'HTML::WikiConverter::Wikispaces',
'b',
'd',
'p',
'h',
'g',
'Converts HTML to Wikispaces wiki markup',
'MJBUDDEN',
'15'
],
[
'Text::German',
'a',
'd',
'p',
'f',
'?',
'German language stemming',
'ULPFR',
'11'
],
[
'IO::Handle',
'c',
'd',
'p',
'O',
'?',
'Base class for input/output handles',
'P5P',
'21'
],
[
'IO::Pipe',
'c',
'd',
'p',
'O',
'?',
'Methods for pipe handles',
'P5P',
'21'
],
[
'IO::Socket',
'c',
'd',
'p',
'O',
'?',
'Methods for socket input/output handles',
'P5P',
'21'
],
[
'IO::Seekable',
'c',
'd',
'p',
'O',
'?',
'Methods for seekable input/output handles',
'P5P',
'21'
],
[
'IO::File',
'c',
'd',
'p',
'O',
'?',
'Methods for disk file based i/o handles',
'P5P',
'21'
],
[
'HTTP::Size',
'b',
'd',
'p',
'f',
'a',
'get the download size for web resources',
'BDFOY',
'15'
],
[
'Usage',
'b',
'n',
'p',
'r',
'?',
'Type and range checking on subroutine args',
'JACKS',
'3'
],
[
'Include',
'a',
'd',
'p',
'O',
'?',
'Parse C header files for use in XS',
'GBARR',
'3'
],
[
'Pod::Parser',
'M',
'd',
'p',
'f',
'a',
'Base class for parsing pod documents',
'MAREKR',
'26'
],
[
'Quota',
'M',
'd',
'c',
'f',
'p',
'Disk quota system functions, local & remote',
'TOMZO',
'4'
],
[
'Mac::Memory',
'R',
'm',
'c',
'h',
'p',
'Memory Manager',
'CNANDOR',
'4'
],
[
'Mac::Resources',
'R',
'm',
'c',
'h',
'p',
'Resource Manager',
'CNANDOR',
'4'
],
[
'Mac::AppleEvents',
'R',
'm',
'c',
'h',
'p',
'Apple Event Manager and AEGizmos',
'CNANDOR',
'4'
],
[
'Mac::Files',
'R',
'm',
'c',
'h',
'p',
'File Manager',
'CNANDOR',
'4'
],
[
'Mac::Processes',
'R',
'm',
'c',
'h',
'p',
'Process Manager',
'CNANDOR',
'4'
],
[
'OS2::ExtAttr',
'R',
'd',
'c',
'O',
'?',
'(Tied) access to extended attributes',
'ILYAZ',
'4'
],
[
'OS2::PrfDB',
'R',
'd',
'c',
'O',
'?',
'(Tied) access to .INI-style databases',
'ILYAZ',
'4'
],
[
'OS2::REXX',
'R',
'd',
'c',
'O',
'?',
'Access to REXX DLLs and REXX runtime',
'ILYAZ',
'4'
],
[
'OS2::FTP',
'b',
'n',
'c',
'f',
'?',
'Access to ftplib interface',
'ILYAZ',
'4'
],
[
'OS2::UPM',
'b',
'n',
'c',
'f',
'?',
'User Profile Management',
'ILYAZ',
'4'
],
[
'Math::BigFloat',
'S',
'u',
'p',
'O',
'p',
'Arbitrary size floating point math package',
'TELS',
'6'
],
[
'Math::BigRat',
'R',
'd',
'p',
'O',
'p',
'Arbitrary size rational numbers (fractions)',
'TELS',
'6'
],
[
'Date::Parse',
'R',
'd',
'p',
'f',
'?',
'ASCII Date parser using regexp\'s',
'GBARR',
'6'
],
[
'Date::Format',
'R',
'd',
'p',
'f',
'?',
'Date formatter ala strftime',
'GBARR',
'6'
],
[
'Time::Zone',
'R',
'd',
'p',
'f',
'?',
'Timezone info and translation routines',
'GBARR',
'6'
],
[
'Text::TreeFile',
'b',
'd',
'p',
'O',
'?',
'Reads tree of strings into a data structure',
'JNK',
'11'
],
[
'C::Scan',
'R',
'd',
'p',
'O',
'?',
'Heuristic parse of C files',
'ILYAZ',
'9'
],
[
'Crypt::DES',
'M',
'd',
'h',
'h',
'd',
'DES encryption (libdes)',
'DPARIS',
'14'
],
[
'Crypt::IDEA',
'M',
'd',
'h',
'h',
'?',
'International Data Encryption Algorithm',
'DPARIS',
'14'
],
[
'CGI_Lite',
'M',
'n',
'p',
'O',
'?',
'Light-weight interface for fast apps',
'SHGUN',
'15'
],
[
'HTTPD::GroupAdmin',
'b',
'd',
'p',
'O',
'?',
'Management of server group databases',
'LDS',
'15'
],
[
'HTTPD::Authen',
'b',
'd',
'p',
'O',
'?',
'Preform HTTP Basic and Digest Authentication',
'LDS',
'15'
],
[
'HTTPD::Config',
'c',
'd',
'p',
'O',
'?',
'Management of server configuration files',
'LDS',
'15'
],
[
'MIME::Decoder',
'?',
'?',
'?',
'?',
'?',
'OO interface for decoding MIME messages',
'DSKOLL',
'0'
],
[
'MIME::Entity',
'R',
'd',
'p',
'O',
'?',
'An extracted and decoded MIME entity',
'DSKOLL',
'15'
],
[
'MIME::Head',
'R',
'd',
'p',
'O',
'?',
'A parsed MIME header',
'DSKOLL',
'15'
],
[
'MIME::Parser',
'R',
'd',
'p',
'O',
'?',
'Parses streams to create MIME entities',
'DSKOLL',
'15'
],
[
'Apache',
'R',
'm',
'c',
'O',
'?',
'Interface to the Apache server API',
'DOUGM',
'15'
],
[
'PDL',
'a',
'm',
'c',
'f',
'?',
'Perl Data Language - numeric analysis env',
'PERLDL',
'6'
],
[
'Graphics::Simple',
'i',
'd',
'c',
'O',
'?',
'Simple drawing primitives',
'NEERI',
'18'
],
[
'Test::HTTPStatus',
'R',
'd',
'p',
'f',
'p',
'check an HTTP status',
'BDFOY',
'3'
],
[
'Proc::Simple',
'a',
'd',
'p',
'O',
'?',
'Fork wrapper with objects',
'MSCHILLI',
'4'
],
[
'MARC',
'b',
'm',
'p',
'O',
'?',
'MAchine Readable Catalog (library bib. data)',
'PERL4LIB',
'7'
],
[
'Resources',
'b',
'd',
'p',
'f',
'?',
'Application defaults management in Perl',
'FRANCOC',
'12'
],
[
'Convert::UU',
'b',
'd',
'p',
'f',
'?',
'UUencode and UUdecode',
'ANDK',
'17'
],
[
'Logfile',
'R',
'd',
'p',
'O',
'?',
'Generic methods to analyze logfiles',
'ULPFR',
'23'
],
[
'B',
'a',
'u',
'c',
'O',
'?',
'The Perl Compiler',
'MICB',
'2'
],
[
'O',
'a',
'u',
'c',
'O',
'?',
'Perl Compiler frontends',
'MICB',
'2'
],
[
'Devel::RegExp',
'a',
'd',
'c',
'O',
'?',
'Access perl internal regex functions',
'ILYAZ',
'3'
],
[
'Tie::Array',
'S',
'u',
'p',
'r',
'?',
'Base class for implementing tied arrays',
'P5P',
'6'
],
[
'Cdk',
'R',
'd',
'c',
'O',
'?',
'Collection of Curses widgets',
'GLOVER',
'8'
],
[
'Text::English',
'a',
'd',
'p',
'f',
'?',
'English language stemming',
'IANPX',
'11'
],
[
'NNTP::Server',
'i',
'',
'',
'',
'?',
'Support for an NNTP server',
'JOEHIL',
'19'
],
[
'Win32::FUtils',
'b',
'd',
'c',
'f',
'?',
'Implements missing File Utility functions',
'JOCASA',
'22'
],
[
'ARS',
'M',
'm',
'h',
'h',
'?',
'Interface to Remedy\'s Action Request API',
'JMURPHY',
'23'
],
[
'Agent',
'c',
'a',
'p',
'O',
'a',
'Transportable Agent module',
'SPURKIS',
'23'
],
[
'Devel::CoreStack',
'a',
'd',
'p',
'f',
'?',
'generate a stack dump from a core file',
'ADESC',
'3'
],
[
'Net::NNTP',
'a',
'd',
'p',
'O',
'?',
'Client interface to NNTP protocol',
'GBARR',
'5'
],
[
'Net::Netrc',
'a',
'd',
'p',
'O',
'?',
'Support for .netrc files',
'GBARR',
'5'
],
[
'Net::POP3',
'a',
'd',
'p',
'O',
'?',
'Client interface to POP3 protocol',
'GBARR',
'5'
],
[
'Net::SNPP',
'a',
'd',
'p',
'O',
'p',
'Client interface to SNPP protocol',
'TOBEYA',
'5'
],
[
'Net::Time',
'a',
'd',
'p',
'f',
'?',
'Obtain time from remote machines',
'GBARR',
'5'
],
[
'Parallel::Pvm',
'b',
'd',
'c',
'f',
'?',
'Interface to the PVM messaging service',
'DLECONTE',
'5'
],
[
'Date::Language',
'a',
'd',
'p',
'O',
'?',
'Multi-language date support',
'GBARR',
'6'
],
[
'Tie::Dir',
'a',
'd',
'p',
'r',
'?',
'Tie hash for reading directories',
'GBARR',
'6'
],
[
'File::Flock',
'M',
'd',
'p',
'h',
'o',
'flock() wrapper. Auto-create locks',
'MUIR',
'10'
],
[
'File::Slurp',
'M',
'd',
'p',
'f',
'o',
'Read/write/append files quickly',
'URI',
'10'
],
[
'CGI::Out',
'a',
'd',
'p',
'f',
'?',
'Buffer CGI output and report errors',
'MUIR',
'15'
],
[
'Mail::Folder',
'a',
'd',
'p',
'O',
'?',
'Base-class for mail folder handling',
'KJOHNSON',
'19'
],
[
'IO::Select',
'a',
'd',
'p',
'O',
'?',
'Object interface to system select call',
'P5P',
'21'
],
[
'SUPER',
'S',
'u',
'c',
'O',
'?',
'Internal class to access superclass methods',
'P5P',
'2'
],
[
'DynaLoader',
'S',
'u',
'c',
'O',
'?',
'Dynamic loader for shared libraries',
'P5P',
'2'
],
[
'AutoLoader',
'S',
'u',
'p',
'O',
'?',
'Automatic function loader (using AutoSplit)',
'P5P',
'2'
],
[
'Exporter',
'S',
'u',
'p',
'O',
'?',
'Implements default import method for modules',
'P5P',
'2'
],
[
'Carp',
'S',
'u',
'p',
'f',
'?',
'Throw exceptions outside current package',
'P5P',
'2'
],
[
'Config',
'S',
'u',
'p',
'f',
'?',
'Stores details of perl build configuration',
'P5P',
'2'
],
[
'English',
'S',
'u',
'p',
'f',
'?',
'Defines English names for special variables',
'P5P',
'2'
],
[
'strict',
'S',
'u',
'p',
'f',
'?',
'Controls averments (similar to pragmas)',
'P5P',
'27'
],
[
'integer',
'S',
'u',
'p',
'f',
'?',
'Controls float vs. integer arithmetic',
'P5P',
'27'
],
[
'less',
'S',
'u',
'p',
'f',
'?',
'Controls optimisations (yet unimplemented)',
'P5P',
'27'
],
[
'subs',
'S',
'u',
'p',
'f',
'?',
'use subs qw(x y); is short for sub x; sub y;',
'P5P',
'27'
],
[
'vars',
'S',
'u',
'p',
'f',
'?',
'predeclare variable names',
'P5P',
'27'
],
[
'lib',
'S',
'u',
'p',
'f',
'?',
'Simple way to add/delete directories in @INC',
'P5P',
'27'
],
[
'sigtrap',
'S',
'u',
'p',
'f',
'?',
'For trapping an abort and giving a traceback',
'P5P',
'27'
],
[
'Pod::HTML',
'c',
'd',
'p',
'r',
'?',
'converter to HTML',
'KJALB',
'26'
],
[
'Pod::Index',
'b',
'd',
'p',
'O',
'p',
'Index and search POD files that use X<>',
'ITUB',
'26'
],
[
'Pod::Latex',
'c',
'd',
'p',
'r',
'?',
'converter to LaTeX',
'KJALB',
'26'
],
[
'Pod::Man',
'c',
'd',
'p',
'r',
'?',
'converter to man page',
'KJALB',
'26'
],
[
'Pod::Pod',
'c',
'd',
'p',
'r',
'?',
'converter to canonical pod',
'KJALB',
'26'
],
[
'Pod::RTF',
'c',
'd',
'p',
'r',
'?',
'converter to RTF',
'KJALB',
'26'
],
[
'Pod::Texinfo',
'c',
'd',
'p',
'r',
'?',
'converter to texinfo',
'KJALB',
'26'
],
[
'AutoSplit',
'S',
'u',
'p',
'f',
'?',
'Splits modules into files for AutoLoader',
'P5P',
'3'
],
[
'Benchmark',
'S',
'u',
'p',
'f',
'?',
'Easy way to time fragments of perl code',
'P5P',
'3'
],
[
'NetServer::Portal',
'b',
'm',
'p',
'O',
'?',
'Sets up a mini-server accessible via telnet',
'JPRIT',
'16'
],
[
'ExtUtils::DynaGlue',
'a',
'd',
'c',
'r',
'?',
'Methods for generating Perl extension files',
'DOUGM',
'3'
],
[
'POSIX',
'S',
'u',
'p',
'O',
'?',
'An interface to most (all?) of POSIX.1',
'P5P',
'4'
],
[
'Env',
'S',
'u',
'p',
'f',
'?',
'Alias environment variables as perl vars',
'P5P',
'4'
],
[
'Shell',
'S',
'u',
'p',
'f',
'?',
'Run shell commands transparently within perl',
'P5P',
'4'
],
[
'Sys::Hostname',
'S',
'u',
'p',
'f',
'?',
'Implements a portable hostname function',
'P5P',
'4'
],
[
'Sys::Syslog',
'S',
'u',
'p',
'f',
'?',
'Provides same functionality as BSD syslog',
'P5P',
'4'
],
[
'Mac::Components',
'R',
'm',
'c',
'h',
'p',
'(QuickTime) Component Manager',
'CNANDOR',
'4'
],
[
'Mac::Gestalt',
'R',
'm',
'c',
'h',
'p',
'Gestalt Manager (environment enquiries)',
'CNANDOR',
'4'
],
[
'Mac::MoreFiles',
'R',
'm',
'c',
'h',
'p',
'Further file management routines',
'CNANDOR',
'4'
],
[
'Mac::OSA',
'R',
'm',
'c',
'h',
'p',
'Open Scripting Architecture',
'CNANDOR',
'4'
],
[
'Mac::Types',
'R',
'm',
'c',
'h',
'p',
'(Un-)Packing of Macintosh-specific types',
'CNANDOR',
'4'
],
[
'IPC::Open2',
'S',
'u',
'p',
'f',
'?',
'Open a process for both reading and writing',
'P5P',
'5'
],
[
'IPC::Open3',
'S',
'u',
'p',
'f',
'?',
'Like IPC::Open2 but with error handling',
'P5P',
'5'
],
[
'DCE::Login',
'R',
'd',
'c',
'O',
'g',
'Interface to login functions',
'PHENSON',
'5'
],
[
'Text::DelimMatch',
'R',
'd',
'p',
'O',
'?',
'Match (possibly nested) delimited strings',
'NWALSH',
'11'
],
[
'DCE::Status',
'R',
'd',
'c',
'r',
'g',
'Make sense of DCE status codes',
'PHENSON',
'5'
],
[
'DCE::UUID',
'R',
'd',
'c',
'f',
'g',
'Misc uuid functions',
'PHENSON',
'5'
],
[
'DCE::ACL',
'R',
'd',
'c',
'O',
'g',
'Interface to Access Control List protocol',
'PHENSON',
'5'
],
[
'ObjStore',
'R',
'm',
'+',
'O',
'?',
'ObjectStore OODBMS Interface',
'JPRIT',
'7'
],
[
'Riscos',
'i',
'',
'',
'',
'?',
'Namespace for Risc-OS (Acorn et.al.)',
'RISCOSML',
'4'
],
[
'Date::Manip',
'R',
'd',
'p',
'f',
'p',
'Complete date/time manipulation package',
'SBECK',
'6'
],
[
'Time::Local',
'S',
'u',
'p',
'f',
'?',
'Implements timelocal() and timegm()',
'P5P',
'6'
],
[
'Tie::Hash',
'S',
'u',
'p',
'r',
'?',
'Base class for implementing tied hashes',
'P5P',
'6'
],
[
'Tie::Scalar',
'S',
'u',
'p',
'r',
'?',
'Base class for implementing tied scalars',
'P5P',
'6'
],
[
'Sort::Versions',
'R',
'd',
'p',
'f',
'?',
'sorting of revision (and similar) numbers',
'EDAVIS',
'6'
],
[
'NDBM_File',
'S',
'u',
'c',
'',
'?',
'Tie to NDBM files',
'P5P',
'7'
],
[
'GDBM_File',
'S',
'u',
'c',
'',
'?',
'Tie to GDBM files',
'P5P',
'7'
],
[
'SDBM_File',
'S',
'u',
'c',
'',
'?',
'Tie to SDBM files',
'P5P',
'7'
],
[
'ODBM_File',
'S',
'u',
'c',
'',
'?',
'Tie to ODBM files',
'P5P',
'7'
],
[
'AnyDBM_File',
'S',
'u',
'p',
'',
'?',
'Uses first available *_File module above',
'P5P',
'7'
],
[
'Term::Complete',
'S',
'u',
'p',
'f',
'?',
'Tab word completion using stty raw',
'P5P',
'8'
],
[
'Term::Cap',
'S',
'u',
'p',
'f',
'?',
'Basic termcap: Tgetent, Tputs, Tgoto',
'TSANDERS',
'8'
],
[
'Cwd',
'S',
'u',
'p',
'f',
'?',
'Current working directory functions',
'P5P',
'10'
],
[
'File::Basename',
'S',
'u',
'p',
'f',
'?',
'Return basename of a filename',
'P5P',
'10'
],
[
'File::CheckTree',
'S',
'u',
'p',
'f',
'?',
'Check file/dir tree against a specification',
'P5P',
'10'
],
[
'File::Find',
'S',
'u',
'p',
'f',
'?',
'Call func for every item in a directory tree',
'P5P',
'10'
],
[
'File::Path',
'S',
'u',
'p',
'f',
'?',
'File path and name utilities',
'P5P',
'10'
],
[
'Text::Abbrev',
'S',
'u',
'p',
'f',
'?',
'Builds hash of all possible abbreviations',
'P5P',
'11'
],
[
'Text::ParseWords',
'S',
'u',
'p',
'f',
'?',
'Parse strings containing shell-style quoting',
'CHORNY',
'11'
],
[
'Text::Soundex',
'S',
'd',
'h',
'f',
'?',
'Encode a string as a soundex value.',
'MARKM',
'11'
],
[
'Search::Dict',
'S',
'u',
'p',
'f',
'?',
'Search a dictionary ordered text file',
'P5P',
'11'
],
[
'Getopt::Std',
'S',
'u',
'p',
'f',
'?',
'Implements basic getopt and getopts',
'P5P',
'12'
],
[
'Locale::gettext',
'R',
'd',
'c',
'f',
'?',
'Multilanguage messages',
'PVANDRY',
'13'
],
[
'EventServer::Functions',
'R',
'n',
'p',
'f',
'?',
'Utility functions for initializing servers',
'JACKS',
'16'
],
[
'Pogo',
'a',
'd',
'+',
'O',
'?',
'Interface for GOODS object database',
'SEYN',
'7'
],
[
'EventServer::Gettimeofday',
'R',
'n',
'p',
'r',
'?',
'gettimeofday syscall wrapper',
'JACKS',
'16'
],
[
'EventServer::Signal',
'R',
'n',
'p',
'r',
'?',
'signalhandler for the eventserver',
'JACKS',
'16'
],
[
'Tk::Wizard::Images',
'M',
'd',
'p',
'O',
'p',
'Images for Tk::Wizard',
'LGODDARD',
'8'
],
[
'FileHandle',
'S',
'u',
'p',
'O',
'?',
'File handle objects and methods',
'P5P',
'21'
],
[
'FileCache',
'S',
'u',
'p',
'f',
'?',
'Keep more files open than the system permits',
'P5P',
'21'
],
[
'Pod::Select',
'M',
'd',
'p',
'f',
'a',
'Print only selected sections of pod docs',
'MAREKR',
'26'
],
[
'VMS::Queue',
'b',
'd',
'c',
'f',
'?',
'Manage queues and entries',
'DSUGAL',
'4'
],
[
'Workflow::XPDL',
'b',
'd',
'p',
'O',
'g',
'Modules for XPDL support',
'SRHOTON',
'23'
],
[
'Sort::PolySort',
'b',
'd',
'p',
'O',
'?',
'general rules-based sorting of lists',
'DMACKS',
'6'
],
[
'Data::Flow',
'R',
'd',
'p',
'O',
'?',
'Acquire data based on recipes',
'ILYAZ',
'6'
],
[
'PDL::PP',
'a',
'm',
'c',
'f',
'?',
'Automatically generate C code for PDL',
'PERLDL',
'6'
],
[
'Penguin::Easy',
'R',
'd',
'p',
'O',
'?',
'Provides quick, easy access to Penguin API',
'JDUNCAN',
'23'
],
[
'Audio::Sox',
'i',
'',
'',
'',
'?',
'sox sound library as one or more modules',
'PETDANCE',
'23'
],
[
'Pod::Simplify',
'c',
'd',
'p',
'r',
'?',
'Common pod parsing code',
'KJALB',
'26'
],
[
'Pod::Usage',
'M',
'd',
'p',
'f',
'a',
'Print Usage messages based on your own pod',
'MAREKR',
'26'
],
[
'CPAN',
'R',
'd',
'p',
'O',
'?',
'Perl Archive browse and download',
'ANDK',
'23'
],
[
'FCGI',
'R',
'd',
'h',
'r',
'd',
'Fast CGI',
'SKIMO',
'15'
],
[
'AtExit',
'R',
'd',
'p',
'r',
'?',
'atexit() function to register exit-callbacks',
'BRADAPP',
'20'
],
[
'SyslogScan::SyslogEntry',
'b',
'd',
'p',
'O',
'?',
'Parse UNIX syslog',
'RHNELSON',
'23'
],
[
'SyslogScan::SendmailLine',
'b',
'd',
'p',
'O',
'?',
'Summarize sendmail transactions',
'RHNELSON',
'23'
],
[
'VMS::Process',
'R',
'd',
'c',
'f',
'?',
'Process management on VMS',
'DSUGAL',
'4'
],
[
'WWW::Search',
'M',
'm',
'p',
'O',
'?',
'Front-end to Web search engines',
'MTHURN',
'15'
],
[
'AppleII::Disk',
'b',
'd',
'p',
'O',
'?',
'Read/write Apple II disk image files',
'CJM',
'17'
],
[
'AppleII::ProDOS',
'b',
'd',
'p',
'O',
'?',
'Manipulate files on ProDOS disk images',
'CJM',
'17'
],
[
'AppleII::DOS33',
'i',
'',
'',
'',
'?',
'Manipulate files on DOS 3.3 disk images',
'CJM',
'17'
],
[
'AppleII::Pascal',
'i',
'',
'',
'',
'?',
'Manipulate files on Apple Pascal disk images',
'CJM',
'17'
],
[
'VRML::VRML1',
'R',
'd',
'p',
'O',
'?',
'VRML methods with the VRML 1.0 standard',
'HPALM',
'18'
],
[
'VRML::VRML2',
'R',
'd',
'p',
'O',
'?',
'VRML methods with the VRML 2.0 standard',
'HPALM',
'18'
],
[
'NNML::Server',
'a',
'd',
'p',
'O',
'?',
'An simple RFC 977 NNTP server',
'ULPFR',
'19'
],
[
'PDL::Meschach',
'a',
'm',
'c',
'f',
'?',
'Links PDL to meschach matrix library',
'EGROSS',
'6'
],
[
'PDL::Slatec',
'a',
'm',
'o',
'f',
'?',
'Interface to slatec (linpack+eispack) lib.',
'PERLDL',
'6'
],
[
'Net::ICB',
'b',
'd',
'p',
'O',
'?',
'ICB style chat server interface',
'JMV',
'5'
],
[
'Text::CSV',
'a',
'd',
'p',
'O',
'?',
'Manipulate comma-separated value strings',
'MAKAMAKA',
'11'
],
[
'DBIx::HTMLView',
'c',
'd',
'p',
'O',
'?',
'Creating web userinterfaces to DBI dbs',
'HAKANARDO',
'7'
],
[
'LWP::Protocol',
'R',
'm',
'p',
'O',
'?',
'LWP support for URL schemes (http, file etc)',
'LWWWP',
'15'
],
[
'MIME::IO',
'?',
'd',
'p',
'O',
'?',
'DEPRECATED: now part of IO::',
'DSKOLL',
'15'
],
[
'MIME::Latin1',
'?',
'd',
'p',
'O',
'?',
'DEPRECATED and removed',
'DSKOLL',
'15'
],
[
'MIME::Lite',
'R',
'd',
'p',
'O',
'a',
'Easily create MIME/SMTP mails w/attachements',
'YVES',
'15'
],
[
'Win32::AdminMisc',
'R',
'd',
'c',
'f',
'?',
'Misc admin and net functions',
'DAVEROTH',
'22'
],
[
'Win32::GD',
'R',
'd',
'c',
'O',
'?',
'Win32 port of the GD extension (gif module)',
'DAVEROTH',
'22'
],
[
'Win32::Message',
'b',
'd',
'c',
'f',
'?',
'Network based message passing',
'DAVEROTH',
'22'
],
[
'Win32::ODBC',
'R',
'd',
'+',
'O',
'?',
'ODBC interface for accessing databases',
'DAVEROTH',
'22'
],
[
'Win32::Pipe',
'R',
'd',
'+',
'O',
'?',
'Named Pipes and assorted function',
'DAVEROTH',
'22'
],
[
'Pod::MIF',
'a',
'd',
'p',
'O',
'?',
'converter to FrameMaker MIF',
'JNH',
'26'
],
[
'Net::Ident',
'R',
'd',
'p',
'O',
'?',
'Performs ident (rfc1413) lookups',
'JPC',
'5'
],
[
'Math::MatrixCplx',
'i',
'a',
'p',
'O',
'p',
'Matrix data type for Complex Numbers',
'STBEY',
'6'
],
[
'Math::MatrixReal',
'R',
'd',
'p',
'O',
'p',
'Manipulate NxN matrices',
'LETO',
'6'
],
[
'Apache::LogIgnore',
'R',
'd',
'p',
'O',
'g',
'mod_perl log handler to ignore connections',
'BEATNIK',
'16'
],
[
'File::ManualFlock',
'a',
'd',
'p',
'O',
'p',
'Manual file locking; system flock not req',
'WCATLAN',
'10'
],
[
'PDF::PlainLayout',
'b',
'd',
'p',
'O',
'g',
'Package providing simple PDF layout elements',
'STRAITJAC',
'11'
],
[
'Graph::Kruskal',
'R',
'a',
'p',
'f',
'p',
'Kruskal Algorithm for Minimal Spanning Trees',
'STBEY',
'6'
],
[
'ExtUtils::F77',
'R',
'd',
'p',
'O',
'?',
'Facilitate use of FORTRAN from Perl/XS code',
'KGB',
'3'
],
[
'CDB_File',
'a',
'd',
'c',
'',
'?',
'Tie to CDB (Bernstein\'s constant DB) files',
'MSERGEANT',
'7'
],
[
'Term::ANSIColor',
'S',
'd',
'p',
'f',
'p',
'Color output using ANSI escape sequences',
'RRA',
'8'
],
[
'Qt',
'a',
'd',
'+',
'O',
'?',
'Interface to the Qt toolkit',
'AWIN',
'8'
],
[
'Getopt::EvaP',
'M',
'd',
'p',
'f',
'p',
'Long/short options, multilevel help',
'LUSOL',
'12'
],
[
'WWW::Search::Google',
'R',
'd',
'p',
'O',
'p',
'search Google via SOAP',
'LBROCARD',
'15'
],
[
'Net::DNS',
'R',
'm',
'h',
'O',
'p',
'Interface to the DNS resolver',
'OLAF',
'5'
],
[
'Time::Period',
'R',
'd',
'p',
'f',
'?',
'Code to deal with time periods',
'PRYAN',
'6'
],
[
'Term::ReadLine::Perl',
'R',
'd',
'p',
'O',
'?',
'GNU Readline history and completion in Perl',
'ILYAZ',
'8'
],
[
'Taint',
'b',
'd',
'p',
'f',
'?',
'Utilities related to tainting',
'PHOENIX',
'2'
],
[
'Filesys::Df',
'R',
'd',
'p',
'r',
'?',
'Disk free based on Filesys::Statvfs',
'IGUTHRIE',
'10'
],
[
'Parse::Lex',
'a',
'd',
'p',
'O',
'?',
'Generator of lexical analysers',
'PVERD',
'11'
],
[
'Netscape::History',
'b',
'd',
'p',
'O',
'?',
'Class for accessing Netscape history DB',
'NEILB',
'15'
],
[
'Netscape::HistoryURL',
'b',
'd',
'p',
'O',
'?',
'Like a URI::URL, but with visit time',
'NEILB',
'15'
],
[
'Sprite',
'R',
'd',
'p',
'O',
'?',
'Limited SQL interface to flat file databases',
'SHGUN',
'7'
],
[
'Term::ReadLine::Gnu',
'M',
'd',
'c',
'O',
'p',
'GNU Readline XS library wrapper',
'HAYASHI',
'8'
],
[
'VoiceXML::Client',
'b',
'd',
'p',
'O',
'g',
'Parse/interpret VoiceXML to control a TUI',
'PDEEGAN',
'11'
],
[
'File::Sync',
'b',
'd',
'c',
'f',
'p',
'POSIX/*nix fsync() and sync()',
'CEVANS',
'10'
],
[
'POE::Session',
'R',
'm',
'p',
'O',
'p',
'an event driven POE task',
'RCAPUTO',
'5'
],
[
'POE::Kernel',
'R',
'm',
'p',
'O',
'p',
'a event based "kernel" for POE sessions',
'RCAPUTO',
'5'
],
[
'BerkeleyDB',
'R',
'd',
'c',
'O',
'p',
'Interface to Berkeley DB version 2, 3 or 4',
'PMQS',
'7'
],
[
'No::Dato',
'R',
'd',
'p',
'f',
'?',
'Norwegian stuff',
'GAAS',
'13'
],
[
'No::KontoNr',
'R',
'd',
'p',
'f',
'?',
'Norwegian stuff',
'GAAS',
'13'
],
[
'No::PersonNr',
'R',
'd',
'p',
'f',
'?',
'Norwegian stuff',
'GAAS',
'13'
],
[
'No::Sort',
'R',
'd',
'p',
'f',
'?',
'Norwegian stuff',
'GAAS',
'13'
],
[
'No::Telenor',
'R',
'd',
'p',
'f',
'?',
'Norwegian stuff',
'GAAS',
'13'
],
[
'WWW::Robot',
'a',
'd',
'p',
'O',
'?',
'Web traversal engine for robots & agents',
'NEILB',
'15'
],
[
'GIFgraph',
'R',
'd',
'p',
'O',
'p',
'Obsolete, see GD::Graph',
'MVERB',
'18'
],
[
'File::Rsync',
'b',
'd',
'p',
'O',
'p',
'Copy efficiently over the net and locally',
'LEAKIN',
'10'
],
[
'Math::SigFigs',
'R',
'd',
'p',
'f',
'p',
'Math using scientific significant figures',
'SBECK',
'6'
],
[
'User::utent',
'c',
'd',
'c',
'O',
'?',
'Interface to utmp/utmpx/wtmp/wtmpx database',
'ROSCH',
'14'
],
[
'Authen::Krb5',
'R',
'd',
'c',
'O',
'?',
'Interface to Kerberos 5 API',
'JHORWITZ',
'14'
],
[
'VMS::Persona',
'R',
'd',
'c',
'f',
'?',
'Interface to the VMS Persona services',
'DSUGAL',
'4'
],
[
'IO::Dir',
'c',
'd',
'p',
'O',
'?',
'Directory handle objects and methods',
'P5P',
'21'
],
[
'Math::Bezier::Convert',
'a',
'd',
'p',
'f',
'p',
'convert cubic and quadratic bezier curve',
'YSAS',
'6'
],
[
'DBD::mysqlPP',
'b',
'd',
'p',
'O',
'p',
'Pure Perl MySQL driver for the DBI',
'OYAMA',
'7'
],
[
'Proc::ExitStatus',
'R',
'd',
'p',
'f',
'?',
'Interpret and act on wait() status values',
'ROSCH',
'4'
],
[
'Net::LDAP',
'a',
'm',
'p',
'O',
'p',
'Interface to LDAP Protocol (RFC1777)',
'PLDAP',
'5'
],
[
'Math::Fraction',
'b',
'd',
'p',
'O',
'?',
'Fraction Manipulation',
'KEVINA',
'6'
],
[
'PDL::NetCDF',
'R',
'd',
'c',
'O',
'p',
'Reads/Writes NetCDF files from/to PDL objs',
'DHUNT',
'6'
],
[
'Bit::Vector',
'M',
'd',
'c',
'O',
'p',
'Fast virtual arbitrary-size-machineword CPU',
'STBEY',
'6'
],
[
'Date::Convert',
'c',
'd',
'p',
'O',
'?',
'Conversion between Gregorian, Hebrew, more?',
'MORTY',
'6'
],
[
'PerlMenu',
'M',
'd',
'p',
'f',
'?',
'Curses-based menu and template system',
'SKUNZ',
'8'
],
[
'CGI::Session',
'R',
'd',
'p',
'O',
'p',
'Session management in CGI applications',
'SHERZODR',
'15'
],
[
'Mac::Apps::Launch',
'R',
'd',
'p',
'f',
'p',
'Mac module to launch / quit apps',
'CNANDOR',
'4'
],
[
'X11::XEvent',
'b',
'd',
'c',
'O',
'?',
'provides perl OO acess to XEvent structures',
'MARTINB',
'8'
],
[
'X11::XFontStruct',
'b',
'd',
'c',
'O',
'?',
'provides perl OO access to XFontStruct',
'MARTINB',
'8'
],
[
'X11::Xforms',
'b',
'd',
'c',
'O',
'?',
'provides the binding to the xforms library',
'MARTINB',
'8'
],
[
'Text::Vpp',
'R',
'd',
'p',
'O',
'p',
'Versatile text pre-processor',
'DDUMONT',
'11'
],
[
'Font::TFM',
'R',
'd',
'p',
'O',
'?',
'Read info from TeX font metric files',
'JANPAZ',
'11'
],
[
'TeX::DVI',
'R',
'd',
'p',
'O',
'?',
'Methods for writing DVI (DeVice Independent)',
'JANPAZ',
'11'
],
[
'TeX::Hyphen',
'R',
'd',
'p',
'O',
'?',
'Hyphenate words using TeX\'s patterns',
'JANPAZ',
'11'
],
[
'HTML::Embperl',
'R',
'm',
'c',
'f',
'p',
'Build dynamic Websites (e.g. embed Perl)',
'GRICHTER',
'15'
],
[
'MIME::Words',
'R',
'd',
'p',
'f',
'?',
'Encode/decode RFC1522-escaped header strings',
'DSKOLL',
'15'
],
[
'Netscape::Cache',
'R',
'd',
'p',
'O',
'p',
'Access Netscape cache files',
'SREZIC',
'15'
],
[
'Convert::BER',
'a',
'd',
'p',
'O',
'?',
'Class for encoding/decoding BER messages',
'GBARR',
'17'
],
[
'Convert::BinHex',
'a',
'n',
'p',
'O',
'?',
'Convert to/from RFC1741 HQX7 (Mac BinHex)',
'ERYQ',
'17'
],
[
'Image::Magick',
'R',
'd',
'c',
'O',
'?',
'Read, query, transform, and write images',
'JCRISTY',
'18'
],
[
'IO::Scalar',
'R',
'd',
'p',
'O',
'?',
'I/O handle to read/write to a string',
'DSKOLL',
'21'
],
[
'IO::ScalarArray',
'R',
'd',
'p',
'O',
'?',
'I/O handle to read/write to array of scalars',
'DSKOLL',
'21'
],
[
'Schedule::At',
'R',
'd',
'p',
'f',
'p',
'OS independent interface to the at command',
'JOSERODR',
'4'
],
[
'Net::ACAP',
'a',
'd',
'p',
'O',
'?',
'Interface to ACAP Protocol (Internet-Draft)',
'KJOHNSON',
'5'
],
[
'Net::Bind',
'a',
'd',
'p',
'O',
'p',
'Interface to bind daemon related files',
'BBB',
'5'
],
[
'Net::ICAP',
'a',
'd',
'p',
'O',
'?',
'Interface to ICAP Protocol (Internet-Draft)',
'KJOHNSON',
'5'
],
[
'Net::IMAP',
'a',
'd',
'p',
'O',
'?',
'Interface to IMAP Protocol (RFC2060)',
'KJOHNSON',
'5'
],
[
'Net::xAP',
'a',
'd',
'p',
'O',
'?',
'Interface to IMAP,ACAP,ICAP substrate',
'KJOHNSON',
'5'
],
[
'Set::IntRange',
'R',
'd',
'c',
'O',
'p',
'Set of integers (arbitrary intervals, fast)',
'STBEY',
'6'
],
[
'Set::Window',
'R',
'd',
'p',
'O',
'p',
'Manages an interval on the integer line',
'SWMCD',
'6'
],
[
'DBD::Solid',
'a',
'm',
'c',
'O',
'?',
'Solid Driver for DBI',
'TWENRICH',
'7'
],
[
'Term::Size',
'a',
'd',
'c',
'f',
'?',
'Simple way to get terminal size',
'TIMPX',
'8'
],
[
'Text::Refer',
'R',
'd',
'p',
'O',
'?',
'Parse refer(1)-style bibliography files',
'ERYQ',
'11'
],
[
'Locale::Country',
'R',
'd',
'p',
'f',
'?',
'ISO 3166 two letter country codes',
'NEILB',
'13'
],
[
'Locale::Language',
'R',
'd',
'p',
'f',
'?',
'ISO 639 two letter language codes',
'NEILB',
'13'
],
[
'MailBot',
'c',
'd',
'p',
'O',
'?',
'Archive server, listserv, auto-responder',
'RHNELSON',
'16'
],
[
'ThreeD',
'i',
'',
'',
'',
'?',
'Namespace root for all kinds of 3D modules',
'ADESC',
'18'
],
[
'Proc::SafePipe',
'b',
'd',
'p',
'f',
'?',
'popen() and `` without calling the shell',
'ROSCH',
'4'
],
[
'Proc::SyncExec',
'R',
'd',
'p',
'f',
'p',
'Spawn processes but report exec() errors',
'ROSCH',
'4'
],
[
'PDA::Pilot',
'a',
'm',
'c',
'O',
'?',
'Interface to pilot-link library',
'KJALB',
'4'
],
[
'Net::SNMP',
'M',
'd',
'p',
'O',
'p',
'Object oriented interface to SNMP',
'DTOWN',
'5'
],
[
'IPC::Signal',
'R',
'd',
'p',
'f',
'p',
'Translate signal names to/from numbers',
'ROSCH',
'5'
],
[
'DCE::DFS',
'R',
'd',
'c',
'O',
'g',
'DCE Distributed File System interface',
'PHENSON',
'5'
],
[
'B::Graph',
'b',
'd',
'p',
'r',
'p',
'Perl Compiler backend to diagram OP trees',
'SMCCAM',
'2'
],
[
'File::lockf',
'M',
'd',
'c',
'h',
'g',
'Interface to lockf system call',
'PHENSON',
'10'
],
[
'String::ShellQuote',
'R',
'd',
'p',
'f',
'p',
'Quote string for safe passage through shells',
'ROSCH',
'11'
],
[
'News::Gateway',
'a',
'm',
'p',
'O',
'p',
'Mail/news gatewaying, moderation support',
'RRA',
'19'
],
[
'Parse::RecDescent',
'M',
'd',
'p',
'O',
'?',
'Recursive descent parser generator',
'DCONWAY',
'11'
],
[
'Cz::Sort',
'R',
'd',
'p',
'O',
'?',
'Czech sorting',
'JANPAZ',
'13'
],
[
'Cz::Cstocs',
'R',
'd',
'p',
'O',
'?',
'Charset reencoding',
'JANPAZ',
'13'
],
[
'Archive::Tar',
'R',
'd',
'p',
'O',
'p',
'Read, write and manipulate tar files',
'KANE',
'17'
],
[
'Chart::Base',
'R',
'd',
'p',
'O',
'?',
'Business chart widget collection',
'NINJAZ',
'18'
],
[
'Rcs',
'a',
'd',
'c',
'f',
'?',
'Alternate RCS interface (see VCS::RCS)',
'CFRETER',
'3'
],
[
'POE::Component::Server::AsyncEndpoint',
'R',
'm',
'p',
'O',
'p',
'Asynchronous Endpoint Server for EAI',
'AIMASS',
'5'
],
[
'Net::LDAPapi',
'b',
'd',
'c',
'f',
'p',
'Interface to OpenLDAP and Mozilla LDAP C API',
'MISHIKAL',
'5'
],
[
'Net::Pcap',
'a',
'd',
'c',
'r',
'?',
'An interface for LBL\'s packet capture lib',
'PLISTER',
'5'
],
[
'Tie::Handle',
'R',
'a',
'p',
'O',
'p',
'Base class for implementing tied filehandles',
'STBEY',
'6'
],
[
'Data::Locations',
'R',
'd',
'c',
'O',
'p',
'Insert data into data streams w/o temp files',
'STBEY',
'6'
],
[
'X11::Protocol',
'b',
'd',
'p',
'O',
'p',
'Raw interface to X Window System servers',
'SMCCAM',
'8'
],
[
'X11::Keysyms',
'b',
'd',
'p',
'f',
'o',
'X11 key symbols (translation of keysymdef.h)',
'SMCCAM',
'8'
],
[
'X11::Auth',
'b',
'd',
'p',
'O',
'p',
'Read and handle X11 \'.Xauthority\' files',
'SMCCAM',
'8'
],
[
'X11::Wcl',
'b',
'd',
'c',
'O',
'?',
'Interface to the Widget Creation Library',
'JHPB',
'8'
],
[
'Locale::Msgcat',
'R',
'd',
'c',
'O',
'?',
'Access to XPG4 message catalog functions',
'CHRWOLF',
'13'
],
[
'PGP::Sign',
'b',
'd',
'p',
'r',
'p',
'Create/verify PGP/GnuPG signatures, securely',
'RRA',
'14'
],
[
'RenderMan',
'a',
'',
'',
'',
'?',
'Manipulate RenderMan objects',
'GMLEWIS',
'18'
],
[
'IO::Tee',
'R',
'd',
'p',
'O',
'?',
'Multiplex output to multiple handles',
'KENSHAN',
'21'
],
[
'Polyglot',
'b',
'd',
'p',
'O',
'p',
'a little language interpreter',
'BDFOY',
'23'
],
[
'Devel::DebugInit',
'b',
'd',
'p',
'f',
'?',
'Create a .gdbinit or similar file',
'JASONS',
'3'
],
[
'Devel::SmallProf',
'R',
'd',
'p',
'f',
'?',
'Line-by-line profiler',
'ASHTED',
'3'
],
[
'Algorithm::Numerical::Shuffle',
'R',
'd',
'p',
'h',
'?',
'Knuth\'s shuffle algorithm',
'ABIGAIL',
'6'
],
[
'MSDOS::Attrib',
'R',
'd',
'c',
'f',
'p',
'Get/set DOS file attributes in OS/2 or Win32',
'CJM',
'4'
],
[
'VMS::Priv',
'R',
'd',
'c',
'f',
'?',
'Access VMS Privileges for processes',
'DSUGAL',
'4'
],
[
'PDA::PilotDesktop',
'i',
'',
'',
'',
'?',
'Managing Pilot Desktop databases software',
'JWIEGLEY',
'4'
],
[
'Net::PH',
'R',
'd',
'p',
'O',
'?',
'CCSO Nameserver Client class',
'GBARR',
'5'
],
[
'RADIUS::Dictionary',
'b',
'd',
'p',
'O',
'?',
'Object interface to RADIUS dictionaries',
'CHRMASTO',
'14'
],
[
'RADIUS::Packet',
'b',
'd',
'p',
'O',
'?',
'Object interface to RADIUS (rfc2138) packets',
'CHRMASTO',
'14'
],
[
'App::Munchies',
'a',
'd',
'p',
'O',
'a',
'Catalyst example using food recipe data set',
'PJFL',
'15'
],
[
'Math::Polynomial',
'R',
'd',
'p',
'O',
'p',
'Perl class for polynomials in one variable',
'MHASCH',
'6'
],
[
'Calendar::CSA',
'a',
'd',
'c',
'O',
'?',
'interface with calenders such as Sun and CDE',
'KJALB',
'6'
],
[
'DBD::XBase',
'R',
'm',
'p',
'O',
'?',
'XBase driver for DBI',
'JANPAZ',
'7'
],
[
'DBD::pNET',
'a',
'm',
'c',
'O',
'?',
'DBD proxy driver',
'JWIED',
'7'
],
[
'LotusNotes',
'c',
'd',
'c',
'O',
'p',
'Interface to Lotus Notes C API',
'CCLOUTIER',
'24'
],
[
'XBase',
'R',
'd',
'p',
'O',
'?',
'Read/write interface to XBase files',
'JANPAZ',
'7'
],
[
'AsciiDB::TagFile',
'R',
'd',
'p',
'O',
'p',
'Tie class for a simple ASCII database',
'JOSERODR',
'7'
],
[
'OLE::PropertySet',
'a',
'u',
'p',
'O',
'?',
'Property Set interface',
'MSCHWARTZ',
'7'
],
[
'OLE::Storage',
'a',
'u',
'p',
'O',
'?',
'Structured Storage / OLE document interface',
'MSCHWARTZ',
'7'
],
[
'Dir::Purge',
'R',
'd',
'p',
'f',
'?',
'Delete files in directory based on timestamp',
'JV',
'10'
],
[
'Net::Interface',
'a',
'd',
'c',
'O',
'?',
'ifconfig(1) implementation',
'SRZ',
'5'
],
[
'Device::SVGA',
'c',
'',
'',
'',
'?',
'SVGA Graphic card driver',
'SCOTTVR',
'4'
],
[
'VMS::Lock',
'R',
'n',
'c',
'O',
'?',
'Object interface to $ENQ (VMS lock mgr)',
'BHUGHES',
'4'
],
[
'MSDOS::Descript',
'R',
'd',
'p',
'O',
'p',
'Manage 4DOS style DESCRIPT.ION files',
'CJM',
'4'
],
[
'Pod::Sdf',
'c',
'd',
'p',
'f',
'?',
'converter to SDF',
'IANC',
'26'
],
[
'Pod::Diff',
'c',
'd',
'p',
'f',
'?',
'compare two POD files and report diff',
'IANC',
'26'
],
[
'Gtk',
'b',
'd',
'c',
'O',
'?',
'binding of the Gtk library used by GIMP',
'KJALB',
'8'
],
[
'X11::Lib',
'b',
'd',
'c',
'O',
'?',
'X11 library interface',
'KENFOX',
'8'
],
[
'X11::Motif',
'b',
'd',
'c',
'O',
'?',
'Motif widget set interface',
'KENFOX',
'8'
],
[
'X11::Toolkit',
'b',
'd',
'c',
'O',
'?',
'X11 Toolkit library interface',
'KENFOX',
'8'
],
[
'C::DynaLib',
'b',
'd',
'c',
'O',
'?',
'Allows direct calls to dynamic libraries',
'JTOBEY',
'9'
],
[
'File::Spec',
'b',
'd',
'p',
'O',
'?',
'Handling files and directories portably',
'KWILLIAMS',
'10'
],
[
'Text::BibTeX',
'a',
'd',
'c',
'O',
'?',
'Parse BibTeX files',
'GWARD',
'11'
],
[
'Text::Metaphone',
'b',
'd',
'c',
'f',
'?',
'A modern soundex. Phonetic encoding of words',
'MSCHWERN',
'11'
],
[
'Text::Morse',
'c',
'd',
'p',
'f',
'?',
'convert text to/from Morse code',
'SCHOP',
'11'
],
[
'Parse::ePerl',
'R',
'd',
'c',
'r',
'?',
'Embedded Perl (ePerl) parser',
'RSE',
'11'
],
[
'Chatbot::Eliza',
'M',
'd',
'p',
'O',
'p',
'Eliza algorithm encapsulated in an object',
'JNOLAN',
'11'
],
[
'Getopt::Simple',
'M',
'd',
'p',
'O',
'o',
'A simple-to-use interface to Getopt::Long',
'RSAVAGE',
'12'
],
[
'Getopt::Tabular',
'a',
'd',
'p',
'r',
'?',
'Table-driven argument parsing with help text',
'GWARD',
'12'
],
[
'CGI::LogCarp',
'R',
'd',
'p',
'h',
'p',
'Error, log, bug streams, httpd style format',
'MIKEKING',
'15'
],
[
'HTML::ParseForm',
'i',
'',
'',
'',
'?',
'Parse and handle HTML forms via templates',
'NMONNET',
'15'
],
[
'HTML::TableLayout',
'b',
'd',
'p',
'O',
'?',
'an extensible OO layout manager',
'PERSICOM',
'15'
],
[
'Netscape::Server',
'a',
'd',
'c',
'O',
'?',
'Perl interface to Netscape httpd API',
'BSUGARS',
'15'
],
[
'Convert::EBCDIC',
'a',
'd',
'p',
'f',
'?',
'ASCII to/from EBCDIC',
'CXL',
'17'
],
[
'Convert::Recode',
'R',
'd',
'p',
'f',
'?',
'Mapping functions between character sets',
'GAAS',
'17'
],
[
'Convert::Translit',
'M',
'd',
'p',
'O',
'?',
'String conversion among many character sets',
'GENJISCH',
'17'
],
[
'Tk::Wizard::Installer',
'M',
'd',
'p',
'O',
'p',
'Tk::Wizard pages for installation wizards',
'LGODDARD',
'8'
],
[
'Mail::Field',
'R',
'd',
'p',
'O',
'?',
'Base class for handling mail header fields',
'MARKOV',
'19'
],
[
'Mail::Header',
'R',
'd',
'p',
'O',
'?',
'Manipulate mail RFC822 compliant headers',
'MARKOV',
'19'
],
[
'News::Scan',
'c',
'd',
'p',
'O',
'?',
'Gathers and reports newsgroup statistics',
'GBACON',
'19'
],
[
'Net::Hotline',
'R',
'd',
'p',
'O',
'p',
'Interface to the Hotline protocol',
'JSIRACUSA',
'5'
],
[
'Win32API::Registry',
'M',
'?',
'c',
'f',
'?',
'Win32 Registry functions/constants',
'TYEMQ',
'22'
],
[
'Win32API::File',
'M',
'?',
'c',
'f',
'?',
'Win32 file/dir functions/constants',
'TYEMQ',
'22'
],
[
'Win32API::Window',
'c',
'd',
'c',
'f',
'?',
'Win32 Windowing functions/constants',
'TYEMQ',
'22'
],
[
'Chemistry::Elements',
'R',
'd',
'p',
'O',
'p',
'Working with Chemical Elements',
'BDFOY',
'23'
],
[
'Emacs::Lisp',
'b',
'd',
'c',
'h',
'?',
'Perl-to-Emacs-Lisp glue',
'JTOBEY',
'8'
],
[
'File::Sort',
'R',
'd',
'p',
'f',
'p',
'Sort a file or merge sort multiple files',
'CNANDOR',
'10'
],
[
'File::Tail',
'b',
'd',
'p',
'O',
'?',
'A more efficient tail -f',
'MGRABNAR',
'10'
],
[
'File::MultiTail',
'a',
'd',
'p',
'O',
'?',
'Tail multiple files',
'SGMIANO',
'10'
],
[
'Number::Format',
'R',
'd',
'p',
'O',
'p',
'Package for formatting numbers for display',
'WRW',
'11'
],
[
'SGML::SPGrove',
'b',
'd',
'+',
'O',
'?',
'Load SGML, XML, and HTML files',
'KMACLEOD',
'11'
],
[
'Mail::UCEResponder',
'i',
'',
'',
'',
'?',
'Spamfilter',
'CHSTROSS',
'19'
],
[
'News::Article',
'a',
'd',
'p',
'O',
'?',
'Module for handling Usenet articles',
'AGIERTH',
'19'
],
[
'IO::Stty',
'R',
'd',
'p',
'f',
'p',
'POSIX compliant stty interface',
'RGIERSIG',
'21'
],
[
'IO::Wrap',
'R',
'd',
'p',
'O',
'?',
'Wrap old-style FHs in standard OO interface',
'DSKOLL',
'21'
],
[
'Heap::Binary',
'b',
'd',
'p',
'O',
'?',
'Implement Binary Heap',
'JMM',
'6'
],
[
'Heap::Binomial',
'b',
'd',
'p',
'O',
'?',
'Implement Binomial Heap',
'JMM',
'6'
],
[
'Heap::Fibonacci',
'b',
'd',
'p',
'O',
'?',
'Implement Fibonacci Heap',
'JMM',
'6'
],
[
'Perl',
'a',
'd',
'c',
'O',
'?',
'Create Perl interpreters from within Perl',
'GSAR',
'2'
],
[
'Be::Attribute',
'R',
'd',
'+',
'f',
'?',
'Manipulate BeOS BFS MIME file attributes',
'TSPIN',
'4'
],
[
'Tie::CPHash',
'R',
'd',
'p',
'O',
'p',
'Case preserving but case insensitive hash',
'CJM',
'6'
],
[
'Tie::DBI',
'M',
'd',
'p',
'O',
'p',
'Tie hash to a DBI handle',
'LDS',
'6'
],
[
'Class::Singleton',
'b',
'd',
'p',
'O',
'?',
'Implementation of a "Singleton" class',
'ABW',
'6'
],
[
'Class::TOM',
'R',
'm',
'p',
'O',
'?',
'Transportable Object Model for perl',
'JDUNCAN',
'6'
],
[
'Sort::Fields',
'b',
'd',
'p',
'f',
'?',
'sort text lines by alpha or numeric fields',
'JNH',
'6'
],
[
'Data::Check',
'c',
'd',
'p',
'O',
'?',
'Checks values for various data formats',
'KENHOLM',
'6'
],
[
'Tree::Fat',
'R',
'd',
'c',
'f',
'?',
'Embeddable F-Tree algorithm suite',
'JPRIT',
'6'
],
[
'Sybase::BCP',
'R',
'd',
'c',
'O',
'p',
'Sybase BCP interface',
'MEWP',
'7'
],
[
'Mysql',
'R',
'm',
'c',
'O',
'?',
'mysql database interface',
'CAPTTOFU',
'7'
],
[
'Db::Ctree',
'R',
'd',
'c',
'r',
'p',
'Faircom\'s CTREE+ database interface',
'REDEN',
'7'
],
[
'Db::Documentum',
'R',
'd',
'c',
'f',
'p',
'Documentum API interface to Perl',
'MSROTH',
'24'
],
[
'Event',
'b',
'm',
'c',
'h',
'?',
'fast, generic event loop',
'JPRIT',
'16'
],
[
'GUI::Guido',
'i',
'',
'',
'',
'?',
'bd+O Communicate with objects in a GUI',
'TBRADFUTE',
'8'
],
[
'File::Compare',
'S',
'u',
'p',
'f',
'?',
'Compare file contents quickly',
'P5P',
'10'
],
[
'String::CRC',
'R',
'd',
'c',
'f',
'o',
'Cyclic redundency check generation',
'MUIR',
'11'
],
[
'Text::Format',
'R',
'd',
'p',
'O',
'?',
'Advanced paragraph formatting',
'GABOR',
'11'
],
[
'Text::Balanced',
'M',
'd',
'p',
'f',
'p',
'Extract balanced-delimiter substrings',
'DMANURA',
'11'
],
[
'Lingua::PT',
'b',
'u',
'p',
'f',
'?',
'Namespace for Portugese language modules',
'EGROSS',
'11'
],
[
'Module::Pragma',
'a',
'd',
'p',
'O',
'p',
'Support for implementation of pragmas',
'GFUJI',
'2'
],
[
'App::Music::PlayTab',
'R',
'd',
'p',
'h',
'p',
'Print chords for songs in a tabular fashion',
'JV',
'23'
],
[
'Authen::TacacsPlus',
'a',
'd',
'c',
'O',
'?',
'Authentication on tacacs+ server',
'MSHOYHER',
'14'
],
[
'CGI::Screen',
'a',
'd',
'p',
'O',
'?',
'Create multi screen CGI-scripts',
'ULPFR',
'15'
],
[
'HTML::Table',
'R',
'u',
'p',
'O',
'p',
'Write HTML tables via spreadsheet metaphor',
'AJPEACOCK',
'15'
],
[
'HTTP::Request::Form',
'R',
'd',
'p',
'O',
'p',
'Generates HTTP::Request objects out of forms',
'GBAUER',
'15'
],
[
'VRML::Color',
'R',
'd',
'p',
'f',
'?',
'color functions and X11 color names',
'HPALM',
'18'
],
[
'VRML::Base',
'R',
'd',
'p',
'O',
'?',
'common basic methods',
'HPALM',
'18'
],
[
'Memoize',
'S',
'd',
'p',
'r',
'p',
'Automatically cache results of functions',
'MJD',
'20'
],
[
'Win32::ChangeNotify',
'R',
'd',
'c',
'O',
'p',
'Monitor changes to files and directories',
'CJM',
'22'
],
[
'Win32::Event',
'R',
'd',
'c',
'O',
'p',
'Use Win32 event objects for IPC',
'CJM',
'22'
],
[
'Win32::IPC',
'R',
'd',
'c',
'O',
'p',
'Base class for Win32 synchronization objects',
'CJM',
'22'
],
[
'Win32::Mutex',
'R',
'd',
'c',
'O',
'p',
'Use Win32 mutex objects for IPC',
'CJM',
'22'
],
[
'Win32::Semaphore',
'R',
'd',
'c',
'O',
'p',
'Use Win32 semaphore objects for IPC',
'CJM',
'22'
],
[
'Business::CreditCard',
'R',
'd',
'p',
'f',
'p',
'Credit card number check digit test',
'IVAN',
'23'
],
[
'Business::ISBN',
'R',
'd',
'p',
'O',
'?',
'Work with ISBN as objects',
'BDFOY',
'23'
],
[
'FAQ::OMatic',
'R',
'd',
'p',
'O',
'?',
'A CGI-based FAQ/help database maintainer',
'ABH',
'23'
],
[
'enum',
'c',
'd',
'p',
'f',
'?',
'resemble enumerated types in C',
'ZENIN',
'27'
],
[
'Test::Prereq',
'R',
'd',
'p',
'f',
'p',
'check that you\'ve declared all prerequisites',
'BDFOY',
'3'
],
[
'Net::CDDB',
'c',
'd',
'p',
'r',
'?',
'Interface to the CDDB (CD Database)',
'DSTALDER',
'5'
],
[
'Net::Netmask',
'R',
'd',
'p',
'O',
'o',
'Understand and manipulate network blocks',
'MUIR',
'5'
],
[
'Net::TFTP',
'c',
'd',
'p',
'f',
'?',
'Interface to Trivial File Transfer Protocol',
'GSM',
'5'
],
[
'IPC::ChildSafe',
'R',
'd',
'c',
'O',
'?',
'Control child process w/o risk of deadlock',
'DSB',
'5'
],
[
'CORBA::IOP::IOR',
'a',
'd',
'p',
'O',
'?',
'Decode, munge, and re-encode CORBA IORs',
'PHILIPA',
'5'
],
[
'Math::Expr',
'a',
'd',
'p',
'O',
'?',
'Parses agebraic expressions',
'HAKANARDO',
'6'
],
[
'Statistics::ROC',
'b',
'd',
'p',
'f',
'?',
'ROC curves with nonparametric conf. bounds',
'HAKESTLER',
'6'
],
[
'Heap',
'b',
'd',
'p',
'O',
'?',
'Define Heap interface',
'JMM',
'6'
],
[
'Heap::Elem',
'b',
'd',
'p',
'O',
'?',
'Heap Element interface, ISA',
'JMM',
'6'
],
[
'Heap::Elem::Num',
'b',
'd',
'p',
'O',
'?',
'Numeric heap element container',
'JMM',
'6'
],
[
'Heap::Elem::NumRev',
'b',
'd',
'p',
'O',
'?',
'Numeric element reversed order',
'JMM',
'6'
],
[
'Heap::Elem::Str',
'b',
'd',
'p',
'O',
'?',
'String heap element container',
'JMM',
'6'
],
[
'Heap::Elem::StrRev',
'b',
'd',
'p',
'O',
'?',
'String element reversed order',
'JMM',
'6'
],
[
'Heap::Elem::Ref',
'b',
'd',
'p',
'O',
'?',
'Obj ref heap element container',
'JMM',
'6'
],
[
'Heap::Elem::RefRev',
'b',
'd',
'p',
'O',
'?',
'Obj ref element reversed order',
'JMM',
'6'
],
[
'Set::Object',
'b',
'd',
'c',
'O',
'?',
'Set of Objects (smalltalkish: IdentitySet)',
'JLLEROY',
'6'
],
[
'Date::Calc',
'M',
'd',
'c',
'h',
'p',
'Gregorian calendar date calculations',
'STBEY',
'6'
],
[
'Tie::DB_Lock',
'R',
'd',
'p',
'r',
'p',
'Tie DB_File with automatic locking',
'KWILLIAMS',
'6'
],
[
'Tie::TextDir',
'R',
'd',
'p',
'r',
'p',
'ties a hash to a directory of textfiles',
'KWILLIAMS',
'6'
],
[
'DBD::Altera',
'b',
'd',
'p',
'O',
'?',
'Altera SQL Server for DBI - pure Perl code',
'DSOUFLIS',
'7'
],
[
'DBD::CSV',
'R',
'm',
'p',
'O',
'p',
'SQL engine and DBI driver for CSV files',
'JZUCKER',
'7'
],
[
'Metadata::Base',
'b',
'd',
'p',
'O',
'?',
'Base metadata functionality',
'DJBECKETT',
'7'
],
[
'Metadata::IAFA',
'b',
'd',
'p',
'O',
'?',
'IAFA templates metadata',
'DJBECKETT',
'7'
],
[
'Metadata::SOIF',
'b',
'd',
'p',
'O',
'?',
'Harvest SOIF metadata',
'DJBECKETT',
'7'
],
[
'Language::PGForth',
'R',
'd',
'p',
'f',
'p',
'Peter Gallasch\'s Forth implementation',
'PETERGAL',
'9'
],
[
'LockFile::Simple',
'a',
'd',
'p',
'r',
'p',
'Simple file locking mechanism',
'JV',
'10'
],
[
'Stat::lsMode',
'R',
'd',
'p',
'f',
'?',
'Translate mode 0644 to -rw-r--r--',
'MJD',
'10'
],
[
'Text::CSV_XS',
'R',
'd',
'c',
'O',
'p',
'Fast 8bit clean version of Text::CSV',
'HMBRAND',
'11'
],
[
'Text::Graphics',
'R',
'd',
'p',
'O',
'?',
'Graphics rendering toolkit with text output',
'SFARRELL',
'11'
],
[
'Lingua::EN',
'i',
'',
'',
'',
'?',
'Namespace for English language modules',
'',
'11'
],
[
'Lingua::EN::Inflect',
'M',
'd',
'p',
'f',
'?',
'English sing->plur, a/an, nums, participles',
'DCONWAY',
'11'
],
[
'Net::OBEX::Packet::Request',
'a',
'd',
'p',
'O',
'p',
'create OBEX protocol request packets',
'ZOFFIX',
'5'
],
[
'RTF::Base',
'i',
'',
'',
'',
'?',
'Classes for Microsoft Rich Text Format',
'PETDANCE',
'11'
],
[
'SQL::Statement',
'b',
'm',
'p',
'O',
'p',
'Small SQL parser and engine',
'JZUCKER',
'11'
],
[
'I18N::LangTags',
'M',
'd',
'p',
'f',
'p',
'compare & extract language tags (RFC3066)',
'P5P',
'13'
],
[
'Crypt::CBC',
'M',
'd',
'p',
'O',
'p',
'Cipherblock chaining for Crypt::DES/IDEA',
'LDS',
'14'
],
[
'Authen::ACE',
'a',
'd',
'c',
'O',
'?',
'Interface to Security Dynamics ACE (SecurID)',
'DCARRIGAN',
'14'
],
[
'Authen::PAM',
'R',
'd',
'c',
'h',
'p',
'Interface to PAM library',
'NIKIP',
'14'
],
[
'Business::Cashcow',
'i',
'?',
'?',
'?',
'?',
'Internet payment with the Danish PBS',
'GKE',
'23'
],
[
'CGI::CList',
'b',
'd',
'p',
'O',
'?',
'Manages hierarchical collapsible lists',
'PEARCEC',
'15'
],
[
'CGI::Cache',
'a',
'd',
'p',
'f',
'?',
'Speed up slow CGI scripts by caching',
'DCOPPIT',
'15'
],
[
'CGI::Query',
'a',
'd',
'p',
'O',
'?',
'Parse CGI quiry strings',
'MPECK',
'15'
],
[
'CGI::Validate',
'a',
'd',
'p',
'O',
'?',
'Advanced CGI form parser',
'ZENIN',
'15'
],
[
'HTML::Mason',
'M',
'd',
'p',
'O',
'p',
'Build sites from modular Perl/HTML blocks',
'JSWARTZ',
'15'
],
[
'LWP::Parallel',
'R',
'm',
'p',
'O',
'p',
'Allows parallel http, https and ftp access',
'MARCLANG',
'15'
],
[
'HyperWave::CSP',
'c',
'd',
'p',
'O',
'?',
'Interface to HyperWave\'s HCI protocol',
'GOSSAMER',
'15'
],
[
'WebFS::FileCopy',
'R',
'd',
'p',
'f',
'?',
'Get, put, copy, delete files located by URL',
'BZAJAC',
'15'
],
[
'Convert::SciEng',
'b',
'd',
'p',
'O',
'?',
'Convert numbers with scientific notation',
'COLINK',
'17'
],
[
'VRML::Browser',
'i',
'',
'',
'',
'?',
'A complete VRML viewer',
'LUKKA',
'18'
],
[
'Image::Grab',
'R',
'd',
'p',
'O',
'p',
'Grabbing images off the Internet',
'MAHEX',
'18'
],
[
'Chart::Plot',
'b',
'd',
'c',
'O',
'?',
'Graph two-dimensional data (uses GD.pm)',
'SMORTON',
'18'
],
[
'T3D',
'c',
'd',
'p',
'O',
'?',
'Realtime extensible 3D rendering',
'GJB',
'18'
],
[
'Hook::PrePostCall',
'a',
'd',
'p',
'O',
'?',
'Add actions before and after a routine',
'PVERD',
'20'
],
[
'IO::AtomicFile',
'R',
'd',
'p',
'O',
'?',
'Write a file which is updated atomically',
'DSKOLL',
'21'
],
[
'IO::Lines',
'R',
'd',
'p',
'O',
'?',
'I/O handle to read/write to array of lines',
'DSKOLL',
'21'
],
[
'IO::WrapTie',
'R',
'd',
'p',
'O',
'?',
'Tie your handles & retain full OO interface',
'DSKOLL',
'21'
],
[
'IO::Zlib',
'b',
'd',
'p',
'O',
'?',
'IO:: style interface to Compress::Zlib',
'TOMHUGHES',
'21'
],
[
'Win32::SerialPort',
'R',
'd',
'p',
'O',
'?',
'Win32 Serial functions/constants/interface',
'BBIRTH',
'22'
],
[
'HP200LX::DB',
'c',
'd',
'p',
'O',
'?',
'Handle HP 200LX palmtop computer database',
'GGONTER',
'23'
],
[
'HP200LX::DBgui',
'c',
'd',
'p',
'O',
'?',
'Tk base GUI for HP 200LX db files',
'GGONTER',
'23'
],
[
'Decision::Markov',
'b',
'd',
'p',
'O',
'?',
'Build/evaluate Markov models for decisions',
'ALANSZ',
'6'
],
[
'TFTP',
'b',
'd',
'p',
'O',
'?',
'Interface to TFTP (rfc1350)',
'GSM',
'5'
],
[
'Games::WordFind',
'b',
'd',
'p',
'O',
'?',
'Generate word-find type puzzles',
'AJOHNSON',
'23'
],
[
'Cisco::Conf',
'a',
'd',
'p',
'O',
'?',
'Cisco router administratian via TFTP',
'JWIED',
'23'
],
[
'Resolute::RAPS',
'c',
'd',
'+',
'O',
'?',
'Interface to Resolute Software\'s RAPS',
'CHGOETZE',
'24'
],
[
'Verilog::Readmem',
'R',
'd',
'p',
'f',
'p',
'Parse Verilog $readmemh or $readmemb file',
'GSULLIVAN',
'9'
],
[
'Proc::Background',
'R',
'd',
'p',
'O',
'?',
'OS independent background process objects',
'BZAJAC',
'4'
],
[
'Proc::ProcessTable',
'b',
'd',
'c',
'O',
'?',
'Unix process table information',
'DURIST',
'4'
],
[
'SNMP::Monitor',
'a',
'd',
'p',
'O',
'?',
'Accounting and graphical display',
'JWIED',
'5'
],
[
'CORBA::IDLtree',
'R',
'd',
'p',
'f',
'p',
'IDL to symbol tree translator',
'OMKELLOGG',
'5'
],
[
'Tk::Wizard::Choices',
'M',
'd',
'p',
'O',
'p',
'Tk::Wizard pages for accepting user choices',
'LGODDARD',
'8'
],
[
'Math::MatrixBool',
'R',
'd',
'c',
'O',
'p',
'Matrix of booleans (Boolean Algebra)',
'STBEY',
'6'
],
[
'Statistics::MaxEntropy',
'R',
'd',
'p',
'f',
'?',
'Maximum Entropy Modeling',
'TERDOEST',
'6'
],
[
'Statistics::OLS',
'b',
'd',
'p',
'O',
'?',
'ordinary least squares (curve fitting)',
'SMORTON',
'6'
],
[
'DBD::ODBC',
'a',
'm',
'c',
'O',
'?',
'ODBC Driver for DBI',
'TIMB',
'7'
],
[
'Object::Iterate',
'R',
'd',
'p',
'f',
'p',
'iterators for objects that know the next ele',
'BDFOY',
'6'
],
[
'Clips',
'a',
'd',
'p',
'O',
'?',
'Interface to the Expert System Clips',
'MSULLIVAN',
'9'
],
[
'ShellScript::Env',
'a',
'd',
'p',
'O',
'?',
'Simple sh and csh script generator',
'SVENH',
'9'
],
[
'File::BSDGlob',
'b',
'd',
'c',
'f',
'?',
'Secure, csh-compatible filename globbing',
'GBACON',
'10'
],
[
'Tie::Hash::Regex',
'R',
'd',
'p',
'r',
'p',
'Look up values in hashes using regexes',
'DAVECROSS',
'6'
],
[
'Filesys::DiskFree',
'a',
'd',
'p',
'O',
'?',
'OS independant parser of the df command',
'ABARCLAY',
'10'
],
[
'Filesys::Statvfs',
'R',
'd',
'c',
'f',
'?',
'Interface to the statvfs() system call',
'IGUTHRIE',
'10'
],
[
'Text::FillIn',
'R',
'd',
'p',
'O',
'p',
'Fill-in text templates',
'KWILLIAMS',
'11'
],
[
'ERG',
'R',
'd',
'p',
'f',
'?',
'An extensible report generator framework',
'PHOENIXL',
'11'
],
[
'Parse::Yapp',
'R',
'd',
'p',
'O',
'p',
'Generates OO LALR parser modules',
'FDESAR',
'11'
],
[
'SQL::Builder',
'a',
'd',
'p',
'O',
'?',
'OO interface for creating SQL statements',
'ZENIN',
'11'
],
[
'I18N::Charset',
'R',
'd',
'p',
'f',
'p',
'Character set names and aliases',
'MTHURN',
'13'
],
[
'RADIUS::UserFile',
'R',
'd',
'p',
'O',
'p',
'Manipulate a RADIUS users file',
'OEVANS',
'14'
],
[
'HTML::EP',
'a',
'd',
'p',
'O',
'?',
'Modular, extensible Perl embedding',
'JWIED',
'15'
],
[
'HTML::SimpleParse',
'R',
'd',
'p',
'O',
'p',
'Bare-bones HTML parser',
'KWILLIAMS',
'15'
],
[
'NetServer::Generic',
'R',
'd',
'p',
'O',
'?',
'generic OOP class for internet servers',
'CHSTROSS',
'16'
],
[
'Expect',
'R',
'd',
'p',
'O',
'p',
'Perl version of Don Libes\' Tcl-Expect',
'RGIERSIG',
'21'
],
[
'Penguin',
'R',
'd',
'p',
'O',
'?',
'Remote Perl in Secure Environment',
'AMERZKY',
'23'
],
[
'MIDI',
'M',
'd',
'p',
'h',
'p',
'read/edit/compose MIDI files',
'SBURKE',
'23'
],
[
'Geo::METAR',
'R',
'd',
'p',
'f',
'?',
'Process Aviation Weather (METAR) Data',
'KOOS',
'23'
],
[
'Geo::WeatherNOAA',
'R',
'd',
'p',
'f',
'?',
'Current/forecast weather from NOAA',
'MSOLOMON',
'23'
],
[
'Silly::StringMaths',
'a',
'd',
'p',
'f',
'?',
'Do maths with letters and strings',
'SKINGTON',
'23'
],
[
'AltaVista::SearchSDK',
'c',
'd',
'c',
'f',
'?',
'Perl Wrapper for AltaVista SDK functionality',
'JTURNER',
'24'
],
[
'DBIx::Tree',
'a',
'd',
'p',
'O',
'?',
'Expand self-referential table into a tree',
'BJEPS',
'7'
],
[
'Spreadsheet::Excel',
'i',
'',
'',
'',
'?',
'Interface to Excel spreadsheets',
'RRAWLINGS',
'7'
],
[
'Spreadsheet::Lotus',
'i',
'',
'',
'',
'?',
'Interface to Lotus 1-2-3 spreadsheets',
'RRAWLINGS',
'7'
],
[
'Gnome',
'b',
'd',
'c',
'O',
'?',
'Bindings to the Gnome Desktop Toolkit',
'KJALB',
'8'
],
[
'X11::XRT',
'a',
'd',
'c',
'O',
'?',
'XRT widget set (commercial) interface',
'KENFOX',
'8'
],
[
'X11::Xbae',
'a',
'd',
'c',
'O',
'?',
'Xbae matrix (spreadsheet like) interface',
'KENFOX',
'8'
],
[
'X11::Xpm',
'a',
'd',
'c',
'f',
'?',
'X Pixmap library interface',
'KENFOX',
'8'
],
[
'Lingua::EN::Squeeze',
'b',
'd',
'p',
'f',
'?',
'Shorten english text for Pagers/GSM phones',
'JARIAALTO',
'11'
],
[
'XML',
'R',
'm',
'h',
'O',
'?',
'Large collection of XML related modules',
'XMLML',
'11'
],
[
'Getopt::Declare',
'M',
'd',
'p',
'O',
'?',
'An easy-to-use WYSIWYG command-line parser',
'DCONWAY',
'12'
],
[
'Cz::Speak',
'b',
'd',
'p',
'f',
'?',
'number, etc. convertor to the Czech language',
'YENYA',
'13'
],
[
'Compress::LZO',
'M',
'd',
'c',
'f',
'g',
'Interface to the LZO compression library',
'MFX',
'17'
],
[
'PDL::Options',
'R',
'd',
'p',
'h',
'p',
'Provides hash options handling for PDL',
'TJENNESS',
'6'
],
[
'Win32::ASP',
'R',
'd',
'p',
'r',
'?',
'Makes PerlScript ASP development easier',
'WNODOM',
'22'
],
[
'Watchdog::Service',
'a',
'd',
'p',
'O',
'?',
'Look for service in process table',
'PSHARPE',
'23'
],
[
'Watchdog::HTTPService',
'a',
'd',
'p',
'O',
'?',
'Test status of HTTP server',
'PSHARPE',
'23'
],
[
'Watchdog::MysqlService',
'a',
'd',
'p',
'O',
'?',
'Test status of Mysql server',
'PSHARPE',
'23'
],
[
'Real::Encode',
'i',
'',
'',
'',
'?',
'Interface to Progressive Network\'s RealAudio',
'KMELTZ',
'24'
],
[
'Mac::Glue',
'R',
'm',
'p',
'O',
'p',
'Control apps with AppleScript terminology',
'CNANDOR',
'4'
],
[
'Mac::OSA::Simple',
'R',
'm',
'p',
'h',
'p',
'Simple access to Mac::OSA',
'CNANDOR',
'4'
],
[
'Carp::Assert',
'a',
'd',
'p',
'f',
'p',
'Stating the obvious to let the computer know',
'YVES',
'3'
],
[
'Net::DLookup',
'a',
'd',
'p',
'O',
'?',
'Lookup domains on Internic and 2-letter TLDs',
'DJASMINE',
'5'
],
[
'MOP',
'b',
'd',
'p',
'',
'?',
'Meta Object Protocol (Tool collection)',
'ORTALO',
'6'
],
[
'Sort::ArbBiLex',
'M',
'd',
'p',
'f',
'p',
'sort functions for arbitrary sort orders',
'SBURKE',
'13'
],
[
'Data::DRef',
'a',
'd',
'p',
'h',
'?',
'Nested data access using delimited strings',
'EVO',
'6'
],
[
'Data::Reporter',
'R',
'd',
'c',
'O',
'?',
'Ascii Report Generator',
'RVAZ',
'6'
],
[
'Form::Processor::Model::DBIC',
'R',
'd',
'p',
'O',
'p',
'A DBIx::Class Model for Form::Processor',
'GSHANK',
'15'
],
[
'Crypt::Keys',
'a',
'd',
'p',
'O',
'?',
'Management system for cryptographic keys',
'BTROTT',
'14'
],
[
'Crypt::RSA',
'b',
'm',
'p',
'O',
'?',
'RSA public-key cryptosystem.',
'VIPUL',
'14'
],
[
'OpenCA',
'R',
'm',
'p',
'O',
'b',
'PKIs Object Management Tools',
'MADWOLF',
'14'
],
[
'CGI::Authent',
'M',
'd',
'p',
'p',
'p',
'conditionaly send the HTTP authent request',
'JENDA',
'15'
],
[
'CGI::Deurl',
'M',
'd',
'p',
'h',
'p',
'decode the CGI parameters',
'JENDA',
'15'
],
[
'CGI::Enurl',
'M',
'd',
'p',
'f',
'p',
'encode the CGI parameters',
'JENDA',
'15'
],
[
'CGI::XMLForm',
'a',
'd',
'p',
'O',
'?',
'Create/query XML for forms',
'MSERGEANT',
'15'
],
[
'WING',
'R',
'm',
'h',
'O',
'?',
'Apache based IMAP/NNTP Gateway',
'MICB',
'15'
],
[
'Chart::XMGR',
'R',
'd',
'p',
'h',
'p',
'interface to XMGR plotting package',
'TJENNESS',
'18'
],
[
'Mail::Sender',
'M',
'd',
'p',
'O',
'p',
'socket() based mail with attachments, SMTP',
'JENDA',
'19'
],
[
'Win32::AbsPath',
'R',
'd',
'p',
'f',
'p',
'relative paths to absolute, understands UNCs',
'JENDA',
'22'
],
[
'Win32::FileOp',
'M',
'd',
'p',
'f',
'p',
'file operations + fancy dialogs, INI files',
'JENDA',
'22'
],
[
'Win32::FileType',
'R',
'd',
'p',
'O',
'p',
'modify Win32 file type mapping',
'JENDA',
'22'
],
[
'Ace',
'R',
'd',
'p',
'O',
'p',
'Interface to ACEDB (Popular Genome DB)',
'LDS',
'7'
],
[
'Gtk::Dialog',
'a',
'd',
'p',
'h',
'?',
'Simple interface to create dialogs in Gtk',
'ALISTAIRC',
'8'
],
[
'Authorizenet',
'b',
'd',
'p',
'f',
'?',
'Get Credit Card Info from authorizenet',
'DLINCOLN',
'15'
],
[
'BnP',
'R',
'a',
'o',
'O',
'p',
'Build\'n\'Play all-purpose batch install. tool',
'STBEY',
'23'
],
[
'Devel::PPPort',
'S',
'd',
'c',
'n',
'p',
'Portability aid for your XS code',
'MHX',
'3'
],
[
'MVS::VBFile',
'R',
'd',
'p',
'f',
'p',
'Read MVS VB (variable-length) files',
'GROMMEL',
'4'
],
[
'Solaris::MapDev',
'b',
'd',
'p',
'f',
'?',
'Maps sdNN disk names to cNtNdN disk names',
'ABURLISON',
'4'
],
[
'Solaris::Kstat',
'a',
'd',
'c',
'O',
'?',
'Access kernel performance statistics',
'ABURLISON',
'4'
],
[
'Solaris::Kmem',
'i',
'd',
'c',
'f',
'?',
'Read values from the running kernel',
'ABURLISON',
'4'
],
[
'Solaris::MIB',
'i',
'd',
'c',
'O',
'?',
'Access STREAMS network statistics',
'ABURLISON',
'4'
],
[
'Solaris::NDD',
'i',
'd',
'c',
'O',
'?',
'Access network device statistics',
'ABURLISON',
'4'
],
[
'Algorithm::Diff',
'R',
'd',
'p',
'f',
'p',
'Diff (also Longest Common Subsequence)',
'ANDREWC',
'6'
],
[
'DBD::FreeTDS',
'a',
'd',
'c',
'O',
'?',
'DBI driver for MS SQLServer and Sybase',
'SPANNRING',
'7'
],
[
'DBD::SearchServer',
'c',
'd',
'c',
'O',
'p',
'PCDOCS/Fulcrum SearchServer Driver for DB',
'SHARI',
'7'
],
[
'DbFramework::DataModel',
'a',
'd',
'p',
'O',
'?',
'Relational data model/schema class',
'IMACAT',
'7'
],
[
'DbFramework::DataType',
'a',
'd',
'p',
'O',
'?',
'Attribute data type class',
'IMACAT',
'7'
],
[
'DbFramework::ForeignKey',
'a',
'd',
'p',
'O',
'?',
'Relational foreign key class',
'IMACAT',
'7'
],
[
'DbFramework::Key',
'a',
'd',
'p',
'O',
'?',
'Relational key class',
'IMACAT',
'7'
],
[
'DbFramework::Persistent',
'a',
'd',
'p',
'O',
'?',
'Persistent object class',
'IMACAT',
'7'
],
[
'DbFramework::PrimaryKey',
'a',
'd',
'p',
'O',
'?',
'Relational primary key class',
'IMACAT',
'7'
],
[
'DbFramework::Table',
'a',
'd',
'p',
'O',
'?',
'Relational table/entity class',
'IMACAT',
'7'
],
[
'DbFramework::Util',
'a',
'd',
'h',
'O',
'?',
'Utility functions/methods',
'IMACAT',
'7'
],
[
'PostScript::Font',
'R',
'd',
'p',
'O',
'?',
'analyzes PostScript font files',
'JV',
'11'
],
[
'PostScript::FontMetrics',
'R',
'd',
'p',
'O',
'?',
'analyzes Adobe Font Metric files',
'JV',
'11'
],
[
'PostScript::FontInfo',
'R',
'd',
'p',
'O',
'?',
'analyzes Windows font info files',
'JV',
'11'
],
[
'CfgTie',
'a',
'd',
'p',
'h',
'?',
'Framework for tieing system admin tasks',
'RANDYM',
'12'
],
[
'Locale::PGetText',
'b',
'd',
'p',
'f',
'?',
'What GNU gettext does, written in pure perl',
'MSHOYHER',
'13'
],
[
'HTML::Subtext',
'a',
'd',
'p',
'O',
'?',
'Text substitutions on an HTML template',
'KAELIN',
'15'
],
[
'Compress::Bzip2',
'R',
'd',
'c',
'h',
'p',
'Interface to the Bzip2 compression library',
'ARJAY',
'17'
],
[
'Chart::Pie',
'a',
'd',
'p',
'O',
'?',
'Implements "new Chart::Pie()"',
'KARLON',
'18'
],
[
'IMAP::Admin',
'R',
'd',
'p',
'O',
'?',
'IMAP Administration',
'EESTABROO',
'19'
],
[
'Gedcom',
'b',
'm',
'p',
'O',
'p',
'Interface to genealogy Gedcom files',
'PJCJ',
'23'
],
[
'Business::ISSN',
'a',
'd',
'p',
'O',
'?',
'Object and functions to work with ISSN',
'SAPAPO',
'23'
],
[
'List::Util',
'b',
'd',
'c',
'f',
'?',
'List utilities (eg min, max, reduce)',
'GBARR',
'6'
],
[
'Unicode::String',
'R',
'd',
'c',
'O',
'?',
'String manipulation for Unicode strings',
'GAAS',
'13'
],
[
'Tie::RndHash',
'b',
'd',
'p',
'O',
'?',
'choose a random key of a hash in O(1) time',
'DFAN',
'6'
],
[
'Tie::ShadowHash',
'a',
'd',
'p',
'O',
'p',
'Merge multiple data sources into a hash',
'RRA',
'6'
],
[
'Class::Tree',
'M',
'd',
'p',
'O',
'o',
'C++ class hierarchies & disk directories',
'RSAVAGE',
'6'
],
[
'Tangram',
'R',
'm',
'p',
'O',
'?',
'Object persistence in relational databases',
'JLLEROY',
'6'
],
[
'Tree::Trie',
'b',
'd',
'p',
'O',
'?',
'An implementation of the Trie data structure',
'AVIF',
'6'
],
[
'DBD::Empress',
'a',
'd',
'c',
'O',
'?',
'Empress RDBMS Driver',
'SWILLIAM',
'7'
],
[
'Emacs',
'a',
'd',
'p',
'f',
'?',
'Support for Perl embedded in GNU Emacs',
'JTOBEY',
'8'
],
[
'File::Signature',
'b',
'd',
'p',
'O',
'p',
'Heuristics for uniquely identifying files',
'JEREMY',
'10'
],
[
'String::CRC32',
'R',
'?',
'c',
'?',
'?',
'ZMODEM-like CRC32 generation',
'SOENKE',
'11'
],
[
'Lingua::EN::Infinitive',
'M',
'd',
'p',
'O',
'o',
'Find infinitive of a conjugated word',
'RSAVAGE',
'11'
],
[
'PostScript::Barcode',
'b',
'd',
'p',
'f',
'?',
'Various types of barcodes as PostScript',
'COLEMAN',
'11'
],
[
'PostScript::Basic',
'b',
'd',
'p',
'O',
'?',
'Basic methods for postscript generation',
'STWIGGER',
'11'
],
[
'Font::TTF',
'b',
'd',
'p',
'O',
'?',
'TrueType font manipulation module',
'MHOSKEN',
'11'
],
[
'CGI::Formalware',
'M',
'd',
'p',
'O',
'o',
'Convert an XML file to a suite of CGI forms',
'RSAVAGE',
'15'
],
[
'CGI::SpeedyCGI',
'M',
'm',
'c',
'n',
'?',
'Run perl CGI scripts persistenly',
'HORROCKS',
'15'
],
[
'HTML::Validator',
'b',
'd',
'p',
'O',
'?',
'HTML validator utilizing nsgmls and libwww',
'SAIT',
'15'
],
[
'WebCache::Digest',
'b',
'd',
'p',
'f',
'?',
'Internet Cache Protocol (RFCs 2186 and 2187)',
'MHAMILTON',
'15'
],
[
'Catalog',
'b',
'm',
'p',
'O',
'g',
'Manage/display resources catalog (URLs etc.)',
'LDACHARY',
'15'
],
[
'Graphics::Libplot',
'R',
'd',
'c',
'O',
'?',
'Binding for C libplotter plotting library',
'JLAPEYRE',
'18'
],
[
'Graphics::Plotter',
'R',
'd',
'+',
'O',
'?',
'Binding for C++ libplotter plotting library',
'MAKLER',
'18'
],
[
'Mail::Sendmail',
'R',
'd',
'p',
'f',
'p',
'Simple platform independent mailer',
'MIVKOVIC',
'19'
],
[
'WWW::PAUSE::RecentUploads',
'b',
'd',
'p',
'O',
'p',
'fetch a list of recent uploads on PAUSE',
'ZOFFIX',
'15'
],
[
'Games::Dice',
'a',
'd',
'p',
'f',
'b',
'Simulates rolling dice',
'RJBS',
'23'
],
[
'Be::Query',
'R',
'a',
'+',
'f',
'p',
'Query a BeOS file system',
'TSPIN',
'4'
],
[
'NetPacket::ARP',
'a',
'd',
'p',
'O',
'?',
'Address Resolution Protocol',
'ATRAK',
'5'
],
[
'NetPacket::Ethernet',
'a',
'd',
'p',
'O',
'?',
'Ethernet framed data',
'ATRAK',
'5'
],
[
'NetPacket::IGMP',
'a',
'd',
'p',
'O',
'?',
'Internet Group Management Protocol',
'ATRAK',
'5'
],
[
'NetPacket::IP',
'a',
'd',
'p',
'O',
'?',
'Internet Protocol',
'ATRAK',
'5'
],
[
'NetPacket::TCP',
'a',
'd',
'p',
'O',
'?',
'Transmission Control Protocol',
'ATRAK',
'5'
],
[
'Schedule::Match',
'a',
'd',
'p',
'f',
'?',
'Pattern-based crontab-like schedule',
'TAIY',
'23'
],
[
'NetPacket::UDP',
'a',
'd',
'p',
'O',
'?',
'User Datagram Protocol',
'ATRAK',
'5'
],
[
'HTML::WikiConverter::DokuWikiFCK',
'b',
'd',
'p',
'O',
'l',
'Graphic interface for FCKeditor on DokuWiki',
'TURNERMM',
'15'
],
[
'File::chmod',
'M',
'd',
'p',
'f',
'?',
'Allows for symbolic chmod notation',
'PINYAN',
'10'
],
[
'Text::Bastardize',
'c',
'd',
'p',
'O',
'p',
'corrupts text in various ways',
'AYRNIEU',
'11'
],
[
'Crypt::Random',
'R',
'd',
'p',
'h',
'?',
'Cryptographically Strong Random Numbers',
'VIPUL',
'14'
],
[
'Crypt::Rot13',
'c',
'd',
'p',
'O',
'?',
'simple encryption often seen on usenet',
'AYRNIEU',
'14'
],
[
'CGI::Debug',
'M',
'd',
'p',
'h',
'?',
'show CGI debugging data',
'JONAS',
'15'
],
[
'CGI::Persistent',
'a',
'd',
'p',
'O',
'?',
'Transparent State Persistence in CGI scripts',
'VIPUL',
'15'
],
[
'Chart::Graph',
'R',
'm',
'p',
'r',
'?',
'front-end to gnuplot and XRT',
'CAIDAPERL',
'18'
],
[
'Chart::Gdchart',
'b',
'd',
'c',
'h',
'?',
'based on Bruce V\'s C gdchart distribution',
'MHEMPEL',
'18'
],
[
'Win32API::CommPort',
'R',
'd',
'p',
'O',
'?',
'Win32 Serial functions/constants/interface',
'BBIRTH',
'22'
],
[
'Tie::ListKeyedHash',
'R',
'd',
'p',
'r',
'?',
'Use lists to key multi-level hashes',
'SNOWHARE',
'6'
],
[
'DFA::Command',
'M',
'd',
'p',
'O',
'o',
'Discrete Finite Automata command processor',
'RSAVAGE',
'6'
],
[
'DFA::Kleene',
'R',
'a',
'p',
'f',
'p',
'Kleene\'s Algorithm for DFA',
'STBEY',
'6'
],
[
'DFA::Simple',
'c',
'd',
'p',
'O',
'?',
'An "augmented transition network"',
'RANDYM',
'6'
],
[
'X500::DN::Parser',
'M',
'd',
'p',
'O',
'o',
'X500 Distinguished Name parser',
'RSAVAGE',
'6'
],
[
'HTML::Template',
'M',
'm',
'p',
'O',
'p',
'a simple HTML templating system',
'SAMTREGAR',
'15'
],
[
'Astro::SLA',
'R',
'd',
'c',
'f',
'p',
'Interface to SLALIB positional astronomy lib',
'TJENNESS',
'23'
],
[
'MQSeries',
'M',
'd',
'c',
'O',
'?',
'IBM\'s MQSeries messaging product interface',
'MQSERIES',
'24'
],
[
'Unix::ConfigFile',
'a',
'd',
'p',
'O',
'?',
'Abstract interfaces to Unix config files',
'SSNODGRA',
'4'
],
[
'Mac::iPhoto::Shell',
'b',
'd',
'p',
'O',
'p',
'Control iPhoto from the command line',
'BDFOY',
'4'
],
[
'IPC::Session',
'b',
'n',
'p',
'O',
'?',
'remote shell session mgr; wraps open3()',
'STEVEGT',
'5'
],
[
'Scalar::Util',
'b',
'd',
'c',
'f',
'?',
'Scalar utilities (dualvar reftype etc)',
'GBARR',
'6'
],
[
'Time::Avail',
'R',
'd',
'p',
'f',
'?',
'Calculate min. remaining in time interval',
'PSANTORO',
'6'
],
[
'Verilog::Pli',
'R',
'd',
'c',
'h',
'p',
'Access to simulator functions',
'WSNYDER',
'9'
],
[
'Verilog::Language',
'R',
'd',
'p',
'f',
'p',
'Language support, number parsing, etc',
'WSNYDER',
'9'
],
[
'Verilog::Parser',
'R',
'd',
'p',
'O',
'p',
'Language parsing',
'WSNYDER',
'9'
],
[
'Verilog::SigParser',
'R',
'd',
'p',
'O',
'p',
'Signal and module extraction',
'WSNYDER',
'9'
],
[
'Unicode::Map8',
'R',
'd',
'c',
'O',
'?',
'Convert between most 8bit encodings',
'GAAS',
'13'
],
[
'Digest::MD5',
'R',
'd',
'c',
'h',
'p',
' MD5 message digest algorithm',
'GAAS',
'14'
],
[
'Digest::MD2',
'R',
'd',
'c',
'h',
'?',
' MD2 message digest algorithm',
'GAAS',
'14'
],
[
'Digest::SHA1',
'c',
'd',
'c',
'h',
'?',
' NIST SHA message digest algorithm',
'UWEH',
'14'
],
[
'Digest::HMAC',
'R',
'd',
'p',
'h',
'?',
' HMAC message integrity check',
'GAAS',
'14'
],
[
'URI::Attr',
'a',
'm',
'p',
'O',
'?',
'Stores attributes in the URI name space',
'LWWWP',
'15'
],
[
'HTML::HeadParser',
'R',
'm',
'p',
'O',
'?',
' Parse
section of HTML documents',
'LWWWP',
'15'
],
[
'HTML::LinkExtor',
'R',
'm',
'p',
'O',
'?',
' Extract links from HTML documents',
'LWWWP',
'15'
],
[
'HTML::Parser',
'R',
'm',
'c',
'O',
'?',
'Basic HTML Parser',
'LWWWP',
'15'
],
[
'HTML::TokeParser',
'R',
'm',
'p',
'O',
'?',
' Alternative HTML::Parser interface',
'LWWWP',
'15'
],
[
'HTTP::Cookies',
'R',
'm',
'p',
'O',
'?',
'Storage of cookies',
'LWWWP',
'15'
],
[
'HTTP::Daemon',
'R',
'm',
'p',
'O',
'?',
'Base class for simple HTTP servers',
'LWWWP',
'15'
],
[
'HTTP::Request::Common',
'R',
'm',
'p',
'f',
'?',
'Functions that generate HTTP::Requests',
'LWWWP',
'15'
],
[
'LWP::Conn',
'a',
'm',
'p',
'O',
'?',
'LWPng stuff',
'LWWWP',
'15'
],
[
'CIPP',
'R',
'd',
'p',
'O',
'p',
'Preprocessor for embedding Perl, SQL in HTML',
'JRED',
'15'
],
[
'Device::SerialPort',
'R',
'd',
'h',
'O',
'g',
'POSIX clone of Win32::SerialPort',
'COOK',
'4'
],
[
'ControlX10::CM17',
'R',
'm',
'p',
'O',
'?',
'inexpensive RF transmit-only X10',
'BBIRTH',
'5'
],
[
'PostScript::Document',
'b',
'd',
'p',
'O',
'?',
'Generate multi-page PostScript',
'SHAWNPW',
'11'
],
[
'PostScript::Elements',
'b',
'd',
'p',
'O',
'?',
'Objects for shapes, lines, images',
'SHAWNPW',
'11'
],
[
'PostScript::Metrics',
'b',
'd',
'p',
'O',
'?',
'Font metrics data used by PS::TextBlock',
'SHAWNPW',
'11'
],
[
'PostScript::TextBlock',
'b',
'd',
'p',
'O',
'?',
'Objects used by PS::Document',
'SHAWNPW',
'11'
],
[
'Crypt::Passwd',
'M',
'd',
'h',
'f',
'?',
'Perl wrapper around the UFC Crypt',
'LUISMUNOZ',
'14'
],
[
'Crypt::PasswdMD5',
'M',
'd',
'h',
'f',
'?',
'Interoperable MD5-based crypt() function',
'LUISMUNOZ',
'14'
],
[
'Astro::Time',
'R',
'd',
'p',
'f',
'p',
'General time conversions for Astronomers',
'CPHIL',
'23'
],
[
'Astro::Coord',
'R',
'd',
'p',
'f',
'p',
'Transform telescope and source coordinates',
'CPHIL',
'23'
],
[
'Astro::Misc',
'R',
'd',
'p',
'f',
'p',
'Miscellaneous astronomical routines',
'CPHIL',
'23'
],
[
'FFI',
'?',
'?',
'?',
'?',
'?',
'Low-level Foreign Function Interface',
'GAAL',
'0'
],
[
'FFI::Library',
'c',
'd',
'c',
'O',
'?',
'Access to functions in shared libraries',
'GAAL',
'9'
],
[
'String::RexxParse',
'R',
'd',
'p',
'h',
'?',
'Perl implementation of REXX \'parse\' command',
'BLCKSMTH',
'11'
],
[
'B::Fathom',
'b',
'd',
'p',
'O',
'?',
'Estimate the readability of Perl code',
'KSTAR',
'2'
],
[
'Expect::Angel',
'b',
'd',
'p',
'O',
'p',
'Build up a robust connection to your DUT',
'MINGZHANG',
'21'
],
[
'X500::RDN',
'a',
'd',
'p',
'O',
'p',
'handle X.500 Relative Distinguished Names',
'RJOOP',
'6'
],
[
'Tie::HashDefaults',
'a',
'd',
'p',
'r',
'?',
'Let a hash have default values',
'JDPORTER',
'6'
],
[
'Tie::Multidim',
'a',
'd',
'p',
'r',
'?',
'"tie"-like multidimensional data structures',
'JDPORTER',
'6'
],
[
'Tie::OffsetArray',
'a',
'd',
'p',
'r',
'?',
'Tie one array to another, with index offset',
'JDPORTER',
'6'
],
[
'Text::Macros',
'a',
'd',
'p',
'O',
'?',
'template macro expander (OO)',
'JDPORTER',
'11'
],
[
'Text::SimpleTemplate',
'a',
'd',
'p',
'O',
'?',
'Template for dynamic text generation',
'TAIY',
'11'
],
[
'Lingua::DetectCharset',
'R',
'd',
'p',
'f',
'p',
'Heuristics to detect coded character sets',
'JNEYSTADT',
'11'
],
[
'Lingua::RU::Charset',
'a',
'n',
'p',
'f',
'?',
'Detect/Convert russian character sets.',
'FARBER',
'11'
],
[
'Mac::AssistantFrames',
'R',
'd',
'p',
'O',
'p',
'Easy creation of assistant dialogs',
'GBAUER',
'4'
],
[
'B::LexInfo',
'b',
'd',
'c',
'O',
'?',
'Show info about subroutine lexical variables',
'DOUGM',
'2'
],
[
'B::Size',
'b',
'd',
'c',
'O',
'?',
'Measure size of Perl OPs and SVs',
'DOUGM',
'2'
],
[
'B::TerseSize',
'b',
'd',
'p',
'O',
'?',
'Info about ops and their (estimated) size',
'DOUGM',
'2'
],
[
'GTop',
'b',
'd',
'c',
'O',
'?',
'Perl interface to libgtop',
'MJH',
'4'
],
[
'DBM::DBass',
'a',
'd',
'p',
'f',
'?',
'DBM with hashes, locking and XML records',
'SPIDERBOY',
'7'
],
[
'File::LckPwdF',
'a',
'd',
'c',
'f',
'?',
'Lock and unlock the passwd file',
'ALLENS',
'10'
],
[
'Tk::Wizard::Installer::Win32',
'M',
'd',
'p',
'O',
'p',
'Tk::Wizard-based Windows installer utils',
'LGODDARD',
'8'
],
[
'HTML::CalendarMonth',
'R',
'm',
'p',
'O',
'p',
'Calendar Months as easy HTML::Element trees',
'MSISK',
'15'
],
[
'HTML::ElementGlob',
'R',
'm',
'p',
'O',
'p',
'Manipulate multiple HTML elements as one',
'MSISK',
'15'
],
[
'HTML::ElementRaw',
'R',
'm',
'p',
'O',
'p',
'Graft HTML strings onto an HTML::Element',
'MSISK',
'15'
],
[
'HTML::ElementSuper',
'R',
'm',
'p',
'O',
'?',
'Various HTML::Element extensions',
'MSISK',
'15'
],
[
'HTML::ElementTable',
'R',
'm',
'p',
'O',
'?',
'Tables as easy HTML element structures',
'MSISK',
'15'
],
[
'Xmms',
'b',
'd',
'c',
'O',
'?',
'Interactive remote control shell for xmms',
'DOUGM',
'18'
],
[
'Xmms::Config',
'b',
'd',
'c',
'O',
'?',
'Perl interface to the xmms_cfg_* API',
'DOUGM',
'18'
],
[
'Xmms::Remote',
'b',
'd',
'c',
'O',
'?',
'Perl interface to the xmms_remote_* API',
'DOUGM',
'18'
],
[
'WWW::DHL',
'a',
'd',
'p',
'O',
'p',
'Module for the DHL online tracking service.',
'SEPP',
'15'
],
[
'Audio::CD',
'b',
'd',
'c',
'O',
'?',
'Perl interface to libcdaudio (cd + cddb)',
'DOUGM',
'23'
],
[
'Algorithm::Permute',
'b',
'd',
'c',
'O',
'g',
'Handy and fast permutation with OO interface',
'EDPRATOMO',
'6'
],
[
'Lingua::Ispell',
'a',
'd',
'p',
'f',
'?',
'Interface to the Ispell spellchecker',
'JDPORTER',
'11'
],
[
'Geo::Storm_Tracker',
'i',
'',
'',
'',
'?',
'Retrieves tropical storm advisories',
'CARPENTER',
'23'
],
[
'Net::Goofey',
'R',
'd',
'p',
'O',
'?',
'Communicate with a Goofey server',
'GOSSAMER',
'5'
],
[
'Net::ICQ',
'b',
'm',
'p',
'O',
'?',
'Client interface to ICQ messaging',
'JMUHLICH',
'5'
],
[
'Unix::Syslog',
'R',
'd',
'c',
'f',
'a',
'Interface to syslog functions in a C-library',
'MHARNISCH',
'4'
],
[
'Glade',
'b',
'd',
'p',
'h',
'p',
'Glade/Gtk+/Gnome UI source code generator',
'DMUSGR',
'8'
],
[
'DBD::Multiplex',
'R',
'm',
'p',
'O',
'?',
'Spreading database load across servers',
'TKISHEL',
'7'
],
[
'Authen::Ticket',
'a',
'd',
'p',
'O',
'?',
'Suite consisting of master/client/tools',
'JSMITH',
'14'
],
[
'MIME::Types',
'M',
'd',
'p',
'O',
'p',
'Information and processing MIME types',
'MARKOV',
'15'
],
[
'R3',
'b',
'a',
'c',
'O',
'p',
'Interface to SAP R/3 using RFCSDK',
'SCHOEN',
'24'
],
[
'Math::Geometry',
'a',
'd',
'p',
'f',
'?',
'2D and 3D algorithms',
'GMCCAR',
'6'
],
[
'Mail::Ezmlm',
'b',
'd',
'p',
'O',
'?',
'Object methods for ezmlm mailing lists',
'GHALSE',
'19'
],
[
'Exporter::Options',
'a',
'd',
'p',
'O',
'?',
'Extends Exporter to handle use-line options',
'YSTH',
'2'
],
[
'Exporter::PkgAlias',
'a',
'd',
'p',
'f',
'?',
'Load a module into multiple namespaces',
'JDPORTER',
'2'
],
[
'Coy',
'R',
'd',
'p',
'n',
'?',
'Like Carp - only prettier',
'DCONWAY',
'3'
],
[
'Calendar::Hebrew',
'c',
'd',
'p',
'O',
'?',
'Hebrew calendar conversion/manipulation',
'YSTH',
'6'
],
[
'Lingua::EN::Hyphenate',
'b',
'd',
'p',
'f',
'?',
'Syllable based hyphenation',
'DCONWAY',
'11'
],
[
'Chart::PNGgraph',
'R',
'd',
'p',
'O',
'?',
'Package to generate PNG graphs, uses GD.pm',
'SBONDS',
'18'
],
[
'Test',
'S',
'd',
'p',
'f',
'?',
'Utilities for writing test scripts',
'JESSE',
'3'
],
[
'Devel::TraceLoad',
'?',
'?',
'?',
'?',
'?',
'Traces the loading of perl source code',
'ANDYA',
'0'
],
[
'IPChains',
'R',
'd',
'c',
'O',
'?',
'Create and Manipulate ipchains',
'JESSICAQ',
'5'
],
[
'Mon::Client',
'R',
'd',
'p',
'O',
'?',
'Network monitoring client',
'TROCKIJ',
'5'
],
[
'Mon::SNMP',
'R',
'd',
'p',
'O',
'?',
'Network monitoring suite',
'TROCKIJ',
'5'
],
[
'Time::Warp',
'R',
'm',
'c',
'f',
'?',
'Change the start and speed of Event time',
'JPRIT',
'16'
],
[
'Event::Stats',
'R',
'm',
'c',
'f',
'?',
'Collects statistics for Event',
'JPRIT',
'16'
],
[
'Event::tcp',
'b',
'm',
'p',
'O',
'?',
'TCP session layer library',
'JPRIT',
'16'
],
[
'URI::Bookmarks',
'b',
'd',
'p',
'O',
'?',
'A Class for bookmark collections',
'ASPIERS',
'15'
],
[
'Exception::Cxx',
'R',
'd',
'+',
'f',
'?',
'Cause perl to longjmp using C++ exceptions',
'JPRIT',
'3'
],
[
'Symbol::Table',
'R',
'd',
'p',
'O',
'p',
'OO interface to package symbols',
'GSLONDON',
'2'
],
[
'Win32::GUITaskAutomate',
'b',
'd',
'p',
'O',
'p',
'A module for automating GUI tasks',
'ZOFFIX',
'22'
],
[
'Proc::Spawn',
'R',
'd',
'p',
'f',
'p',
'Run external programs',
'GARROW',
'4'
],
[
'Rc',
'c',
'd',
'c',
'O',
'?',
'Perl interface for the Rc shell',
'JPRIT',
'9'
],
[
'IO::React',
'R',
'd',
'p',
'O',
'p',
'Object oriented expect-like communication',
'GARROW',
'21'
],
[
'Tie::SecureHash',
'R',
'd',
'p',
'O',
'?',
'Enforced encapsulation of Perl objects',
'DCONWAY',
'6'
],
[
'Class::Multimethods',
'R',
'd',
'p',
'f',
'?',
'A multiple dispatch mechanism for Perl',
'DCONWAY',
'6'
],
[
'Tie::Cache::LRU',
'a',
'd',
'p',
'r',
'?',
'A Least-Recently Used cache',
'MSCHWERN',
'6'
],
[
'Curses::Forms',
'b',
'm',
'p',
'O',
'g',
'Form management for Curses::Widgets',
'CORLISS',
'8'
],
[
'RTF::Parser',
'a',
'',
'',
'',
'?',
'Base class for parsing RTF files',
'SARGIE',
'11'
],
[
'Crypt::UnixCrypt',
'R',
'd',
'p',
'f',
'?',
'Perl-only implementation of crypt(3)',
'MVORL',
'14'
],
[
'Tie::FileLRUCache',
'R',
'd',
'p',
'h',
'p',
'File based persistent LRU cache',
'SNOWHARE',
'6'
],
[
'Class::NamedParms',
'M',
'd',
'p',
'O',
'p',
'A named parameter accessor base class',
'SNOWHARE',
'6'
],
[
'Class::ParmList',
'M',
'd',
'p',
'h',
'p',
'A named parameter list processor',
'SNOWHARE',
'6'
],
[
'Data::Walker',
'R',
'd',
'p',
'O',
'p',
'Navigate through Perl data structures',
'JNOLAN',
'6'
],
[
'Lingua::Stem',
'M',
'd',
'p',
'h',
'p',
'Word stemmer with localization',
'SNOWHARE',
'11'
],
[
'Search::InvertedIndex',
'R',
'd',
'p',
'O',
'?',
'Inverted index database support',
'SNOWHARE',
'11'
],
[
'CGI::Minimal',
'M',
'd',
'p',
'O',
'p',
'A micro-sized CGI handler',
'SNOWHARE',
'15'
],
[
'Perf::ARM',
'a',
'd',
'c',
'f',
'?',
'Application Response Measurement',
'BBACKER',
'3'
],
[
'VCS',
'a',
'm',
'p',
'O',
'p',
'Generic interface to Version Control Systems',
'GMCCAR',
'3'
],
[
'Net::IMAP::Simple',
'b',
'd',
'p',
'O',
'?',
'Only implements the basic IMAP features',
'JPAF',
'5'
],
[
'DBD::Illustra',
'b',
'm',
'c',
'O',
'?',
'Illustra Driver for DBI',
'PMH',
'7'
],
[
'BBDB',
'R',
'd',
'p',
'h',
'?',
'Insiduous big brother database',
'LAXEN',
'7'
],
[
'Lingua::EN::Syllable',
'a',
'',
'',
'',
'?',
'Estimate syllable count in words',
'GREGFAST',
'11'
],
[
'Log::Agent',
'a',
'd',
'p',
'O',
'a',
'A general logging framework',
'MROGASKI',
'21'
],
[
'Win32::GuiTest',
'M',
'm',
'c',
'f',
'p',
'SendKeys, FindWindowLike and more',
'KARASIK',
'22'
],
[
'WDDX',
'R',
'd',
'p',
'O',
'p',
'Allows distributed data exchange via XML',
'ZOMBITHRD',
'15'
],
[
'Text::Wrap::Hyphenate',
'a',
'',
'',
'',
'?',
'Like Text::Wrap with ability to hyphenate',
'MJD',
'11'
],
[
'LWP',
'R',
'm',
'p',
'O',
'?',
'Libwww-perl',
'LWWWP',
'15'
],
[
'VRML',
'R',
'd',
'p',
'O',
'?',
'VRML methods independent of specification',
'HPALM',
'18'
],
[
'Unix::Processors',
'R',
'd',
'c',
'O',
'p',
'Interface to per-processor information',
'WSNYDER',
'4'
],
[
'IPC::Locker',
'R',
'd',
'p',
'O',
'p',
'Shared semaphore locks across a network',
'WSNYDER',
'5'
],
[
'Object::Transaction',
'R',
'd',
'p',
'O',
'o',
'Transactions on serialized HASH files',
'MUIR',
'6'
],
[
'DBD::ASAny',
'a',
'd',
'c',
'O',
'?',
'Adaptive Server Anywhere Driver for DBI',
'SMIRNIOS',
'7'
],
[
'Term::TUI',
'R',
'd',
'p',
'f',
'p',
'User interface based on Term::ReadLine',
'SBECK',
'8'
],
[
'Curses::Widgets',
'b',
'm',
'p',
'O',
'g',
'Assorted widgets for rapid interface design',
'CORLISS',
'8'
],
[
'Crypt::Twofish',
'R',
'd',
'c',
'O',
'a',
'The Twofish Encryption Algorithm',
'AMS',
'14'
],
[
'BizTalk',
'R',
'd',
'p',
'O',
'?',
'Microsoft BizTalk Framework Toolkit',
'SIMONJ',
'15'
],
[
'Mail::Freshmeat',
'?',
'?',
'?',
'?',
'?',
'Parses newsletters from http://freshmeat.net',
'FHOXH',
'0'
],
[
'PQI',
'c',
'd',
'c',
'O',
'?',
'Perl Queuing Interface, to MQSeries, MSMQ',
'SIMONJ',
'24'
],
[
'Getopt::ArgvFile',
'M',
'd',
'p',
'f',
'2',
'Take options from files',
'JSTENZEL',
'12'
],
[
'MARC::XML',
'a',
'm',
'p',
'O',
'?',
'MAchine Readable Catalog / XML Extension',
'PERL4LIB',
'7'
],
[
'LockFile::Lock',
'a',
'd',
'p',
'O',
'a',
'Lock handles created by LockFile::* schemes',
'JV',
'10'
],
[
'LockFile::Manager',
'a',
'd',
'p',
'O',
'a',
'Records locks created by LockFile::*',
'JV',
'10'
],
[
'LockFile::Scheme',
'a',
'd',
'p',
'O',
'a',
'Abstract superclass for locking modules',
'JV',
'10'
],
[
'CGI::MxScreen',
'a',
'd',
'p',
'O',
'a',
'Screen multi-plexer framework',
'PURDY',
'15'
],
[
'Crypt::SMimeEngine',
'b',
'd',
'h',
'f',
'g',
'Interface to SMIME with hw engine support',
'FLAZAN',
'14'
],
[
'Sybase::Simple',
'b',
'd',
'p',
'O',
'p',
'Simplified db access using Sybase::CTlib',
'MEWP',
'7'
],
[
'Pod::LaTeX',
'b',
'd',
'p',
'O',
'p',
'Converts pod to latex with Pod::Parser',
'TJENNESS',
'26'
],
[
'Tree::Ternary',
'b',
'd',
'p',
'O',
'p',
'Perl implementation of ternary search trees',
'MROGASKI',
'6'
],
[
'Tree::Ternary_XS',
'a',
'd',
'c',
'O',
'p',
'XS implementation of ternary search trees',
'LBROCARD',
'6'
],
[
'Finance::Quote',
'R',
'm',
'p',
'O',
'g',
'Fetch stock prices over the Internet',
'HAMPTON',
'23'
],
[
'Modem::Vgetty',
'b',
'd',
'p',
'O',
'?',
'Interface to voice modems using vgetty',
'YENYA',
'5'
],
[
'PGP',
'a',
'd',
'p',
'O',
'?',
'Simple interface to PGP subprocess via pipes',
'PGPML',
'14'
],
[
'File::Backup',
'b',
'd',
'p',
'f',
'p',
'Easy file backup & rotation automation',
'GENE',
'10'
],
[
'Math::BaseCalc',
'R',
'd',
'p',
'O',
'p',
'Convert numbers between various bases',
'KWILLIAMS',
'6'
],
[
'Tie::LLHash',
'R',
'd',
'p',
'r',
'p',
'Fast ordered hashes via linked lists',
'KWILLIAMS',
'6'
],
[
'Boulder',
'M',
'd',
'p',
'O',
'?',
'Generalized tag/value data objects',
'LDS',
'6'
],
[
'Lingua::EN::MatchNames',
'b',
'd',
'p',
'f',
'?',
'Smart matching for human names',
'BRIANL',
'11'
],
[
'Lingua::EN::Nickname',
'b',
'd',
'p',
'f',
'?',
'Genealogical nickname matching(Peggy=Midge)',
'BRIANL',
'11'
],
[
'DBIx::OracleSequence',
'a',
'd',
'p',
'O',
'p',
'OO access to Oracle sequences via DBD-Oracle',
'BLABES',
'7'
],
[
'GD::Text',
'R',
'd',
'p',
'O',
'p',
'Classes for string handling with GD',
'MVERB',
'18'
],
[
'GD::Graph',
'R',
'd',
'p',
'O',
'p',
'Create charts using GD',
'MVERB',
'18'
],
[
'Schedule::ByClock',
'R',
'd',
'p',
'O',
'p',
'Return to caller at given second/minute',
'SCHAFFTER',
'4'
],
[
'Device::ISDN::OCLM',
'b',
'd',
'?',
'?',
'?',
'Perl interface to the 3com OCLM ISDN TA',
'MERLIN',
'4'
],
[
'GnuPG',
'b',
'd',
'p',
'O',
'?',
'Perl interface to the GNU privacy guard.',
'FRAJULAC',
'14'
],
[
'Fwctl',
'b',
'm',
'p',
'O',
'?',
'Interface to Linux packet filtering firewall',
'FRAJULAC',
'5'
],
[
'IPChains::PortFW',
'b',
'd',
'p',
'O',
'?',
'Interface to ipmasqadm portfw command',
'FRAJULAC',
'5'
],
[
'Text::iPerl',
'a',
'd',
'p',
'f',
'?',
'Bring text-docs to life via embedded Perl',
'PFEIFFER',
'11'
],
[
'Geography::States',
'R',
'd',
'p',
'?',
'?',
'Map states and provinces to their codes',
'ABIGAIL',
'13'
],
[
'Lingua::EN::AddressParse',
'R',
'd',
'p',
'O',
'p',
'Manipulate geographical addresses',
'KIMRYAN',
'11'
],
[
'Lingua::EN::NameParse',
'R',
'd',
'p',
'O',
'p',
'Manipulate persons name',
'KIMRYAN',
'11'
],
[
'Lingua::EN::Fathom',
'R',
'd',
'p',
'O',
'p',
'Measure readability of English text',
'KIMRYAN',
'11'
],
[
'LSF',
'c',
'd',
'c',
'O',
'p',
'Interface to the Load Sharing Facility API',
'DXIAO',
'5'
],
[
'Astro::SunTime',
'c',
'd',
'p',
'f',
'p',
'Calculate sun rise/set times',
'ROBF',
'23'
],
[
'Business::UPC',
'b',
'd',
'p',
'O',
'p',
'manipulating Universal Product Codes',
'ROBF',
'23'
],
[
'Proc::Short',
'a',
'd',
'p',
'O',
'?',
'System calls with timeout option',
'JHKIM',
'4'
],
[
'Games::Hex',
'c',
'd',
'p',
'O',
'?',
'Object library for hexmap-based board games',
'JHKIM',
'23'
],
[
'Spreadsheet::WriteExcel',
'R',
'u',
'p',
'O',
'?',
'Write cross-platform Excel binary file.',
'JMCNAMARA',
'7'
],
[
'Tie::MmapArray',
'b',
'd',
'c',
'r',
'?',
'Ties a file to an array',
'ANDREWF',
'6'
],
[
'Class::Fields',
'b',
'd',
'p',
'h',
'?',
'Inspect the fields of a class',
'MSCHWERN',
'6'
],
[
'Class::Accessor',
'b',
'd',
'p',
'O',
'?',
'Automated accessor generation',
'KASEI',
'6'
],
[
'Class::DBI',
'R',
'm',
'p',
'O',
'p',
'Simple Database Abstraction',
'TMTM',
'6'
],
[
'Win32::Clipboard',
'R',
'd',
'c',
'h',
'p',
'Interaction with the Windows clipboard',
'ACALPINI',
'22'
],
[
'Win32::Console',
'R',
'd',
'c',
'h',
'p',
'Win32 Console and Character mode functions',
'ACALPINI',
'22'
],
[
'Win32::GUI',
'b',
'm',
'c',
'h',
'p',
'Perl-Win32 Graphical User Interface',
'ACALPINI',
'22'
],
[
'Win32::Internet',
'R',
'd',
'c',
'O',
'p',
'Perl Module for Internet Extensions',
'ACALPINI',
'22'
],
[
'Win32::Shortcut',
'R',
'd',
'+',
'O',
'p',
'Manipulate Windows Shortcut files',
'ACALPINI',
'22'
],
[
'Win32::Sound',
'R',
'd',
'c',
'h',
'p',
'An extension to play with Windows sounds',
'ACALPINI',
'22'
],
[
'Schedule::Cron',
'R',
'd',
'p',
'O',
'p',
'cron-like scheduler for perl subroutines',
'ROLAND',
'4'
],
[
'Net::Syslog',
'R',
'd',
'p',
'O',
'p',
'Forwarded syslog protocol',
'LHOWARD',
'5'
],
[
'MP3::ID3v1Tag',
'M',
'd',
'p',
'O',
'p',
'ID3v1 MP3 Tag Reader/Writer',
'SVANZOEST',
'23'
],
[
'MPEG::MP3Play',
'R',
'd',
'h',
'O',
'p',
'Create your own MPEG audio player',
'JRED',
'23'
],
[
'SOAP',
'c',
'm',
'p',
'O',
'?',
'SOAP/Perl language mapping',
'MKUTTER',
'5'
],
[
'MPEG::ID3v2Tag',
'b',
'd',
'p',
'O',
'p',
'OO, extensible ID3 v2.3 tagging module',
'CBTILDEN',
'23'
],
[
'DB_File::Lock',
'R',
'd',
'p',
'O',
'?',
'DB_File wrapper with flock-based locking',
'DHARRIS',
'7'
],
[
'Net::Jabber',
'R',
'd',
'p',
'O',
'l',
'Access to the Jabber protocol',
'DAPATRICK',
'5'
],
[
'Argv',
'b',
'd',
'p',
'h',
'?',
'Provide an OO interface to an ARGV',
'DSB',
'12'
],
[
'DWH_File',
'b',
'd',
'p',
'O',
'p',
'DBM storage of complex data and objects',
'SUMUS',
'7'
],
[
'Math::Cephes',
'a',
'd',
'c',
'f',
'p',
'Interface to St. Moshier\'s Cephes library',
'RKOBES',
'6'
],
[
'Math::CDF',
'b',
'd',
'c',
'h',
'?',
'Cumulative Distribution Functions',
'CALLAHAN',
'6'
],
[
'IPC::SharedCache',
'R',
'm',
'p',
'r',
'?',
'Manage a cache in SysV IPC shared memory',
'SAMTREGAR',
'5'
],
[
'Test::Cmd',
'R',
'd',
'p',
'O',
'?',
'Portable test infrastructure for commands',
'KNIGHT',
'3'
],
[
'Tie::DB_FileLock',
'R',
'd',
'p',
'r',
'?',
'Locking access to Berkeley DB 1.x.',
'JMV',
'6'
],
[
'Games::Cards',
'a',
'd',
'p',
'O',
'?',
'Tools to write card games in Perl',
'AKARGER',
'23'
],
[
'HtDig',
'R',
'd',
'p',
'O',
'?',
'Interface for the HtDig indexing system',
'JTILLMAN',
'24'
],
[
'Template',
'R',
'd',
'p',
'O',
'?',
'Extensive Toolkit for template processing',
'ABW',
'11'
],
[
'SSLeay',
'c',
'd',
'c',
'O',
'?',
'Interface to SSLeay',
'EAYNG',
'14'
],
[
'Bio',
'i',
'',
'',
'',
'?',
'Utilities for molecular biology',
'SEB',
'23'
],
[
'Schedule::Load',
'R',
'd',
'p',
'O',
'p',
'Remote system load, processes, scheduling',
'WSNYDER',
'4'
],
[
'Astro::MoonPhase',
'R',
'd',
'p',
'f',
'p',
'Information about the phase of the Moon.',
'BRETT',
'23'
],
[
'Tie::Discovery',
'R',
'd',
'p',
'r',
'p',
'Discover data by caching sub results',
'AUDREYT',
'6'
],
[
'Solaris::ACL',
'R',
'd',
'c',
'h',
'p',
'Provides access to ACLs in Solaris',
'IROBERTS',
'4'
],
[
'RAS::PortMaster',
'R',
'd',
'p',
'O',
'?',
'Interface to Livingston PortMaster',
'STIGMATA',
'5'
],
[
'RAS::AS5200',
'R',
'd',
'p',
'O',
'?',
'Interface to Cisco AS5200 dialup server',
'STIGMATA',
'5'
],
[
'RAS::HiPerARC',
'R',
'd',
'p',
'O',
'?',
'Interface to 3Com TotalControl HiPerARC',
'STIGMATA',
'5'
],
[
'Crypt::Blowfish_PP',
'b',
'd',
'p',
'O',
'p',
'Blowfish encryption algorithm in Pure Perl',
'MATTBM',
'14'
],
[
'Archive::Zip',
'R',
'd',
'p',
'O',
'p',
'Provides an interface to ZIP archive files',
'SMPETERS',
'17'
],
[
'Crypt::Blowfish',
'M',
'd',
'h',
'h',
'd',
'XS-based implementation of Blowfish',
'DPARIS',
'14'
],
[
'Socket::PassAccessRights',
'a',
'd',
'c',
'f',
'p',
'Pass file descriptor via Unix domain socket',
'SAMPO',
'5'
],
[
'SMIMEUtil',
'R',
'm',
'h',
'f',
'o',
'Sign, encrypt, verify, decrypt S/MIME mail',
'SAMPO',
'14'
],
[
'IPC::Cache',
'a',
'd',
'p',
'O',
'?',
'Shared-memory object cache',
'DCLINTON',
'5'
],
[
'URI::Find',
'M',
'd',
'p',
'O',
'p',
'Find URIs in plain text',
'MSCHWERN',
'15'
],
[
'String::DiffLine',
'b',
'd',
'c',
'f',
'?',
'line # & position of first diff',
'ALLEN',
'11'
],
[
'IPC::LDT',
'R',
'd',
'p',
'O',
'2',
'Implements a length based IPC protocol',
'JSTENZEL',
'5'
],
[
'BTRIEVE::SAVE',
'b',
'd',
'p',
'O',
'?',
'Read-write access to BTRIEVE SAVE files',
'DLANE',
'7'
],
[
'HTML::TableExtract',
'R',
'm',
'p',
'O',
'?',
'Flexible HTML table extraction',
'MSISK',
'15'
],
[
'Finance::QuoteHist',
'R',
'd',
'p',
'O',
'p',
'Historical stock quotes from multiple sites',
'MSISK',
'23'
],
[
'Test::Unit',
'b',
'm',
'p',
'O',
'p',
'framework for XP style unit testing',
'MCAST',
'3'
],
[
'Persistent::Base',
'b',
'd',
'p',
'O',
'?',
'Persistent base classes (& DBM/File classes)',
'DWINTERS',
'6'
],
[
'Persistent::DBI',
'b',
'd',
'p',
'O',
'?',
'Persistent abstract class for DBI databases',
'DWINTERS',
'6'
],
[
'Persistent::MySQL',
'b',
'd',
'p',
'O',
'?',
'Persistent class for MySQL databases',
'DWINTERS',
'6'
],
[
'Persistent::Oracle',
'b',
'd',
'p',
'O',
'?',
'Persistent class for Oracle databases',
'DWINTERS',
'6'
],
[
'Persistent::Sybase',
'b',
'd',
'p',
'O',
'?',
'Persistent class for Sybase databases',
'DWINTERS',
'6'
],
[
'Persistent::mSQL',
'b',
'd',
'p',
'O',
'?',
'Persistent class for mSQL databases',
'DWINTERS',
'6'
],
[
'Persistent::LDAP',
'b',
'd',
'p',
'O',
'?',
'Persistent class for LDAP directories',
'DWINTERS',
'6'
],
[
'PPresenter',
'M',
'd',
'p',
'O',
'p',
'Create presentations with Tk in Perl or XML',
'MARKOV',
'8'
],
[
'HTML::Demoroniser',
'a',
'd',
'p',
'O',
'?',
'Correct moronic and incompatible HTML',
'JDPORTER',
'15'
],
[
'Filesys::SamFS',
'R',
'd',
'c',
'f',
'a',
'Interface to SamFS API',
'LUPE',
'10'
],
[
'WAIT',
'a',
'd',
'h',
'O',
'?',
'A rewrite of the freeWAIS-sf engine in Perl',
'ULPFR',
'7'
],
[
'Email::Find',
'a',
'd',
'p',
'f',
'p',
'Find RFC 822 email addresses in plain text',
'MIYAGAWA',
'11'
],
[
'Business::OnlinePayment',
'R',
'd',
'p',
'O',
'p',
'Ecommerce middleware',
'JASONK',
'23'
],
[
'Class::Mutator',
'b',
'd',
'p',
'O',
'?',
'Dynamic polymorphism implemented in Perl',
'GMCCAR',
'6'
],
[
'File::Cache',
'a',
'd',
'p',
'O',
'?',
'Share data between processes via filesystem',
'DCLINTON',
'10'
],
[
'Hash::NoVivify',
'R',
'd',
'c',
'f',
'?',
'Provide non-autovivifying hash functions',
'BPOWERS',
'6'
],
[
'Lingua::Ident',
'R',
'd',
'p',
'O',
'p',
'Statistical language identification',
'MPIOTR',
'11'
],
[
'Text::Iconv',
'R',
'd',
'c',
'O',
'p',
'Interface to iconv codeset conversion',
'MPIOTR',
'11'
],
[
'User::Utmp',
'R',
'd',
'c',
'f',
'p',
'Perl access to UNIX utmp(x)-style databases',
'MPIOTR',
'14'
],
[
'File::Remote',
'R',
'd',
'p',
'h',
'?',
'Read/write/edit remote files transparently',
'NWIGER',
'10'
],
[
'IPC::XPA',
'a',
'd',
'c',
'h',
'?',
'Interface to SAO XPA messaging system',
'DJERIUS',
'5'
],
[
'Image::DS9',
'a',
'd',
'p',
'O',
'?',
'Interface to SAO DS9 image & analysis prog',
'DJERIUS',
'18'
],
[
'Text::Merge',
'b',
'd',
'p',
'?',
'p',
'Methods for text templating and data merging',
'SHARRIS',
'11'
],
[
'Array::Compare',
'R',
'd',
'p',
'O',
'p',
'Class to compare two arrays',
'DAVECROSS',
'6'
],
[
'MSSQL::DBlib',
'M',
'd',
'+',
'O',
'?',
'Access MS SQL Server through DB-Library.',
'SOMMAR',
'7'
],
[
'MSSQL::Sqllib',
'M',
'd',
'p',
'O',
'?',
'High-level interface using MSSQL::DBlib.',
'SOMMAR',
'7'
],
[
'DBD::Unify',
'R',
'd',
'c',
'O',
'p',
'Unify driver for DBI',
'HMBRAND',
'7'
],
[
'IPC::Shareable',
'b',
'd',
'p',
'r',
'?',
'Tie a variable to shared memory',
'BSUGARS',
'5'
],
[
'Language::Basic',
'a',
'd',
'p',
'O',
'?',
'Implementation of BASIC',
'AKARGER',
'9'
],
[
'Class::MethodMaker',
'M',
'd',
'p',
'O',
'p',
'Create generic class methods',
'FLUFFY',
'6'
],
[
'Thread',
'c',
'u',
'h',
'O',
'?',
'Manipulate threads in Perl (EXPERIMENTAL)',
'P5P',
'2'
],
[
'Thread::Group',
'b',
'd',
'p',
'h',
'?',
'Wait()-like and grouping functions',
'DSUGAL',
'2'
],
[
'Thread::IO',
'i',
'',
'',
'',
'?',
'IO routines',
'DSUGAL',
'2'
],
[
'Thread::Object',
'i',
'',
'',
'',
'?',
'OO routines',
'DSUGAL',
'2'
],
[
'Thread::Pool',
'b',
'd',
'p',
'O',
'p',
'Worker pools to run Perl code asynchronously',
'ELIZABETH',
'2'
],
[
'Thread::Queue',
'c',
'u',
'p',
'h',
'?',
'Thread-safe queues',
'P5P',
'2'
],
[
'Thread::Semaphore',
'c',
'u',
'p',
'h',
'?',
'Thread-safe semaphores',
'P5P',
'2'
],
[
'Thread::Signal',
'c',
'u',
'h',
'h',
'?',
'A thread which runs signal handlers reliably',
'P5P',
'2'
],
[
'Thread::Specific',
'c',
'u',
'h',
'h',
'?',
'Thread-specific keys',
'P5P',
'2'
],
[
'RPC::PlServer',
'R',
'd',
'p',
'O',
'?',
'Interface for building Perl Servers',
'MNOONING',
'5'
],
[
'RPC::PlClient',
'R',
'd',
'p',
'O',
'?',
'Interface for building pServer Clients',
'MNOONING',
'5'
],
[
'NetServer::Compiler',
'i',
'd',
'p',
'h',
'?',
'State machine compiler for TCP/IP servers',
'CHSTROSS',
'16'
],
[
'Net::Printer',
'R',
'd',
'p',
'O',
'?',
'Direct to lpd printing',
'CFUHRMAN',
'5'
],
[
'DBIx::glueHTML',
'b',
'd',
'p',
'O',
'?',
'CGI interface to DBI databases',
'JFURNESS',
'7'
],
[
'WAP::Wbmp',
'i',
'?',
'?',
'?',
'?',
'Wireless bitmap manipulation module',
'SAA',
'15'
],
[
'WAP::WML',
'i',
'?',
'?',
'?',
'?',
'Wireless Markup language routines',
'SAA',
'15'
],
[
'Math::Logic',
'R',
'd',
'p',
'O',
'?',
'Provides pure 2, 3 or multi-value logic',
'SUMMER',
'6'
],
[
'DBIx::Abstract',
'R',
'm',
'p',
'O',
'?',
'Wrapper for DBI that generates SQL',
'TURNERA',
'7'
],
[
'MP3::Info',
'R',
'd',
'p',
'h',
'a',
'Manipulate / fetch info from MP3 audio files',
'DANIEL',
'23'
],
[
'Array::IntSpan',
'R',
'd',
'p',
'O',
'?',
'Handling arrays using IntSpan techniques',
'DDUMONT',
'6'
],
[
'Spectrum::CLI',
'R',
'd',
'p',
'O',
'?',
'API for Spectrum Enterprise Mgr. CLI',
'PLONKA',
'7'
],
[
'Thesaurus',
'R',
'd',
'p',
'O',
'p',
'Create associations between related things',
'DROLSKY',
'6'
],
[
'Log::Dispatch',
'R',
'd',
'p',
'O',
'p',
'Log messages to multiple outputs',
'DROLSKY',
'21'
],
[
'LEGO::RCX',
'b',
'd',
'p',
'O',
'p',
'Control you Lego Mindstorm RCX computer',
'JQUILLAN',
'23'
],
[
'IPC::Run',
'R',
'd',
'p',
'h',
'o',
'Child procs w/ piping, redir and psuedo-ttys',
'RSOD',
'5'
],
[
'ASP',
'R',
'd',
'p',
'r',
'?',
'Interface for ASP PerlScript and Apache::ASP',
'TIMMY',
'15'
],
[
'DBD::Sqlflex',
'R',
'd',
'c',
'O',
'?',
'SQLFLEX driver for DBI',
'INFOFLEX',
'7'
],
[
'DBIx::AnyDBD',
'b',
'd',
'p',
'O',
'?',
'Module to make cross db applications easier',
'MSERGEANT',
'7'
],
[
'Time::Object',
'a',
'd',
'p',
'O',
'?',
'Object Oriented time objects',
'MSERGEANT',
'6'
],
[
'Win32::ADO',
'a',
'd',
'p',
'f',
'?',
'ADO Constants and helper functions',
'MSERGEANT',
'22'
],
[
'Text::Banner',
'a',
'd',
'p',
'f',
'?',
'Resembles UNIX banner command',
'LORY',
'11'
],
[
'DBIx::CGITables',
'a',
'd',
'p',
'O',
'?',
'Easy DB access from a CGI',
'TOBIX',
'7'
],
[
'DBIx::Copy',
'a',
'd',
'p',
'O',
'?',
'Copying databases',
'TOBIX',
'7'
],
[
'Convert::ASN1',
'a',
'd',
'p',
'O',
'?',
'Standard en/decode of ASN.1 structures',
'GBARR',
'17'
],
[
'HTTP::Browscap',
'c',
'd',
'p',
'O',
'?',
'Provides info on web browser capabilities',
'JAMESPO',
'15'
],
[
'RPM',
'a',
'd',
'c',
'O',
'?',
'RPM package management',
'RJRAY',
'17'
],
[
'RPM::Constants',
'a',
'd',
'c',
'O',
'?',
'Constants for RPM package management',
'RJRAY',
'17'
],
[
'RPM::Database',
'a',
'd',
'c',
'O',
'?',
'DB interface for RPM package management',
'RJRAY',
'17'
],
[
'POE::Component::IRC::Plugin::YouAreDoingItWrong',
'b',
'd',
'p',
'O',
'p',
'link people to doingitwrong.com images',
'ZOFFIX',
'15'
],
[
'Java',
'R',
'd',
'h',
'O',
'l',
'A Perl front-end for JVM communication',
'METZZO',
'9'
],
[
'Crypt::CBCeasy',
'b',
'd',
'p',
'f',
'?',
'Easy things make really easy with Crypt::CBC',
'MBLAZ',
'14'
],
[
'Win32::RASE',
'R',
'd',
'p',
'f',
'?',
'Dialup entries and connections on Win32',
'MBLAZ',
'22'
],
[
'SQL::Schema',
'b',
'd',
'p',
'O',
'?',
'Convert a data dictionary to SQL statements',
'TODD',
'11'
],
[
'DBD::RAM',
'b',
'm',
'p',
'O',
'?',
'a DBI driver for files and data structures',
'JZUCKER',
'7'
],
[
'Socket6',
'a',
'd',
'c',
'f',
'?',
'getaddrinfo/getnameinfo support module',
'UMEMOTO',
'5'
],
[
'HTTP::BrowserDetect',
'R',
'd',
'p',
'h',
'?',
'Detect browser, version, OS from UserAgent',
'LHS',
'15'
],
[
'HTML::WebMake',
'R',
'm',
'p',
'O',
'?',
'simple web site management system',
'JMASON',
'15'
],
[
'File::Temp',
'R',
'd',
'p',
'f',
'p',
'Create temporary files safely',
'TJENNESS',
'10'
],
[
'CGI::ArgChecker',
'b',
'd',
'p',
'O',
'?',
'Consistent, extensible CGI param validation',
'DLOWE',
'15'
],
[
'URI::Bookmark',
'b',
'd',
'p',
'O',
'?',
'A Class for bookmarks',
'ASPIERS',
'15'
],
[
'String::Strip',
'R',
'd',
'c',
'f',
'?',
'xs Module to remove white-space from strings',
'BPOWERS',
'11'
],
[
'Memoize::ExpireLRU',
'R',
'd',
'p',
'r',
'?',
'Provide LRU Expiration for Memoize',
'BPOWERS',
'20'
],
[
'Pod::Pdf',
'b',
'd',
'p',
'f',
'?',
'Converter to PDF',
'AJFRY',
'26'
],
[
'Barcode::Code128',
'R',
'd',
'p',
'O',
'n',
'Generate CODE 128 bar codes',
'WRW',
'18'
],
[
'Mac::Serial',
'b',
'd',
'p',
'O',
'?',
'Interface to Macintosh serial ports',
'DIVERDI',
'4'
],
[
'WWW::BBSWatch',
'R',
'd',
'p',
'O',
'?',
'email WWW bulletin board postings',
'TAYERS',
'15'
],
[
'Router::LG',
'b',
'd',
'p',
'O',
'?',
'Execute commands on routers (based on lg.pl)',
'CHRISJ',
'23'
],
[
'Mail::Field::Received',
'R',
'd',
'p',
'O',
'?',
'Parses Received headers as per RFC822',
'ASPIERS',
'19'
],
[
'CGI::QuickForm',
'R',
'd',
'p',
'f',
'?',
'Handles UI & validation for CGI forms',
'SUMMER',
'15'
],
[
'Lingua::EN::NameCase',
'R',
'd',
'p',
'f',
'?',
'Convert NAMES and names to Correct Case',
'SUMMER',
'11'
],
[
'Clone',
'i',
'd',
'c',
'h',
'?',
'Recursive copy of nested objects',
'RDF',
'6'
],
[
'Solaris::Procfs',
'a',
'd',
'h',
'h',
'p',
'Access to the Solaris /proc filesystem',
'JNOLAN',
'4'
],
[
'VMS::Device',
'R',
'd',
'c',
'r',
'?',
'Access info about any device on a VMS system',
'DSUGAL',
'4'
],
[
'VMS::ICC',
'b',
'd',
'c',
'r',
'?',
'Interface to the ICC facilities in VMS 7.2+',
'DSUGAL',
'4'
],
[
'VMS::Misc',
'R',
'd',
'c',
'r',
'?',
'Miscellaneous VMS utility routines',
'DSUGAL',
'4'
],
[
'VMS::Monitor',
'R',
'd',
'c',
'r',
'?',
'Access VMS system performance info',
'DSUGAL',
'4'
],
[
'VMS::User',
'b',
'd',
'c',
'r',
'?',
'Read access to system UAF data',
'DSUGAL',
'4'
],
[
'GnuPG::Interface',
'M',
'd',
'p',
'O',
'?',
'OO interface to GNU Privacy Guard',
'FTOBIN',
'14'
],
[
'Net::Daemon::SSL',
'R',
'd',
'p',
'O',
'?',
'SSL extension for Net::Daemon',
'MKUL',
'5'
],
[
'Net::Daemon',
'a',
'd',
'p',
'O',
'?',
'Abstract base class for portable servers',
'MNOONING',
'5'
],
[
'PPM',
'R',
'd',
'p',
'f',
'?',
'Perl Package Manager',
'MURRAY',
'17'
],
[
'Net::VNC',
'i',
'?',
'?',
'?',
'?',
'Interface VNC remote frame buffer protocol',
'LBROCARD',
'5'
],
[
'HTTP::DAV',
'a',
'm',
'p',
'O',
'?',
'A client module for the WebDAV protocol',
'PCOLLINS',
'15'
],
[
'Net::Telnet::Cisco',
'R',
'm',
'p',
'O',
'p',
'Automate telnet sessions w/ routers&switches',
'JOSHUA',
'5'
],
[
'Dialog',
'b',
'd',
'c',
'h',
'?',
'interface library to libdialog',
'UNCLE',
'8'
],
[
'FestVox',
'i',
'?',
'?',
'?',
'?',
'Build synthetic voices (cf. www.festvox.org)',
'LENZO',
'23'
],
[
'HTML::StickyForms',
'a',
'd',
'p',
'O',
'?',
'HTML form generation for mod_perl/CGI',
'PMH',
'15'
],
[
'Tie::Persistent',
'R',
'd',
'p',
'r',
'p',
'Persistent data structures via tie made easy',
'RGIERSIG',
'6'
],
[
'ElectricArc',
'R',
'd',
'p',
'O',
'?',
'Generic diagram manipulation toolset',
'SELKOVJR',
'18'
],
[
'DBIx::FullTextSearch',
'b',
'm',
'p',
'O',
'p',
'Index documents with MySQL as storage',
'TJMATHER',
'7'
],
[
'CGI::WML',
'R',
'd',
'p',
'O',
'?',
'Subclass of CGI.pm for WML output',
'AWOOD',
'15'
],
[
'HTML::FillInForm',
'R',
'd',
'p',
'O',
'?',
'Fill in HTML forms, separating HTML and code',
'TJMATHER',
'15'
],
[
'Locale::SubCountry',
'R',
'd',
'p',
'O',
'p',
'ISO 3166-2 two letter subcountry codes',
'KIMRYAN',
'13'
],
[
'Env::Path',
'a',
'd',
'p',
'O',
'?',
'Advanced operations on path variables',
'DSB',
'4'
],
[
'Text::Templar',
'b',
'a',
'p',
'O',
'a',
'An object-oriented text templating system',
'GED',
'11'
],
[
'DBIx::TableAdapter',
'a',
'a',
'p',
'O',
'a',
'A object-relational table adapter class',
'GED',
'7'
],
[
'Class::Translucent',
'R',
'a',
'p',
'O',
'a',
'Translucent (ala perltootc) method creation',
'GED',
'6'
],
[
'NetAddr::IP',
'R',
'd',
'p',
'O',
'p',
'Manipulation and operations on IP addresses',
'LUISMUNOZ',
'5'
],
[
'Devel::StackTrace',
'R',
'd',
'p',
'O',
'p',
'Stacktrace object w/ info form caller()',
'DROLSKY',
'3'
],
[
'Exception::Class',
'R',
'd',
'p',
'O',
'p',
'Declare exception class hierarchies',
'DROLSKY',
'20'
],
[
'X500::DN',
'a',
'd',
'p',
'O',
'p',
'Handle X.500 DNs (Distinguished Names)',
'RJOOP',
'6'
],
[
'DBIx::Password',
'M',
'd',
'p',
'O',
'?',
'Abstration layer for database passwords',
'KROW',
'7'
],
[
'Net::DNS::Nslookup',
'a',
'd',
'p',
'f',
'p',
'DNS name to IP address resolution',
'PGRINBERG',
'8'
],
[
'POE::Component::WWW::PAUSE::RecentUploads::Tail',
'b',
'd',
'p',
'O',
'p',
'tail recent uploads to PAUSE (non-blocking)',
'ZOFFIX',
'15'
],
[
'CGI::Application',
'M',
'm',
'p',
'O',
'p',
'Framework for building reusable web-apps',
'JERLBAUM',
'15'
],
[
'WML::Card',
'R',
'd',
'p',
'O',
'?',
'Builds WML code for different wap browsers',
'MALVARO',
'15'
],
[
'WML::Deck',
'R',
'd',
'p',
'O',
'?',
'WML Deck generator',
'MALVARO',
'15'
],
[
'DBD::SQLrelay',
'b',
'd',
'p',
'O',
'?',
'SQLrelay driver for DBI',
'DMOW',
'7'
],
[
'Date::Roman',
'R',
'd',
'p',
'O',
'a',
'Manipulating Roman-style dates',
'HOBBIT',
'6'
],
[
'Crypt::Solitaire',
'R',
'd',
'p',
'O',
'p',
'A very simple encryption system',
'SIFUKURT',
'14'
],
[
'Crypt::RC4',
'R',
'd',
'p',
'O',
'p',
'Implements the RC4 encryption algorithm',
'SIFUKURT',
'14'
],
[
'Crypt::OTP',
'R',
'd',
'p',
'f',
'?',
'Implements One Time Pad encryption',
'SIFUKURT',
'14'
],
[
'Net::AIM',
'a',
'd',
'p',
'O',
'?',
'AOL Instant Messenger TOC protocol',
'ARYEH',
'5'
],
[
'Net::AOLIM',
'R',
'd',
'p',
'O',
'?',
'AOL Instant Messenger OO Interface (TOC)',
'RWAHBY',
'5'
],
[
'SGI::FAM',
'R',
'd',
'c',
'O',
'?',
'Interface to SGI/Irix File Access Monitor',
'JGLICK',
'4'
],
[
'Tie::SortHash',
'R',
'd',
'p',
'r',
'?',
'Provides persistent sorting for hashes',
'CTWETEN',
'6'
],
[
'SGML::Parser',
'a',
'd',
'p',
'O',
'p',
'SGML instance parser',
'EHOOD',
'11'
],
[
'SGML::Entity',
'R',
'd',
'p',
'O',
'?',
'An entity defined in an SGML or XML document',
'KMACLEOD',
'11'
],
[
'Sendmail::Milter',
'R',
'd',
'c',
'h',
'?',
'Write mail filters for sendmail in Perl',
'CYING',
'19'
],
[
'Search::Binary',
'R',
'd',
'p',
'f',
'?',
'Generic binary search',
'RANT',
'11'
],
[
'SNMP::Util',
'R',
'd',
'p',
'O',
'?',
'Perform SNMP set,get,walk,next,walk_hash,...',
'WMARQ',
'5'
],
[
'Set::Bag',
'R',
'd',
'p',
'O',
'?',
'Bag (multiset) class',
'JHI',
'6'
],
[
'Set::NestedGroups',
'R',
'd',
'p',
'O',
'?',
'Grouped data eg ACL\'s, city/state/country',
'ABARCLAY',
'6'
],
[
'Orac',
'R',
'd',
'p',
'O',
'?',
'DBA GUI tool for Oracle, Informix and Sybase',
'ANDYDUNC',
'8'
],
[
'Spreadsheet::ParseExcel',
'R',
'd',
'p',
'O',
'p',
'Get information from Excel file',
'JMCNAMARA',
'7'
],
[
'Statistics::Distributions',
'R',
'd',
'p',
'O',
'p',
'Perl module for calculating critical values',
'MIKEK',
'6'
],
[
'String::Random',
'R',
'd',
'p',
'O',
'?',
'Perl module to generate random strings based',
'STEVE',
'11'
],
[
'Tie::RDBM',
'R',
'd',
'p',
'O',
'?',
'Tie hashes to relational databases',
'LDS',
'6'
],
[
'Log::TraceMessages',
'R',
'd',
'p',
'O',
'?',
'Print developer\'s trace messages',
'EDAVIS',
'21'
],
[
'Parse::Tokens',
'b',
'd',
'p',
'O',
'p',
'Base class for parsing tokens from text',
'MCKAY',
'11'
],
[
'Crypt::RandPasswd',
'R',
'd',
'p',
'O',
'?',
'Random password generator based on FIPS-181',
'JDPORTER',
'14'
],
[
'Mail::CheckUser',
'R',
'd',
'p',
'f',
'p',
'Check email addresses for validity',
'ILYAM',
'19'
],
[
'Mail::Procmail',
'R',
'd',
'p',
'f',
'?',
'Procmail-like facility for creating easy mai',
'JV',
'19'
],
[
'Getargs::Long',
'a',
'd',
'p',
'f',
'a',
'Parses long function args f(-arg => value)',
'DCOPPIT',
'12'
],
[
'Parallel::ForkManager',
'R',
'd',
'p',
'O',
'p',
'A simple parallel processing fork manager',
'DLUX',
'5'
],
[
'dTemplate',
'R',
'm',
'h',
'O',
'p',
'Fast and flexible templating system',
'DLUX',
'11'
],
[
'Mac::Macbinary',
'b',
'd',
'p',
'O',
'?',
'Decodes MacBinary files.',
'MIYAGAWA',
'4'
],
[
'Math::Round',
'b',
'd',
'p',
'f',
'p',
'Perl extension for rounding numbers',
'GROMMEL',
'6'
],
[
'Filesys::Ext2',
'R',
'd',
'p',
'f',
'p',
'Interface to e2fs filesystem attributes',
'JPIERCE',
'10'
],
[
'WWW::Search::AlltheWeb',
'R',
'd',
'p',
'O',
'?',
'Class for searching AlltheWeb',
'JSMYSER',
'15'
],
[
'WWW::Search::Go',
'R',
'd',
'p',
'O',
'?',
'Backend class for searching with go.com',
'ALIAN',
'15'
],
[
'GD::Barcode',
'b',
'd',
'p',
'O',
'p',
'Create barcode image with GD',
'KWITKNR',
'18'
],
[
'Net::Patricia',
'R',
'd',
'c',
'O',
'?',
'Patricia Trie perl module for fast IP addres',
'PLONKA',
'5'
],
[
'Term::ProgressBar',
'R',
'd',
'p',
'O',
'p',
'Progress bar in just ASCII / using Term',
'FLUFFY',
'8'
],
[
'Log::Agent::Logger',
'a',
'd',
'p',
'O',
'a',
'Application-level logging interface',
'MROGASKI',
'21'
],
[
'Win32::SystemInfo',
'R',
'd',
'p',
'O',
'p',
'Memory and Processor information',
'CJOHNSTON',
'22'
],
[
'AI::Fuzzy',
'R',
'd',
'p',
'O',
'?',
'Perl extension for Fuzzy Logic',
'SABREN',
'23'
],
[
'Flash::SWF',
'c',
'm',
'p',
'O',
'?',
'Read/Write Macromedia Flash SWF files',
'SABREN',
'18'
],
[
'MIME::Lite::HTML',
'b',
'm',
'p',
'O',
'?',
'Provide routine to transform HTML to MIME',
'ALIAN',
'15'
],
[
'MP3::Tag',
'b',
'd',
'p',
'O',
'?',
'Tag - Module for reading tags of mp3 files',
'THOGEE',
'23'
],
[
'Tree::Nary',
'R',
'd',
'p',
'O',
'p',
'Perl implementation of N-ary search trees',
'FSORIANO',
'6'
],
[
'Db::DFC',
'a',
'd',
'p',
'O',
'a',
'OO Interface to Documentum\'s DFC using JPL',
'MSROTH',
'24'
],
[
'Crypt::Rijndael',
'b',
'd',
'c',
'h',
'?',
'AES/Rijndael Encryption Module',
'BDFOY',
'14'
],
[
'Data::Random',
'R',
'd',
'p',
'f',
'p',
'Generate random sets of data',
'ADEO',
'6'
],
[
'Sub::Curry',
'R',
'd',
'p',
'h',
'p',
'Create curried subroutines',
'LODIN',
'3'
],
[
'Mail::IMAPClient',
'R',
'd',
'p',
'O',
'p',
'An IMAP Client API',
'MARKOV',
'19'
],
[
'ex::implements',
'R',
'd',
'p',
'O',
'?',
'Study in Polymorphism',
'PDCAWLEY',
'2'
],
[
'ex::interface',
'R',
'd',
'p',
'O',
'?',
'Another study in polymorphism',
'PDCAWLEY',
'2'
],
[
'Apache::AddrMunge',
'b',
'd',
'p',
'f',
'?',
'Munge email addresses in webpages',
'MJD',
'15'
],
[
'Apache::AutoIndex',
'R',
'd',
'p',
'f',
'p',
'Lists directory content',
'GOZER',
'15'
],
[
'Apache::Archive',
'b',
'd',
'p',
'f',
'?',
'Make linked contents pages of .tar(.gz)',
'JPETERSON',
'15'
],
[
'Apache::ASP',
'M',
'd',
'p',
'O',
'g',
'Active Server Pages for Apache and mod_perl',
'CHAMAS',
'15'
],
[
'Apache::BBS',
'c',
'd',
'p',
'O',
'?',
'BBS like System for Apache',
'MKOSSATZ',
'15'
],
[
'Apache::Compress',
'b',
'd',
'p',
'O',
'p',
'Compress content on the fly',
'KWILLIAMS',
'15'
],
[
'Apache::Dir',
'i',
'',
'',
'',
'?',
'OO (subclassable) mod_dir replacement',
'DWHEELER',
'15'
],
[
'Apache::Dispatch',
'b',
'm',
'p',
'f',
'?',
'Call PerlHandlers as CGI scripts',
'GEOFF',
'15'
],
[
'Apache::Embperl',
'R',
'm',
'c',
'f',
'p',
'Build dynamic Websites (e.g. embed Perl)',
'GRICHTER',
'15'
],
[
'Apache::ePerl',
'R',
'd',
'p',
'r',
'?',
'Fast emulated Embedded Perl (ePerl)',
'RSE',
'15'
],
[
'Apache::Filter',
'R',
'd',
'p',
'O',
'p',
'Lets handlers filter each others\' output',
'KWILLIAMS',
'15'
],
[
'Apache::Forward',
'b',
'd',
'p',
'O',
'?',
'OutputChain like functionality',
'MPB',
'15'
],
[
'Apache::FTP',
'i',
'',
'',
'',
'?',
'Full-fledged FTP proxy',
'PMKANE',
'15'
],
[
'Apache::Gateway',
'R',
'd',
'p',
'f',
'p',
'A multiplexing gateway',
'CCWF',
'15'
],
[
'Apache::GzipChain',
'b',
'm',
'p',
'f',
'?',
'Compress files on the fly',
'ANDK',
'15'
],
[
'Apache::iNcom',
'b',
'd',
'p',
'f',
'?',
'An e-commerce framework',
'FRAJULAC',
'15'
],
[
'Apache::Layer',
'b',
'd',
'p',
'f',
'?',
'Layer content tree over one or more',
'SAM',
'15'
],
[
'Apache::Magick',
'b',
'd',
'p',
'f',
'?',
'Image conversion on-the-fly',
'MPB',
'15'
],
[
'Apache::Mason',
'b',
'd',
'p',
'O',
'?',
'Build sites w/ modular Perl/HTML blocks',
'JSWARTZ',
'15'
],
[
'Apache::ModuleDoc',
'b',
'd',
'p',
'f',
'?',
'Self documentation for Apache C modules',
'DOUGM',
'15'
],
[
'Apache::NavBar',
'b',
'd',
'p',
'O',
'?',
'Navigation bar generator',
'MPB',
'15'
],
[
'Apache::NNTPGateway',
'R',
'd',
'p',
'n',
'p',
'A Web based NNTP (usenet) interface',
'BOUBAKER',
'15'
],
[
'Apache::OutputChain',
'b',
'm',
'p',
'O',
'?',
'Chain output of stacked handlers',
'JANPAZ',
'15'
],
[
'Apache::OWA',
'b',
'd',
'p',
'f',
'?',
'Runs Oracle PL/SQL Web Toolkit apps',
'SVINTO',
'15'
],
[
'Apache::PageKit',
'M',
'm',
'p',
'O',
'o',
'MVC Web App framework, based on mod_perl/XML',
'TJMATHER',
'15'
],
[
'Apache::PassFile',
'b',
'd',
'p',
'f',
'?',
'Send file via OutputChain',
'ANDK',
'15'
],
[
'Apache::PerlRun',
'S',
'm',
'p',
'f',
'?',
'Run unaltered CGI scripts',
'APML',
'15'
],
[
'Apache::PrettyPerl',
'R',
'd',
'p',
'f',
'?',
'Syntax highlighting for Perl files',
'RA',
'15'
],
[
'Apache::PrettyText',
'b',
'd',
'p',
'f',
'?',
'Re-format .txt files for client display',
'CHTHORMAN',
'15'
],
[
'Apache::RandomLocation',
'c',
'd',
'p',
'f',
'p',
'Random image display',
'RKOBES',
'15'
],
[
'Apache::Registry',
'S',
'm',
'p',
'f',
'?',
'Run unaltered CGI scripts',
'APML',
'15'
],
[
'Apache::RobotRules',
'c',
'd',
'p',
'f',
'?',
'Enforce robot rules (robots.txt)',
'PARKER',
'15'
],
[
'Apache::Sandwich',
'M',
'a',
'p',
'f',
'p',
'Layered document (sandwich) maker',
'VKHERA',
'15'
],
[
'Apache::ShowRequest',
'b',
'd',
'p',
'f',
'?',
'Show phases and module participation',
'DOUGM',
'15'
],
[
'Apache::SimpleReplace',
'a',
'm',
'p',
'f',
'?',
'Simple replacement template tool',
'GEOFF',
'15'
],
[
'Apache::SSI',
'R',
'm',
'p',
'O',
'p',
'Implement server-side includes in Perl',
'KWILLIAMS',
'15'
],
[
'Apache::SSIChain',
'b',
'm',
'p',
'O',
'?',
'SSI on other modules output',
'JANPAZ',
'15'
],
[
'Apache::Stage',
'R',
'd',
'p',
'f',
'?',
'Manage a document staging directory',
'ANDK',
'15'
],
[
'Apache::TarGzip',
'c',
'',
'',
'',
'?',
'Manage .tar.gz file',
'ZENIN',
'15'
],
[
'Apache::TimedRedirect',
'b',
'd',
'p',
'f',
'?',
'Redirect urls for a given time period',
'PETERM',
'15'
],
[
'Apache::UploadSvr',
'b',
'd',
'p',
'O',
'?',
'A lightweight publishing system',
'ANDK',
'15'
],
[
'Apache::VhostSandwich',
'c',
'd',
'p',
'f',
'?',
'Virtual host layered document maker',
'MARKC',
'15'
],
[
'Apache::WDB',
'b',
'd',
'p',
'f',
'?',
'Database query/edit tool using DBI',
'JROWE',
'15'
],
[
'Apache::WebSQL',
'c',
'd',
'p',
'O',
'?',
'Adaptation of Sybase\'s WebSQL',
'GUNTHER',
'15'
],
[
'Apache::RequestNotes',
'a',
'm',
'p',
'f',
'?',
'Pass cookie & form data around pnotes',
'GEOFF',
'15'
],
[
'Config::FreeForm',
'b',
'd',
'p',
'f',
'p',
'Provide in-memory configuration data',
'BTROTT',
'12'
],
[
'Apache::AuthAny',
'b',
'd',
'p',
'f',
'?',
'Authenticate with any username/password',
'MPB',
'15'
],
[
'Apache::AuthenCache',
'R',
'd',
'p',
'n',
'g',
'Cache authentication credentials',
'JBODNAR',
'15'
],
[
'Apache::AuthCookie',
'R',
'd',
'p',
'O',
'?',
'Authen + Authz via cookies',
'MSCHOUT',
'15'
],
[
'Apache::AuthenDBI',
'b',
'm',
'p',
'O',
'?',
'Authenticate via Perl\'s DBI',
'MERGL',
'15'
],
[
'Weather::Google',
'b',
'd',
'p',
'O',
'p',
'Simple interface to Google\'s Weather API',
'POSSUM',
'23'
],
[
'Apache::AuthenIMAP',
'b',
'd',
'p',
'f',
'?',
'Authentication via an IMAP server',
'MICB',
'15'
],
[
'Apache::AuthenPasswdSrv',
'a',
'n',
'p',
'f',
'o',
'External authentication server',
'JEFFH',
'15'
],
[
'Apache::AuthenPasswd',
'b',
'd',
'p',
'f',
'?',
'Authenticate against /etc/passwd',
'SPEEVES',
'15'
],
[
'Apache::AuthLDAP',
'b',
'd',
'p',
'f',
'?',
'LDAP authentication module',
'CDONLEY',
'15'
],
[
'Apache::AuthPerLDAP',
'b',
'd',
'p',
'f',
'?',
'LDAP authentication module (PerLDAP)',
'HENRIK',
'15'
],
[
'Apache::AuthenNIS',
'b',
'd',
'p',
'f',
'?',
'NIS authentication',
'SPEEVES',
'15'
],
[
'Apache::AuthNISPlus',
'b',
'd',
'p',
'F',
'?',
'NIS Plus authentication/authorization',
'VALERIE',
'15'
],
[
'Apache::AuthenRaduis',
'b',
'd',
'p',
'f',
'?',
'Authentication via a Radius server',
'DANIEL',
'15'
],
[
'Apache::AuthenSmb',
'b',
'd',
'p',
'f',
'p',
'Authenticate against NT server',
'PARKER',
'15'
],
[
'Apache::AuthenURL',
'b',
'd',
'p',
'f',
'?',
'Authenticate via another URL',
'JGROENVEL',
'15'
],
[
'Apache::DBILogin',
'b',
'd',
'p',
'f',
'?',
'Authenticate/authorize to backend database',
'JGROENVEL',
'15'
],
[
'Text::Editor::Easy',
'c',
'd',
'p',
'O',
'p',
'Quick design of highlighted text application',
'GROMMIER',
'11'
],
[
'Apache::PHLogin',
'b',
'd',
'p',
'f',
'?',
'Authenticate via a PH database',
'JGROENVEL',
'15'
],
[
'Apache::TicketAccess',
'b',
'd',
'p',
'O',
'?',
'Ticket based access/authentication',
'MPB',
'15'
],
[
'DBD::InterBase',
'b',
'm',
'c',
'O',
'g',
'DBI driver for Firebird and InterBase RDBMS',
'EDPRATOMO',
'7'
],
[
'Apache::AuthzAge',
'b',
'm',
'p',
'f',
'?',
'Authorize based on age',
'APML',
'15'
],
[
'Text::Scws',
'a',
'd',
'p',
'O',
'g',
'This is an interface to libscws(by Hightman)',
'XUERON',
'11'
],
[
'Apache::AuthzDBI',
'b',
'm',
'p',
'O',
'?',
'Group authorization via Perl\'s DBI',
'MERGL',
'15'
],
[
'Apache::AuthzGender',
'b',
'd',
'p',
'f',
'?',
'Authorize based on gender',
'MPB',
'15'
],
[
'Apache::AuthzNIS',
'b',
'd',
'p',
'f',
'?',
'NIS authorization',
'SPEEVES',
'15'
],
[
'Apache::AuthzPasswd',
'b',
'd',
'p',
'f',
'?',
'Authorize against /etc/passwd',
'SPEEVES',
'15'
],
[
'Apache::AuthzSSL',
'b',
'd',
'p',
'f',
'?',
'Authorize based on client cert',
'MPB',
'15'
],
[
'Proc::Exists',
'M',
'm',
'h',
'f',
'p',
'fast check for process existence',
'BRIANSKI',
'4'
],
[
'Apache::AccessLimitNum',
'b',
'm',
'p',
'f',
'?',
'Limit user access by number of requests',
'APML',
'15'
],
[
'Apache::BlockAgent',
'b',
'd',
'p',
'f',
'?',
'Block access from certain agents',
'MPB',
'15'
],
[
'Apache::DayLimit',
'b',
'm',
'p',
'f',
'?',
'Limit access based on day of week',
'MPB',
'15'
],
[
'Apache::UploadMeter',
'a',
'd',
'p',
'n',
'p',
'Provides GUI progress meter for HTTP uploads',
'ISAAC',
'15'
],
[
'Apache::RobotLimit',
'c',
'd',
'p',
'f',
'?',
'Limit access of robots',
'PARKER',
'15'
],
[
'Apache::SpeedLimit',
'b',
'd',
'p',
'f',
'?',
'Control client request rate',
'MPB',
'15'
],
[
'Pod::Rtf',
'R',
'd',
'p',
'O',
'?',
'Converter from POD to Rich Text Format',
'PVHP',
'26'
],
[
'Apache::MIME',
'b',
'd',
'c',
'f',
'?',
'Perl implementation of mod_mime',
'MPB',
'15'
],
[
'Apache::MimeDBI',
'b',
'd',
'p',
'f',
'?',
'Type mapping from a DBI database',
'MPB',
'15'
],
[
'Apache::MimeXML',
'b',
'd',
'p',
'f',
'?',
'mime encoding sniffer for XML files',
'MSERGEANT',
'15'
],
[
'Apache::AdBlocker',
'b',
'd',
'p',
'f',
'?',
'Block advertisement images',
'MPB',
'15'
],
[
'Apache::AddHostPath',
'a',
'd',
'p',
'f',
'?',
'Prepends parts of hostname to URI',
'RJENKS',
'15'
],
[
'Apache::AnonProxy',
'b',
'd',
'p',
'f',
'?',
'Anonymizing proxy',
'MPB',
'15'
],
[
'Apache::Checksum',
'b',
'd',
'p',
'f',
'?',
'Manage document checksum trees',
'MPB',
'15'
],
[
'Apache::LowerCaseGETs',
'b',
'd',
'p',
'f',
'?',
'Lowercase URI\'s when needed',
'PLISTER',
'15'
],
[
'Apache::MsqlProxy',
'b',
'm',
'p',
'f',
'?',
'Translate URI\'s into mSQL queries',
'APML',
'15'
],
[
'Apache::ProxyPass',
'b',
'd',
'p',
'f',
'?',
'Perl implementation of ProxyPass',
'MJS',
'15'
],
[
'Apache::ProxyPassThru',
'b',
'd',
'p',
'O',
'?',
'Skeleton for vanilla proxy',
'RMANGI',
'15'
],
[
'CatalystX::ListFramework',
'a',
'd',
'p',
'O',
'p',
'Easy list, search and CRUD for Catalyst apps',
'SNAFUFANS',
'15'
],
[
'Apache::StripSession',
'b',
'd',
'p',
'f',
'?',
'Strip session info from URI',
'MPB',
'15'
],
[
'Apache::Throttle',
'b',
'd',
'p',
'f',
'?',
'Speed-based content negotiation',
'DONS',
'15'
],
[
'Apache::TransLDAP',
'b',
'd',
'p',
'f',
'?',
'Translate URIs to LDAP queries',
'CDONLEY',
'15'
],
[
'Apache::Timeit',
'b',
'm',
'p',
'f',
'?',
'Benchmark PerlHandlers',
'APML',
'15'
],
[
'Apache::Usertrack',
'b',
'd',
'p',
'f',
'?',
'Perl version of mod_usertrack',
'ABH',
'15'
],
[
'Apache::DBILogConfig',
'R',
'd',
'p',
'n',
'g',
'Custom format logging via DBI for mod_perl',
'JBODNAR',
'15'
],
[
'Apache::DBILogger',
'b',
'd',
'p',
'f',
'?',
'Logging via DBI',
'ABH',
'15'
],
[
'Apache::DumpHeaders',
'b',
'd',
'p',
'f',
'?',
'Watch HTTP transaction via headers',
'DOUGM',
'15'
],
[
'Apache::LogMail',
'b',
'd',
'p',
'f',
'?',
'Log certain requests via email',
'MPB',
'15'
],
[
'Apache::Traffic',
'b',
'd',
'p',
'f',
'?',
'Logs bytes transferred, per-user basis',
'MAURICE',
'15'
],
[
'Apache::Resource',
'S',
'm',
'p',
'f',
'?',
'Limit resources used by httpd children',
'APML',
'15'
],
[
'Apache::ConfigLDAP',
'i',
'',
'',
'',
'?',
'Config via LDAP and ',
'MARKK',
'15'
],
[
'Apache::ModuleConfig',
'S',
'm',
'c',
'O',
'?',
'Interface to configuration API',
'APML',
'15'
],
[
'Apache::PerlSections',
'S',
'm',
'p',
'O',
'?',
'Utilities for sections',
'APML',
'15'
],
[
'Apache::httpd_conf',
'b',
'm',
'p',
'O',
'?',
'Methods to configure and run an httpd',
'APML',
'15'
],
[
'Apache::src',
'S',
'm',
'p',
'O',
'?',
'Finding and reading bits of source',
'APML',
'15'
],
[
'Apache::DBI',
'M',
'm',
'p',
'O',
'?',
'Persistent DBI connection mgmt.',
'APML',
'15'
],
[
'Apache::Mysql',
'b',
'd',
'p',
'O',
'?',
'Persistent connection mgmt. for Mysql',
'NJENSEN',
'15'
],
[
'Apache::Sybase::DBlib',
'b',
'm',
'p',
'O',
'?',
'Persistent DBlib connection mgmt.',
'BMILLETT',
'15'
],
[
'Apache::Sybase::CTlib',
'M',
'd',
'p',
'n',
'?',
'Persistent CTlib connection mgmt for Apache',
'MDOWNING',
'15'
],
[
'Apache::Backhand',
'b',
'd',
'c',
'r',
'?',
'Bridge between mod_backhand + mod_perl',
'DLOWE',
'15'
],
[
'Apache::CmdParms',
'S',
'm',
'c',
'O',
'?',
'Interface to Apache cmd_parms struct',
'APML',
'15'
],
[
'Apache::Command',
'b',
'm',
'c',
'O',
'?',
'Interface to Apache command_rec struct',
'APML',
'15'
],
[
'Apache::Connection',
'S',
'm',
'c',
'O',
'?',
'Inteface to Apache conn_rec struct',
'APML',
'15'
],
[
'Apache::Constants',
'S',
'm',
'c',
'f',
'?',
'Constants defined in httpd.h',
'APML',
'15'
],
[
'Apache::ExtUtils',
'S',
'm',
'p',
'O',
'?',
'Utils for Apache:C/Perl glue',
'APML',
'15'
],
[
'Apache::File',
'S',
'm',
'c',
'O',
'?',
'Methods for working with files',
'APML',
'15'
],
[
'Apache::Handler',
'b',
'm',
'c',
'O',
'?',
'Interface to Apache handler_rec struct',
'APML',
'15'
],
[
'Apache::Log',
'S',
'm',
'c',
'O',
'?',
'ap_log_error interface',
'APML',
'15'
],
[
'Apache::LogFile',
'b',
'm',
'c',
'O',
'?',
'Interface to Apache\'s piped logs, etc.',
'APML',
'15'
],
[
'Apache::Module',
'b',
'm',
'c',
'O',
'?',
'Interface to Apache module struct',
'APML',
'15'
],
[
'Apache::Scoreboard',
'R',
'd',
'c',
'O',
'?',
'Perl interface to Apache\'s scoreboard.h',
'MJH',
'15'
],
[
'Apache::Server',
'S',
'm',
'c',
'O',
'?',
'Interface to Apache server_rec struct',
'APML',
'15'
],
[
'Apache::SubProcess',
'c',
'm',
'c',
'O',
'?',
'Interface to Apache subprocess API',
'APML',
'15'
],
[
'Apache::Table',
'S',
'm',
'c',
'O',
'?',
'Interface to Apache table struct + API',
'APML',
'15'
],
[
'Apache::URI',
'S',
'm',
'c',
'O',
'?',
'URI component parsing and unparsing',
'APML',
'15'
],
[
'Apache::Util',
'S',
'm',
'c',
'f',
'?',
'Interface to Apache\'s util*.c functions',
'APML',
'15'
],
[
'Apache::PATCH',
'b',
'd',
'p',
'f',
'?',
'HTTP PATCH method handler',
'MPB',
'15'
],
[
'Apache::PUT',
'c',
'd',
'p',
'f',
'?',
'HTTP PUT method handler',
'SORTIZ',
'15'
],
[
'Apache::SizeLimit',
'S',
'm',
'p',
'f',
'?',
'Graceful exit for large children',
'APML',
'15'
],
[
'Apache::GTopLimit',
'S',
'd',
'p',
'n',
'p',
'Child exit on small shared or large mem',
'AARE',
'15'
],
[
'Apache::Status',
'S',
'm',
'p',
'f',
'?',
'Embedded interpreter runtime status',
'APML',
'15'
],
[
'Apache::VMonitor',
'M',
'd',
'p',
'n',
'p',
'Visual System and Processes Monitor',
'MJH',
'15'
],
[
'Apache::Watchdog::RunAway',
'R',
'd',
'p',
'n',
'p',
'RunAway processes watchdog/terminator',
'AARE',
'15'
],
[
'Apache::DB',
'a',
'm',
'c',
'O',
'?',
'Hook Perl interactive DB into mod_perl',
'APML',
'15'
],
[
'Apache::Debug',
'R',
'm',
'p',
'f',
'?',
'mod_perl debugging utilities',
'APML',
'15'
],
[
'Apache::DebugInfo',
'a',
'm',
'p',
'O',
'?',
'Per-request data logging',
'GEOFF',
'15'
],
[
'Apache::DProf',
'b',
'm',
'c',
'f',
'?',
'Hook Devel::DProf into mod_perl',
'DOUGM',
'15'
],
[
'Apache::FakeRequest',
'a',
'm',
'p',
'O',
'?',
'Implement Apache methods off-line',
'APML',
'15'
],
[
'Apache::Leak',
'b',
'm',
'c',
'f',
'?',
'Memory leak tracking routines',
'APML',
'15'
],
[
'Apache::Peek',
'a',
'm',
'c',
'f',
'?',
'Devel::Peek for mod_perl',
'APML',
'15'
],
[
'Apache::SawAmpersand',
'b',
'm',
'p',
'f',
'?',
'Make sure noone is using $&, $\' or $`',
'APML',
'15'
],
[
'Apache::SmallProf',
'b',
'm',
'p',
'f',
'?',
'Hook Devel::SmallProf into mod_perl',
'DOUGM',
'15'
],
[
'Apache::StatINC',
'S',
'm',
'p',
'f',
'?',
'Reload require\'d files when updated',
'APML',
'15'
],
[
'Apache::Symbol',
'b',
'm',
'c',
'O',
'?',
'Things for symbol things',
'APML',
'15'
],
[
'Apache::Symdump',
'b',
'm',
'p',
'f',
'?',
'Symbol table snapshots to disk',
'APML',
'15'
],
[
'Apache::test',
'S',
'm',
'p',
'f',
'?',
'Handy routines for \'make test\' scripts',
'APML',
'15'
],
[
'Apache::Cookie',
'a',
'm',
'c',
'O',
'?',
'C version of CGI::Cookie',
'APML',
'15'
],
[
'Apache::Icon',
'b',
'd',
'c',
'O',
'?',
'Access to AddIcon* configuration',
'DOUGM',
'15'
],
[
'Apache::Include',
'S',
'm',
'p',
'f',
'?',
'mod_include + Apache::Registry handler',
'APML',
'15'
],
[
'Apache::Mmap',
'b',
'd',
'c',
'f',
'?',
'Share data via Mmap module',
'FLETCH',
'15'
],
[
'Apache::ParseLog',
'b',
'd',
'p',
'O',
'?',
'OO interface to Apache log files',
'AKIRA',
'15'
],
[
'Apache::RegistryLoader',
'S',
'm',
'p',
'O',
'?',
'Apache::Registry startup script loader',
'APML',
'15'
],
[
'Apache::Request',
'a',
'm',
'c',
'O',
'?',
'CGI.pm functionality using API methods',
'APML',
'15'
],
[
'Apache::Safe',
'a',
'm',
'p',
'O',
'?',
'Adaptation of "safecgiperl"',
'APML',
'15'
],
[
'Apache::Session',
'R',
'm',
'p',
'O',
'a',
'Maintain client <-> httpd session/state',
'CWEST',
'15'
],
[
'Apache::SIG',
'S',
'm',
'p',
'O',
'?',
'Signal handlers for mod_perl',
'APML',
'15'
],
[
'Apache::State',
'i',
'',
'',
'',
'?',
'Powerful state engine',
'RSE',
'15'
],
[
'Apache::TempFile',
'b',
'd',
'p',
'f',
'?',
'Manage temporary files',
'TOMHUGHES',
'15'
],
[
'Apache::Upload',
'a',
'm',
'c',
'O',
'?',
'File upload class',
'APML',
'15'
],
[
'Win32::API',
'R',
'd',
'c',
'O',
'p',
'Perl Win32 API Import Facility',
'ACALPINI',
'22'
],
[
'Unicode::MapUTF8',
'R',
'd',
'p',
'f',
'?',
'Conversions to and from arbitrary charsets',
'SNOWHARE',
'13'
],
[
'DDL::Oracle',
'R',
'd',
'p',
'O',
'?',
'Reverse engineers object DDL; also defrags',
'RVSUTHERL',
'7'
],
[
'ex::override',
'R',
'd',
'p',
'f',
'?',
'perl pragma to override core functions',
'CTWETEN',
'2'
],
[
'Log::Agent::Rotate',
'a',
'd',
'p',
'O',
'a',
'Logfile rotation config and support',
'MROGASKI',
'21'
],
[
'Math::Business::EMA',
'M',
'd',
'p',
'O',
'l',
'Exponential Moving Average',
'JETTERO',
'6'
],
[
'Number::Phone::US',
'R',
'd',
'p',
'f',
'?',
'Validates several US phone number formats',
'KENNEDYH',
'11'
],
[
'Tie::Scalar::Timeout',
'a',
'd',
'p',
'r',
'?',
'Scalar variables that time out',
'MARCEL',
'6'
],
[
'Text::DoubleMetaphone',
'a',
'd',
'c',
'f',
'?',
'Convert string to phonetic encoding',
'MAURICE',
'11'
],
[
'CGI::PathInfo',
'R',
'd',
'p',
'O',
'p',
'A lightweight PATH_INFO based CGI package',
'SNOWHARE',
'15'
],
[
'Crypt::TripleDES',
'R',
'd',
'p',
'O',
'?',
'Triple DES encyption.',
'VIPUL',
'14'
],
[
'Crypt::PGP5',
'b',
'd',
'p',
'O',
'p',
'Object-oriented interface to PGP v5.',
'AGUL',
'14'
],
[
'Crypt::PGP6',
'c',
'd',
'p',
'O',
'p',
'Object-oriented Interface to PGP v6.',
'AGUL',
'14'
],
[
'Crypt::PGP',
'c',
'd',
'p',
'O',
'p',
'Unified interface to PGP and GnuPG',
'AGUL',
'14'
],
[
'Crypt::GPG',
'b',
'd',
'p',
'O',
'p',
'Object-oriented interface to GnuPG',
'AGUL',
'14'
],
[
'HTML::Widgets::DateEntry',
'R',
'd',
'p',
'O',
'?',
'Creates date entry widgets for HTML forms.',
'KENNEDYH',
'15'
],
[
'HTML::Widgets::Search',
'R',
'd',
'p',
'O',
'?',
'Perl module for building searches returning',
'FRANKIE',
'15'
],
[
'Net::Z3950',
'R',
'm',
'c',
'O',
'?',
'OO interface (ZOOM) to Yaz Z39.50 toolkit',
'MIRK',
'5'
],
[
'POE::Component::RSS',
'b',
'd',
'p',
'?',
'b',
'Event based RSS interface',
'SUNGO',
'6'
],
[
'POE::Component::SubWrapper',
'b',
'd',
'p',
'?',
'b',
'Event based Module interface',
'SUNGO',
'6'
],
[
'OLE::Storage_Lite',
'a',
'd',
'p',
'O',
'?',
'Simple Class for OLE document interface',
'JMCNAMARA',
'7'
],
[
'Solaris::InstallDB',
'b',
'd',
'p',
'?',
'?',
'Searches for Solaris package/system info',
'CHRISJ',
'4'
],
[
'Solaris::Package',
'b',
'd',
'p',
'O',
'?',
'Access a Solaris package pkginfo file',
'CHRISJ',
'4'
],
[
'Solaris::Contents',
'b',
'd',
'p',
'?',
'?',
'Access a Solaris contents file',
'CHRISJ',
'4'
],
[
'Crypt::ECB',
'M',
'd',
'p',
'h',
'?',
'ECB mode for Crypt::DES, Blowfish, etc.',
'APPEL',
'14'
],
[
'Python',
'b',
'm',
'c',
'f',
'?',
'Interface Python API (for embedded python)',
'GAAS',
'9'
],
[
'Python::Object',
'b',
'm',
'c',
'O',
'?',
'Wrapper for python objects',
'GAAS',
'9'
],
[
'Python::Err',
'b',
'm',
'c',
'O',
'?',
'Wrapper for python exceptions',
'GAAS',
'9'
],
[
'Image::Info',
'R',
'd',
'p',
'O',
'?',
'Extract meta information from image files',
'TELS',
'18'
],
[
'Astro::Sunrise',
'R',
'd',
'p',
'f',
'p',
'Computes sunrise/sunset for a given day',
'RKHILL',
'23'
],
[
'Getopt::Tiny',
'R',
'd',
'p',
'r',
'a',
'Table of references interface, auto usage()',
'MUIR',
'12'
],
[
'File::BasicFlock',
'R',
'd',
'p',
'f',
'o',
'Simple flock() wrapper',
'MUIR',
'10'
],
[
'Pod::Hlp',
'R',
'd',
'p',
'O',
'?',
'Convert POD to formatted VMS Help text',
'PVHP',
'26'
],
[
'Quantum::Superpositions',
'R',
'd',
'p',
'f',
'p',
'Conjunctive & Disjunctive logic for Perl5',
'LEMBARK',
'6'
],
[
'Class::Contract',
'R',
'd',
'p',
'O',
'?',
'Design-by-Contract OO in Perl.',
'GGOEBEL',
'6'
],
[
'Class::WhiteHole',
'R',
'd',
'p',
'O',
'?',
'Treat unhandled method calls as errors',
'MSCHWERN',
'6'
],
[
'End',
'R',
'd',
'p',
'O',
'?',
'Generalized END {}.',
'ABIGAIL',
'2'
],
[
'Devel::Modlist',
'R',
'd',
'p',
'f',
'?',
'Collect module use information',
'RJRAY',
'3'
],
[
'Net::SSL',
'R',
'd',
'c',
'O',
'?',
'Glue that enables LWP to access https URIs',
'CHAMAS',
'5'
],
[
'Tie::Cycle',
'R',
'd',
'p',
'O',
'?',
'Cycle through a list of values via a scalar.',
'BDFOY',
'6'
],
[
'Net::LDAP::Extension::eDirectoryPassword',
'b',
'd',
'p',
'O',
'b',
'LDAPv3 extension for eDirectory passwords',
'GHALSE',
'23'
],
[
'Data::JavaScript',
'R',
'd',
'p',
'r',
'?',
'Dumps structures into JavaScript code',
'SCHOP',
'6'
],
[
'Parse::YALALR',
'b',
'd',
'p',
'O',
'?',
'Yet Another LALR parser',
'SFINK',
'11'
],
[
'Parse::Vipar',
'b',
'd',
'p',
'O',
'?',
'Visual LALR parser debugger',
'SFINK',
'11'
],
[
'Net::Pager',
'R',
'd',
'p',
'O',
'?',
'Send Numeric/AlphaNumeric Pages to any pager',
'ROOTLEVEL',
'5'
],
[
'Net::Whois',
'R',
'd',
'p',
'O',
'p',
'Get+parse "whois" domain data from InterNIC',
'DHUDES',
'5'
],
[
'Net::XWhois',
'R',
'd',
'p',
'O',
'?',
'Whois Client Interface for Perl5.',
'AUGIE',
'5'
],
[
'GraphViz',
'R',
'd',
'p',
'O',
'p',
'Interface to the GraphViz graphing tool',
'LBROCARD',
'18'
],
[
'Font::Fret',
'R',
'd',
'p',
'O',
'?',
'Fret - Font REporting Tool',
'MHOSKEN',
'11'
],
[
'Math::Libm',
'R',
'd',
'c',
'O',
'?',
'Perl extension for the C math library, libm',
'DSLEWART',
'6'
],
[
'RDF::Service',
'a',
'm',
'p',
'O',
'?',
'RDF API with DBI and other backends',
'JONAS',
'11'
],
[
'Locale::Maketext',
'R',
'd',
'p',
'O',
'p',
'Framework for software localization',
'FERREIRA',
'13'
],
[
'Locale::PO',
'R',
'd',
'p',
'O',
'p',
'Manipulate .po entries from gettext',
'KEN',
'13'
],
[
'Inline',
'b',
'd',
'p',
'?',
'p',
'Write Perl subroutines in other languages',
'INGY',
'2'
],
[
'Class::BlackHole',
'R',
'd',
'p',
'O',
'p',
'treat unhandled method calls as no-op',
'SBURKE',
'6'
],
[
'Class::Classless',
'M',
'd',
'p',
'O',
'p',
'Framework for classless OOP',
'SBURKE',
'6'
],
[
'Class::ISA',
'M',
'd',
'p',
'f',
'p',
'Report the search path thru an ISA tree',
'SMUELLER',
'6'
],
[
'Business::US_Amort',
'M',
'd',
'p',
'h',
'p',
'US-style loan amortization calculations',
'SBURKE',
'23'
],
[
'Games::Alak',
'R',
'd',
'p',
'f',
'p',
'a simple gomoku-like game',
'AVIF',
'23'
],
[
'Games::Dissociate',
'M',
'd',
'p',
'f',
'p',
'a Dissociated Press algorithm and filter',
'AVIF',
'23'
],
[
'Games::Worms',
'R',
'd',
'p',
'O',
'p',
'A life simulator for Conway/Patterson worms',
'AVIF',
'23'
],
[
'Mac::FileSpec::Unixish',
'M',
'd',
'p',
'f',
'p',
'Unixish-compatability in filespecs',
'SBURKE',
'4'
],
[
'Tree::DAG_Node',
'M',
'd',
'p',
'O',
'p',
'base class for trees',
'COGENT',
'6'
],
[
'Lingua::EN::Numbers::Ordinate',
'R',
'd',
'p',
'f',
'p',
'go from cardinal (53) to ordinal (53rd)',
'SBURKE',
'11'
],
[
'HTML::Tagset',
'R',
'd',
'p',
'f',
'p',
'data tables useful in parsing HTML',
'PETDANCE',
'15'
],
[
'Tk::TextANSIColor',
'b',
'd',
'p',
'O',
'p',
'use ANSI color codes in Text widget',
'TJENNESS',
'8'
],
[
'Tk::Autoscroll',
'a',
'd',
'p',
'f',
'p',
'Alternative way to scroll',
'SREZIC',
'8'
],
[
'Tk::Axis',
'R',
'm',
'p',
'O',
'?',
'Canvas with Axes',
'TKML',
'8'
],
[
'Tk::CheckBox',
'R',
'd',
'p',
'O',
'?',
'A radio button widget that uses a checkmark',
'DKWILSON',
'8'
],
[
'Tk::ChildNotification',
'R',
'd',
'p',
'O',
'?',
'Alert widget when child is created',
'DKWILSON',
'8'
],
[
'Tk::Clock',
'R',
'd',
'p',
'O',
'p',
'Canvas based Clock widget',
'HMBRAND',
'8'
],
[
'Tk::Cloth',
'R',
'd',
'p',
'O',
'?',
'Object interface to Tk::Canvas and items',
'SREZIC',
'8'
],
[
'Tk::Columns',
'R',
'd',
'p',
'O',
'?',
'Multi column lists w/ resizable borders',
'DKWILSON',
'8'
],
[
'Tk::ComboEntry',
'R',
'd',
'p',
'O',
'?',
'Drop down list + entry widget',
'DKWILSON',
'8'
],
[
'Tk::ContextHelp',
'a',
'd',
'p',
'O',
'p',
'A context-sensitive help system',
'SREZIC',
'8'
],
[
'Tk::Dial',
'R',
'm',
'p',
'O',
'?',
'An alternative to the Scale widget',
'TKML',
'8'
],
[
'Tk::Date',
'b',
'd',
'p',
'O',
'p',
'A date/time widget',
'SREZIC',
'8'
],
[
'Tk::Enscript',
'c',
'd',
'p',
'f',
'p',
'Create postscript from text files using Tk',
'SREZIC',
'8'
],
[
'Tk::FcyEntry',
'a',
'd',
'p',
'O',
'?',
'Entry with bg color depending on -state',
'YEWENBIN',
'8'
],
[
'Tk::FileDialog',
'R',
'd',
'p',
'O',
'?',
'A highly configurable file selection widget',
'BPOWERS',
'8'
],
[
'Tk::FileEntry',
'a',
'd',
'p',
'O',
'?',
'Primitive clone of Tix FileEntry widget',
'YEWENBIN',
'8'
],
[
'Tk::FireButton',
'R',
'd',
'p',
'O',
'?',
'Keeps invoking callback when pressed',
'SREZIC',
'8'
],
[
'Tk::FlatCheckbox',
'a',
'd',
'p',
'O',
'p',
'A checkbox suitable for flat reliefs',
'SREZIC',
'8'
],
[
'Tk::FontDialog',
'b',
'd',
'p',
'O',
'p',
'A font dialog widget for perl/Tk',
'SREZIC',
'8'
],
[
'Tk::Getopt',
'a',
'd',
'p',
'O',
'p',
'Configuration interface to Getopt::Long',
'SREZIC',
'8'
],
[
'Tk::HistEntry',
'a',
'd',
'p',
'O',
'p',
'An entry widget with history capability',
'SREZIC',
'8'
],
[
'Tk::HTML',
'?',
'?',
'?',
'?',
'?',
'View HTML in a Tk Text widget',
'TKML',
'0'
],
[
'Tk::IconCanvas',
'R',
'd',
'p',
'O',
'?',
'Canvas with movable iconic interface',
'DKWILSON',
'8'
],
[
'Tk::JPEG',
'R',
'd',
'c',
'O',
'?',
'JPEG loader for Tk::Photo',
'TKML',
'8'
],
[
'Tk::LockDisplay',
'R',
'd',
'p',
'O',
'p',
'Screen saver/lock widget with animation',
'LUSOL',
'8'
],
[
'Tk::Login',
'c',
'd',
'p',
'O',
'?',
'A Login widget (name, passwd, et al)',
'BPOWERS',
'8'
],
[
'Tk::Menustrip',
'R',
'd',
'p',
'O',
'?',
'Another MenuBar',
'DKWILSON',
'8'
],
[
'Tk::More',
'a',
'd',
'p',
'O',
'?',
'A more (or less) like text widget',
'SREZIC',
'8'
],
[
'Tk::Multi',
'R',
'd',
'p',
'O',
'p',
'Manages several Text or Canvas widgets',
'DDUMONT',
'8'
],
[
'Tk::NumEntry',
'R',
'd',
'p',
'O',
'?',
'Numerical entry widget with up/down buttons',
'SREZIC',
'8'
],
[
'Tk::ObjScanner',
'R',
'd',
'p',
'O',
'?',
'Tk data or object scanner',
'DDUMONT',
'8'
],
[
'Tk::Olwm',
'R',
'm',
'p',
'O',
'?',
'Interface to OpenLook toplevels properties',
'TKML',
'8'
],
[
'Tk::Pane',
'R',
'd',
'p',
'O',
'?',
'A Frame that can be scrolled',
'TKML',
'8'
],
[
'Tk::PNG',
'R',
'd',
'c',
'O',
'?',
'PNG loader for Tk::Photo',
'TKML',
'8'
],
[
'Tk::Pod',
'b',
'm',
'p',
'O',
'p',
'POD browser toplevel widget',
'TKML',
'8'
],
[
'Tk::ProgressBar',
'R',
'd',
'p',
'O',
'?',
'Status/progress bar',
'TKML',
'8'
],
[
'Tk::ProgressMeter',
'c',
'd',
'p',
'O',
'?',
'Simple thermometer-style widget w/callbacks',
'BPOWERS',
'8'
],
[
'Tk::RotCanvas',
'R',
'd',
'p',
'O',
'?',
'Canvas with arbitrary rotation support',
'AQUMSIEH',
'8'
],
[
'Tk::SplitFrame',
'R',
'd',
'p',
'O',
'?',
'A sliding separator for two child widgets',
'DKWILSON',
'8'
],
[
'Tk::TabFrame',
'R',
'd',
'p',
'O',
'?',
'A tabbed frame geometry manager',
'DKWILSON',
'8'
],
[
'Tk::TabbedForm',
'R',
'd',
'p',
'O',
'?',
'Ext. TabFrame, allowing managed subwidgets',
'DKWILSON',
'8'
],
[
'Tk::TableEdit',
'R',
'd',
'p',
'O',
'?',
'Simplified interface to a flat file database',
'DKWILSON',
'8'
],
[
'Tk::TableMatrix',
'b',
'd',
'c',
'O',
'?',
'Display data in Table/Spreadsheet format',
'CERNEY',
'8'
],
[
'Tk::TiedListbox',
'R',
'm',
'p',
'O',
'?',
'Gang together Listboxes',
'TKML',
'8'
],
[
'Tk::TFrame',
'R',
'd',
'p',
'O',
'?',
'A Frame with a title',
'SREZIC',
'8'
],
[
'Tk::TIFF',
'a',
'd',
'p',
'O',
'p',
'TIFF loader for Tk::Photo',
'SREZIC',
'8'
],
[
'Tk::Tree',
'R',
'd',
'p',
'O',
'?',
'Create and manipulate Tree widgets',
'CTDEAN',
'8'
],
[
'Tk::TreeGraph',
'R',
'd',
'p',
'O',
'p',
'Widget to draw a tree in a Canvas',
'DDUMONT',
'8'
],
[
'Tk::WaitBox',
'R',
'd',
'p',
'O',
'?',
'A Wait dialog, of the "Please Wait" variety',
'BPOWERS',
'8'
],
[
'Tk::XMLViewer',
'a',
'd',
'p',
'O',
'p',
'Tk widget to display XML',
'SREZIC',
'8'
],
[
'Log::Dispatch::ToTk',
'R',
'd',
'p',
'O',
'p',
'Interface class between Log::Dispatch and Tk',
'DDUMONT',
'8'
],
[
'Log::Dispatch::TkText',
'R',
'd',
'p',
'O',
'p',
'Text widget to log Log::Dispatch messages',
'DDUMONT',
'8'
],
[
'Puppet::Body',
'a',
'd',
'p',
'O',
'?',
'Base class for persistent data',
'DDUMONT',
'8'
],
[
'Puppet::Log',
'b',
'd',
'p',
'O',
'?',
'Logging facility based on Tk',
'DDUMONT',
'8'
],
[
'Puppet::Any',
'a',
'd',
'p',
'O',
'?',
'Base class for an optionnal GUI',
'DDUMONT',
'8'
],
[
'Puppet::VcsTools::History',
'b',
'd',
'p',
'O',
'?',
'VCS (RCS HMS) history viewer based on Canvas',
'DDUMONT',
'8'
],
[
'Puppet::VcsTools::File',
'a',
'd',
'p',
'O',
'?',
'VCS (RCS HMS) file manager',
'DDUMONT',
'8'
],
[
'DBIx::XML_RDB',
'?',
'?',
'?',
'?',
'?',
'Creates XML from DBI datasources',
'MSERGEANT',
'7'
],
[
'XML::DOM',
'b',
'm',
'p',
'O',
'p',
'Implements Level 1 of W3\'s DOM',
'TJMATHER',
'11'
],
[
'XML::Dumper',
'a',
'm',
'p',
'O',
'?',
'Converts XML from/to Perl code',
'MIKEWONG',
'11'
],
[
'XML::Encoding',
'?',
'?',
'?',
'?',
'?',
'Parses encoding map XML files',
'COOPERCL',
'11'
],
[
'XML::Edifact',
'?',
'?',
'?',
'?',
'?',
'Scripts for translating EDIFACT into XML',
'KRAEHE',
'11'
],
[
'XML::Generator',
'b',
'd',
'p',
'O',
'p',
'Generates XML documents',
'BHOLZMAN',
'11'
],
[
'XML::Grove',
'R',
'm',
'p',
'O',
'p',
'Flexible lightweight mid-level XML objects',
'KMACLEOD',
'11'
],
[
'XML::miniXQL',
'?',
'?',
'?',
'?',
'?',
'Simplistic XQL-like search using streams',
'MSERGEANT',
'11'
],
[
'XML::Parser',
'b',
'm',
'c',
'O',
'?',
'Flexible fast parser with plug-in styles',
'COOPERCL',
'11'
],
[
'XML::QL',
'?',
'?',
'?',
'?',
'?',
'Implements the XML Query Language',
'MSERGEANT',
'11'
],
[
'XML::Registry',
'a',
'm',
'p',
'O',
'?',
'Implements a generic XML registry',
'EISEN',
'11'
],
[
'XML::Writer',
'M',
'd',
'p',
'O',
'p',
'Module for writing XML documents',
'JOSEPHW',
'11'
],
[
'XML::XQL',
'a',
'm',
'p',
'O',
'p',
'Performs XQL queries on XML object trees',
'TJMATHER',
'11'
],
[
'Frontier::RPC',
'?',
'?',
'?',
'?',
'?',
'Performs Remote Procedure Calls using XML',
'KMACLEOD',
'11'
],
[
'CGI::XML',
'a',
'm',
'p',
'O',
'?',
'Convert CGI.pm variables to/from XML',
'EISEN',
'15'
],
[
'Algorithm::Graphs::TransitiveClosure',
'R',
'd',
'p',
'O',
'?',
'Calculates the transitive closure',
'ABIGAIL',
'6'
],
[
'Net::SNMP::Interfaces',
'R',
'd',
'p',
'O',
'p',
'Obtain IfTable entries via SNMP',
'JSTOWE',
'5'
],
[
'DBIx::DBSchema',
'b',
'm',
'p',
'O',
'p',
'Database-independent schema objects',
'IVAN',
'7'
],
[
'FCGI::ProcManager',
'b',
'd',
'p',
'O',
'?',
'A FastCGI process manager',
'JURACH',
'15'
],
[
'File::Searcher',
'b',
'd',
'p',
'O',
'?',
'Search filetree do search/replace regexes',
'ASTUBBS',
'10'
],
[
'File::Searcher::Interactive',
'b',
'd',
'p',
'O',
'?',
'Interactive search do search/replace regexes',
'ASTUBBS',
'10'
],
[
'Text::FastTemplate',
'b',
'd',
'p',
'O',
'g',
'Perl subs from line-oriented templates',
'BOZZIO',
'11'
],
[
'HTTP::GHTTP',
'R',
'd',
'c',
'O',
'?',
'Perl interface to the gnome ghttp library',
'MSERGEANT',
'15'
],
[
'XML::XPath',
'R',
'd',
'p',
'O',
'?',
'A set of modules for parsing and evaluating',
'MSERGEANT',
'11'
],
[
'Time::Seconds',
'R',
'd',
'c',
'O',
'?',
'API to convert seconds to other date values',
'MSERGEANT',
'6'
],
[
'Apache::AxKit',
'M',
'm',
'c',
'O',
'o',
'XML Application Server for Apache',
'MSERGEANT',
'15'
],
[
'Apache::Reload',
'R',
'd',
'p',
'O',
'?',
'Reload changed modules (extending StatINC)',
'APML',
'15'
],
[
'XML::PYX',
'R',
'd',
'p',
'O',
'?',
'XML to PYX generator',
'MSERGEANT',
'11'
],
[
'XML::XSLT',
'b',
'd',
'p',
'O',
'p',
'Process XSL Transformational sheets',
'JSTOWE',
'11'
],
[
'XML::TreeBuilder',
'R',
'd',
'p',
'O',
'p',
'Build a tree of XML::Element objects',
'JGOFF',
'11'
],
[
'XML::Sablotron',
'R',
'd',
'c',
'O',
'o',
'Interface to the Sablotron XSLT processor',
'PAVELH',
'11'
],
[
'XML::PPD',
'R',
'd',
'p',
'O',
'?',
'PPD file format and XML parsing elements',
'MURRAY',
'11'
],
[
'XML::Element',
'R',
'd',
'p',
'O',
'p',
'XML elements with the same interface as HTML',
'JGOFF',
'11'
],
[
'XML::Doctype',
'R',
'd',
'p',
'O',
'?',
'A DTD object class',
'RBS',
'11'
],
[
'XML::Catalog',
'R',
'd',
'p',
'O',
'p',
'Resolve public identifiers and remap system',
'EBOHLMAN',
'11'
],
[
'XML::AutoWriter',
'R',
'd',
'p',
'O',
'?',
'DOCTYPE based XML output',
'RBS',
'11'
],
[
'Pod::XML',
'R',
'd',
'p',
'O',
'?',
'Generate XML from POD',
'MSERGEANT',
'26'
],
[
'Inline::CPR',
'a',
'd',
'p',
'n',
'?',
'C Perl Run - Embed Perl in C, ala Inline',
'INGY',
'2'
],
[
'Inline::C',
'b',
'd',
'p',
'n',
'p',
'Write Perl subroutines in C',
'INGY',
'2'
],
[
'Inline::CPP',
'b',
'd',
'p',
'O',
'?',
'Easy implementation of C++ extensions',
'NEILW',
'2'
],
[
'Inline::Python',
'a',
'd',
'c',
'O',
'?',
'Easy implementation of Python extensions',
'NEILW',
'2'
],
[
'Crypt::CipherSaber',
'R',
'd',
'p',
'O',
'p',
'OO module for CS-1 and CS-2 encryption',
'CHROMATIC',
'14'
],
[
'ex::constant::vars',
'R',
'd',
'p',
'h',
'?',
'Perl pragma to create readonly variables',
'CTWETEN',
'2'
],
[
'Pod::PP',
'a',
'd',
'p',
'O',
'a',
'A Pod pre-processor',
'RAM',
'26'
],
[
'XML::CSV',
'R',
'm',
'p',
'O',
'a',
'Transform comma separated values to XML',
'ISTERIN',
'11'
],
[
'MLDBM::Sync',
'R',
'd',
'p',
'r',
'p',
'MLDBM wrapper to serialize concurrent access',
'CHAMAS',
'7'
],
[
'Continuus',
'a',
'd',
'p',
'O',
'?',
'Interface to Continuus Code Management tool',
'HENKE',
'3'
],
[
'HTTP::WebTest',
'R',
'd',
'p',
'O',
'p',
'Testing static and dynamic web content',
'ILYAM',
'15'
],
[
'DBD::RDB',
'R',
'd',
'o',
'f',
'?',
'DBI driver for Oracle RDB (OpenVMS only)',
'ASTILLER',
'7'
],
[
'Set::CheckList',
'a',
'd',
'p',
'h',
'?',
'Maintain a list of "to-do" items',
'MIKO',
'6'
],
[
'Tk::Wizard::FileSystem',
'M',
'd',
'p',
'O',
'p',
'Tk::Wizard pages for user file/dir choices',
'LGODDARD',
'8'
],
[
'Bundle::Bugzilla',
'R',
'm',
'o',
'n',
'o',
'Bundle to load modules for Bugzilla',
'ZLIPTON',
'25'
],
[
'Mail::Box',
'R',
'm',
'p',
'O',
'p',
'Mail folder manager and MUA backend',
'MARKOV',
'19'
],
[
'Class::Delegate',
'b',
'd',
'p',
'O',
'?',
'Easy-to-use object delegation',
'KSTAR',
'6'
],
[
'Data::MultiValuedHash',
'R',
'd',
'p',
'O',
'p',
'Hash whose keys have multiple ordered values',
'DUNCAND',
'6'
],
[
'CGI::MultiValuedHash',
'b',
'd',
'p',
'O',
'p',
'Store and manipulate url-encoded data',
'DUNCAND',
'15'
],
[
'Mail::Vmailmgr',
'b',
'd',
'p',
'O',
'?',
'A Perl module to use Vmailmgr daemon',
'MARTIN',
'19'
],
[
'Class::StructTemplate',
'a',
'd',
'p',
'O',
'?',
'Facilitates creation of public class-data',
'HEIKOWU',
'6'
],
[
'Ganglia::Gmetric',
'a',
'd',
'p',
'O',
'p',
'Ganglia gmetric wrapper',
'FUNGUS',
'16'
],
[
'Net::SMS',
'R',
'd',
'p',
'O',
'p',
'Send SMS wireless text-messages.',
'ROOTLEVEL',
'5'
],
[
'Net::SMS::Genie',
'R',
'd',
'p',
'O',
'p',
'Send SMS messages using the Genie gateway',
'AWRIGLEY',
'5'
],
[
'Class::ParamParser',
'R',
'd',
'p',
'O',
'p',
'Provides complex parameter list parsing',
'DUNCAND',
'6'
],
[
'HTML::EasyTags',
'R',
'd',
'p',
'O',
'p',
'Make well-formed XHTML or HTML 4 tags, lists',
'DUNCAND',
'15'
],
[
'Shockwave::Lingo',
'i',
'?',
'?',
'?',
'?',
'Collection of modules for Lingo processing',
'MARTIN',
'9'
],
[
'Class::ObjectTemplate',
'R',
'd',
'p',
'O',
'p',
'Optimized template builder base class',
'JASONS',
'6'
],
[
'Class::ObjectTemplate::DB',
'R',
'd',
'p',
'O',
'p',
'Template base class for database objects',
'JASONS',
'6'
],
[
'Bio::Genex',
'R',
'm',
'p',
'O',
'o',
'Store, manipulate gene expression data',
'JASONS',
'23'
],
[
'POE::Component::UserBase',
'R',
'd',
'p',
'O',
'?',
'A component to manage user authentication',
'JGOFF',
'6'
],
[
'CGI::SSI_Parser',
'b',
'd',
'p',
'f',
'?',
'Implement SSI for Perl CGI',
'VADIM',
'15'
],
[
'VMS::Fileutils::Root',
'R',
'd',
'p',
'O',
'?',
'Evade VMS\'s 8 level directory restrictions',
'CLANE',
'4'
],
[
'VMS::Fileutils::SafeName',
'R',
'd',
'p',
'f',
'?',
'Transform filenames to "VMS safe" form',
'CLANE',
'4'
],
[
'Math::FFT',
'a',
'd',
'c',
'O',
'p',
'Perl extension for Fast Fourier Transforms',
'RKOBES',
'6'
],
[
'AltaVista::PerlSDK',
'a',
'd',
'c',
'f',
'?',
'Utilize the AltaVista Search Developer\'s Kit',
'BWILLIAM',
'24'
],
[
'Win32::OLE::OPC',
'R',
'd',
'p',
'O',
'?',
'Ole for Process Control Server Interface',
'MARTINTO',
'22'
],
[
'HTML::FormTemplate',
'b',
'd',
'p',
'O',
'p',
'Make data-defined persistant forms, reports',
'DUNCAND',
'15'
],
[
'Authen::Krb5::Easy',
'b',
'd',
'c',
'f',
'p',
'Easy krb5 client interface using krb libs.',
'SCHALLEE',
'14'
],
[
'Term::ANSIScreen',
'b',
'd',
'p',
'f',
'?',
'Terminal control using ANSI escape sequences',
'AUTRIJUS',
'8'
],
[
'Games::AIBots',
'b',
'm',
'p',
'O',
'p',
'An improved clone of A.I.Wars in Perl',
'AUTRIJUS',
'23'
],
[
'OurNet',
'R',
'm',
'h',
'h',
'p',
'Interface to BBS-based groupware platforms',
'AUTRIJUS',
'15'
],
[
'HPUX::Ioscan',
'b',
'd',
'p',
'h',
'p',
'Perl function to handle HPUX ioscan command',
'CWHITE',
'4'
],
[
'Tie::LDAP',
'b',
'd',
'p',
'r',
'?',
'Ties LDAP database to Perl hash',
'TAIY',
'6'
],
[
'Audio::SoundFile',
'a',
'd',
'c',
'O',
'?',
'Sound I/O based on libsndfile, PDL interface',
'TAIY',
'23'
],
[
'CGI::SecureState',
'R',
'd',
'p',
'O',
'p',
'Securely stores CGI parameters',
'BEHROOZI',
'15'
],
[
'AI::Gene::Sequence',
'R',
'd',
'p',
'O',
'?',
'Base class of mutation methods +gene grammar',
'AJGOUGH',
'23'
],
[
'AI::Gene::Simple',
'R',
'd',
'p',
'O',
'?',
'Base class of mutation methods',
'AJGOUGH',
'23'
],
[
'Data::Iterator',
'R',
'u',
'p',
'O',
'?',
'Simple iteration over complex data strucures',
'HCAMP',
'6'
],
[
'Crypt::PGPSimple',
'c',
'd',
'p',
'O',
'?',
'Basic interface to PGP',
'JHINKLE',
'14'
],
[
'Net::HTTPTunnel',
'a',
'd',
'p',
'O',
'?',
'Tunnel through HTTP proxies with CONNECT',
'RWAHBY',
'5'
],
[
'Tie::CharArray',
'R',
'd',
'p',
'r',
'p',
'Manipulate strings as arrays of characters',
'ILTZU',
'6'
],
[
'Time::Stopwatch',
'R',
'd',
'p',
'r',
'p',
'Tied variables that count seconds',
'ILTZU',
'6'
],
[
'Text::Substitute',
'a',
'd',
'p',
'f',
'?',
'Runtime backslash sequence substitution',
'ILTZU',
'11'
],
[
'Convert::GeekCode',
'b',
'd',
'p',
'h',
'p',
'Convert and generate geek code sequences',
'AUTRIJUS',
'11'
],
[
'Convert::IBM390',
'R',
'd',
'h',
'f',
'p',
'Convert data from/to S/390 representations',
'GROMMEL',
'17'
],
[
'Net::Gnutella',
'b',
'd',
'p',
'O',
'?',
'Gnutella network (v0.4) interface',
'IWADE',
'5'
],
[
'CGI::State',
'b',
'd',
'p',
'f',
'?',
'CGI params into multi-dimensional hash',
'DKUBB',
'15'
],
[
'Image::Imlib2',
'R',
'd',
'c',
'O',
'p',
'Interface to the Imlib2 image library',
'LBROCARD',
'18'
],
[
'HTML::LoL',
'R',
'd',
'p',
'f',
'?',
'Construct HTML from Perl data structures',
'BOBG',
'15'
],
[
'Convert::Morse',
'R',
'd',
'p',
'f',
'p',
'Convert from/to Morse code (.--. . .-. .-..)',
'TELS',
'17'
],
[
'Tie::RangeHash',
'R',
'd',
'p',
'h',
'p',
'Hashes with \'low,high\' ranges as keys',
'RRWO',
'6'
],
[
'CGI::SSI',
'R',
'd',
'p',
'O',
'?',
'Use SSI from CGI scripts',
'JAMES',
'15'
],
[
'Config::Ini',
'R',
'd',
'p',
'O',
'p',
'Accesses Windows .ini and .reg files',
'AVATAR',
'12'
],
[
'Convert::RACE',
'b',
'd',
'p',
'f',
'?',
'Conversion between Unicode and RACE',
'MIYAGAWA',
'17'
],
[
'Quantum::Entanglement',
'R',
'd',
'p',
'h',
'?',
'QM entanglement of variables in perl',
'AJGOUGH',
'6'
],
[
'POE::Component::WWW::Google::PageRank',
'b',
'd',
'p',
'O',
'p',
'non-blocking wrapper WWW::Google::PageRank',
'ZOFFIX',
'15'
],
[
'POE::Component::WWW::YouTube::VideoURI',
'b',
'd',
'p',
'O',
'p',
'non-blocking wrapper WWW::YouTube::VideoURI',
'ZOFFIX',
'15'
],
[
'Music::GUIDO',
'c',
'd',
'p',
'O',
'?',
'Reads, writes, and manipulates GUIDO scores',
'KARLWARD',
'23'
],
[
'SQL::Generator',
'a',
'd',
'p',
'O',
'g',
'Generate SQL-queries via OO perl',
'MUENALAN',
'11'
],
[
'Apache::ASP::Lite',
'i',
'm',
'p',
'O',
'?',
'Lightweight IIS emulation under Apache',
'FERGUSOR',
'15'
],
[
'Math::BooleanEval',
'b',
'd',
'p',
'O',
'?',
'Parsing and evaluating Boolean expressions',
'MIKO',
'6'
],
[
'Date::Tolkien::Shire',
'R',
'd',
'p',
'O',
'p',
'J.R.R. Tolkien\'s hobbit calendar',
'TBRAUN',
'6'
],
[
'Algorithm::SISort',
'R',
'd',
'c',
'r',
'p',
'Select And Insert sorting algorithm',
'HRAFNKELL',
'6'
],
[
'Net::SSH::Perl',
'b',
'd',
'p',
'O',
'p',
'Perl client Interface to SSH',
'DBROBINS',
'5'
],
[
'Tk::ObjEditor',
'R',
'd',
'p',
'O',
'?',
'Tk widget to edit data or objects',
'DDUMONT',
'8'
],
[
'Tk::ObjEditorDialog',
'R',
'd',
'p',
'O',
'?',
'Tk popup dialog to edit data or objects',
'DDUMONT',
'8'
],
[
'Lingua::Preferred',
'R',
'd',
'p',
'f',
'?',
'Pick a language based on user\'s preferences',
'EDAVIS',
'11'
],
[
'DBD::DtfSQLmac',
'R',
'd',
'p',
'O',
'?',
'dtF/SQL (Mac OS edition) driver for DBI',
'TWEGNER',
'7'
],
[
'Mac::DtfSQL',
'R',
'd',
'c',
'f',
'?',
'Perl interface to the dtF/SQL DB engine',
'TWEGNER',
'4'
],
[
'Embedix::DB',
'b',
'd',
'p',
'O',
'?',
'persistence for ECDs',
'BEPPU',
'23'
],
[
'WWW::Search::FirstGov',
'R',
'd',
'p',
'O',
'?',
'Backend class for searching FirstGov.gov',
'SUTCH',
'15'
],
[
'MP3::Daemon',
'b',
'd',
'p',
'O',
'p',
'A daemon that possesses mpg123',
'BEPPU',
'23'
],
[
'Apache::CVS',
'b',
'd',
'p',
'O',
'?',
'Apache PerlContentHandler for CVS',
'BARBEE',
'15'
],
[
'CGI::FormMagick',
'b',
'm',
'p',
'O',
'p',
'FormMagick',
'MITEL',
'15'
],
[
'Tie::RegexpHash',
'a',
'd',
'p',
'h',
'a',
'Use regular expressions as hash keys',
'RRWO',
'6'
],
[
'Tie::AliasHash',
'R',
'd',
'p',
'r',
'p',
'Hash with key aliases',
'ACALPINI',
'6'
],
[
'Inline::Tcl',
'a',
'd',
'c',
'f',
'?',
'Write Perl subroutines in Tcl',
'RRS',
'2'
],
[
'Math::Polynomial::Solve',
'R',
'd',
'p',
'f',
'p',
'Solve polynomials',
'JGAMBLE',
'6'
],
[
'Digest::UserSID',
'R',
'd',
'p',
'h',
'o',
'Managing session-id\'s with Digest::SHA1',
'XWOLF',
'14'
],
[
'Net::Ping::External',
'b',
'd',
'p',
'f',
'p',
'Cross-platform interface to "ping" utilities',
'COLINM',
'5'
],
[
'Audio::Mixer',
'b',
'd',
'c',
'f',
'?',
'Sound mixer control using ioctl',
'SERGEY',
'23'
],
[
'Crypt::TEA',
'R',
'd',
'c',
'O',
'a',
'Tiny Encryption Algorithm',
'AMS',
'14'
],
[
'Crypt::DSA',
'b',
'd',
'p',
'O',
'p',
'DSA signatures and key generation',
'BTROTT',
'14'
],
[
'Pod::HTML2Pod',
'R',
'd',
'p',
'O',
'p',
'Translate HTML into POD',
'SBURKE',
'26'
],
[
'Math::BigIntFast',
'R',
'a',
'c',
'O',
'p',
'Efficient big integer arithmetic (in C)',
'STBEY',
'6'
],
[
'Oracle::OCI',
'b',
'm',
'c',
'r',
'?',
'Raw interface to the Oracle OCI API',
'TIMB',
'7'
],
[
'Alzabo',
'R',
'd',
'p',
'O',
'p',
'A data modelling tool and RDBMS-OO mapper',
'DROLSKY',
'7'
],
[
'Benchmark::Timer',
'R',
'd',
'p',
'O',
'?',
'Perl code benchmarking tool',
'DCOPPIT',
'3'
],
[
'XML::Excel',
'R',
'm',
'p',
'O',
'a',
'Transform Excel spreadsheet data into XML',
'ISTERIN',
'11'
],
[
'Math::MatrixReal::Ext1',
'R',
'd',
'p',
'O',
'?',
'Convenience extensions for Math::MatrixReal',
'MSOUTH',
'6'
],
[
'Blatte',
'b',
'd',
'p',
'h',
'?',
'Utilities for Blatte language interpreters',
'BOBG',
'9'
],
[
'Blatte::Builtins',
'b',
'd',
'p',
'h',
'?',
'Blatte language standard intrinsics',
'BOBG',
'9'
],
[
'Blatte::Compiler',
'b',
'd',
'p',
'h',
'?',
'Convenient interface for compiling Blatte',
'BOBG',
'9'
],
[
'Blatte::Parser',
'b',
'd',
'p',
'h',
'?',
'Blatte language parser',
'BOBG',
'9'
],
[
'Blatte::Syntax',
'b',
'd',
'p',
'h',
'?',
'Internal Blatte parse-tree objects',
'BOBG',
'9'
],
[
'Blatte::Ws',
'b',
'd',
'p',
'h',
'?',
'Internal Blatte whitespace handler',
'BOBG',
'9'
],
[
'Blatte::HTML',
'b',
'd',
'p',
'h',
'?',
'Intrinsics for writing HTML in Blatte',
'BOBG',
'9'
],
[
'Cache::Cache',
'R',
'd',
'p',
'O',
'p',
'Generic cache interface and implementations',
'DCLINTON',
'17'
],
[
'HTTP::QuickBase',
'R',
'd',
'p',
'O',
'?',
'Wraps the QuickBase HTTP API',
'CVONROES',
'15'
],
[
'Gemstone',
'R',
'd',
'p',
'O',
'?',
'Interface to a GemStone object database',
'YOUD',
'7'
],
[
'FameHLI',
'b',
'd',
'c',
'f',
'g',
'Ports Fame\'s C-API to Perl',
'DAVEO',
'7'
],
[
'Net::ICal',
'a',
'm',
'p',
'O',
'p',
'RFC2445 (iCalendar) protocol tools',
'SRL',
'5'
],
[
'SystemC::Netlist',
'R',
'd',
'p',
'O',
'p',
'Build and lint netlist structures, AUTOs',
'WSNYDER',
'9'
],
[
'SystemC::Parser',
'R',
'd',
'p',
'O',
'p',
'Parse SystemC files',
'WSNYDER',
'9'
],
[
'POE::Component::WWW::Google::Calculator',
'b',
'd',
'p',
'O',
'p',
'non-blocking wrapper WWW::Google::Calculator',
'ZOFFIX',
'15'
],
[
'WWW::Search::Mininova',
'b',
'd',
'p',
'O',
'p',
'An interface to www.mininova.org website',
'ZOFFIX',
'15'
],
[
'Astro::SkyCat',
'c',
'd',
'+',
'O',
'p',
'Interface to ESO SkyCat library',
'TJENNESS',
'23'
],
[
'Carp::Datum',
'a',
'd',
'p',
'f',
'a',
'Debugging And Tracing Ultimate Module',
'SQUIRREL',
'3'
],
[
'CGI::Test',
'a',
'd',
'p',
'O',
'a',
'Off-line CGI test framework',
'MSHILTONJ',
'15'
],
[
'Crypt::NULL',
'R',
'd',
'p',
'O',
'a',
'NULL Encryption Algorithm',
'AMS',
'14'
],
[
'Set::Crontab',
'R',
'd',
'p',
'O',
'a',
'Expand crontab(5)-style integer lists',
'AMS',
'6'
],
[
'SystemC::Vregs',
'R',
'd',
'p',
'O',
'p',
'Build Registers, Classes, Enums from HTML',
'WSNYDER',
'9'
],
[
'Mail::ListDetector',
'b',
'd',
'p',
'O',
'?',
'Mailing list message detector',
'MSTEVENS',
'19'
],
[
'Crypt::OpenSSL::RSA',
'R',
'd',
'c',
'O',
'p',
'Interface to OpenSSL RSA methods',
'IROBERTS',
'14'
],
[
'Netscape::Bookmarks',
'b',
'd',
'p',
'?',
'?',
'Netscape bookmarks',
'BDFOY',
'15'
],
[
'Pod::DocBook',
'a',
'd',
'p',
'O',
'?',
'convert POD to and from DocBook',
'MBERENDS',
'26'
],
[
'Net::ParseWhois',
'R',
'm',
'p',
'O',
'?',
'Get+Parse "whois" domain data',
'ABEROHAM',
'5'
],
[
'WWW::Search::Ebay',
'R',
'd',
'p',
'O',
'p',
'search auctions on www.ebay.com',
'MTHURN',
'15'
],
[
'Tk::GridColumns',
'c',
'd',
'p',
'O',
'p',
'Columns widget for Tk using Tk::grid',
'MATTHIASW',
'8'
],
[
'News::NNTP',
'b',
'd',
'p',
'O',
'b',
'NNTP client module.',
'JNIXON',
'19'
],
[
'WWW::Search::Yahoo',
'R',
'd',
'p',
'O',
'?',
'search various flavors of www.yahoo.com',
'MTHURN',
'15'
],
[
'Language::ML',
'c',
'd',
'p',
'f',
'?',
'Implementation of ML',
'DSPARLING',
'9'
],
[
'File::VirtualPath',
'R',
'd',
'p',
'O',
'p',
'Portable abstraction of a file/dir/url path',
'DUNCAND',
'10'
],
[
'Syntax::Highlight::Perl',
'R',
'd',
'p',
'h',
'p',
'Perform syntax highlighting of Perl code',
'JOHNSCA',
'11'
],
[
'PostScript::PrinterFontMetrics',
'b',
'd',
'p',
'O',
'?',
'Get font metrics from .PFM files',
'JV',
'11'
],
[
'PostScript::BasicTypesetter',
'a',
'd',
'p',
'O',
'?',
'Basic typesetting functions',
'JV',
'11'
],
[
'PostScript::PseudoISO',
'R',
'd',
'p',
'O',
'?',
'Typesetting supprort',
'JV',
'11'
],
[
'PostScript::ISOLatin1Encoding',
'R',
'd',
'p',
'O',
'?',
'ISO Latin1 Encoding vector',
'JV',
'11'
],
[
'PostScript::StandardEncoding',
'R',
'd',
'p',
'f',
'?',
'Adobe Standard Encoding vector',
'JV',
'11'
],
[
'Crypt::DH',
'b',
'd',
'p',
'O',
'p',
'Diffie-Hellman key exchange system',
'BTROTT',
'14'
],
[
'Crypt::PassGen',
'a',
'd',
'p',
'f',
'p',
'Generate pronouncable passwords',
'TJENNESS',
'14'
],
[
'Finance::Streamer',
'a',
'd',
'p',
'O',
'p',
'interface to Datek Streamer',
'JERI',
'23'
],
[
'Data::Buffer',
'b',
'd',
'p',
'O',
'p',
'Read/write buffer class',
'BTROTT',
'6'
],
[
'Mail::PerlTix',
'c',
'm',
'p',
'O',
'?',
'Mail ticketing and transaction system',
'JJARVINEN',
'19'
],
[
'Win32::DriveInfo',
'R',
'd',
'p',
'f',
'?',
'drives on Win32 systems',
'MBLAZ',
'22'
],
[
'Text::xSV',
'b',
'd',
'p',
'O',
'?',
'Read CSV files, handling embedded returns',
'TILLY',
'11'
],
[
'Math::Fleximal',
'a',
'd',
'p',
'O',
'?',
'Arithmetic with any base representation',
'TILLY',
'6'
],
[
'POE::Component::Client::FTP',
'a',
'd',
'p',
'O',
'p',
'POE FTP client',
'MCHING',
'5'
],
[
'Crypt::OpenSSL::Random',
'b',
'd',
'c',
'O',
'p',
'Interface to OpenSSL PRNG methods',
'IROBERTS',
'14'
],
[
'Crypt::OpenSSL::BN',
'b',
'd',
'c',
'O',
'p',
'Interface to OpenSSL arithmetic',
'IROBERTS',
'14'
],
[
'NEXT',
'R',
'd',
'p',
'O',
'?',
'Perl5 implementation of NEXT (RFC190)',
'DCONWAY',
'2'
],
[
'Net::Server',
'b',
'd',
'p',
'O',
'p',
'Extensible (class) oriented internet server',
'RHANDOM',
'5'
],
[
'BabelObjects',
'c',
'd',
'p',
'f',
'?',
'Web Service Framework',
'KERMAGO',
'6'
],
[
'Class::Handler',
'b',
'd',
'p',
'O',
'?',
'Make Apache-like pseudoclass event handlers',
'NWIGER',
'6'
],
[
'Unix::Login',
'b',
'd',
'p',
'h',
'?',
'Customizable Unix login prompt / validation',
'NWIGER',
'4'
],
[
'Text::Header',
'b',
'd',
'p',
'f',
'?',
'Content-independent RFC 822 header functions',
'NWIGER',
'11'
],
[
'HTML::ActiveLink',
'b',
'd',
'p',
'O',
'?',
'Dynamically activate HTML links based on URL',
'NWIGER',
'15'
],
[
'DBIx::XMLMEssage',
'b',
'd',
'p',
'O',
'p',
'Exchange of XML messages between DBI sources',
'ANDREIN',
'7'
],
[
'Net::DHCP::Watch',
'b',
'd',
'p',
'O',
'p',
'A class for monitoring a remote DHCPD server',
'EJDRS',
'5'
],
[
'DBIx::Browse',
'b',
'd',
'p',
'O',
'g',
'A class to browse related tables via CGI/Web',
'EJDRS',
'7'
],
[
'Data::Lazy',
'R',
'd',
'p',
'r',
'p',
'provides "lazy" scalars, arrays and hashes',
'JENDA',
'6'
],
[
'Text::BarGraph',
'R',
'd',
'p',
'O',
'p',
'Generate text bar graph from data in a hash',
'KBAUCOM',
'11'
],
[
'Net::Peep',
'R',
'd',
'p',
'O',
'?',
'Clients for Peep: The Network Auralizer',
'STARKY',
'5'
],
[
'Digest::BubbleBabble',
'b',
'd',
'p',
'f',
'p',
'Create bubble-babble fingerprints',
'BTROTT',
'14'
],
[
'CGI::Portable',
'b',
'd',
'p',
'O',
'p',
'Framework for server-generic web apps',
'DUNCAND',
'15'
],
[
'Crypt::GOST',
'b',
'd',
'p',
'O',
'?',
'GOST encryption algorithm',
'AMS',
'14'
],
[
'Conjury::C',
'R',
'd',
'p',
'h',
'?',
'Generic software construction toolset',
'JWOODYATT',
'3'
],
[
'Conjury::Core',
'R',
'd',
'p',
'h',
'?',
'Generic software construction toolset',
'JWOODYATT',
'3'
],
[
'Conjury::Stage',
'R',
'd',
'p',
'h',
'?',
'Generic software construction toolset',
'JWOODYATT',
'3'
],
[
'Text::EtText',
'R',
'm',
'p',
'O',
'?',
'editable-text format for HTML output',
'JMASON',
'11'
],
[
'DBIx::XHTML_Table',
'M',
'd',
'p',
'O',
'p',
'SQL query result set to XML-based HTML table',
'JEFFA',
'7'
],
[
'Statistics::Test::WilcoxonRankSum',
'a',
'd',
'p',
'O',
'p',
'Wilcoxon (aka Mann-Whitney) rank sum test',
'INGRIF',
'6'
],
[
'Filter::Simple',
'R',
'd',
'p',
'O',
'?',
'Simplified source filtering',
'DCONWAY',
'2'
],
[
'Lingua::Romana::Perligata',
'R',
'd',
'p',
'O',
'?',
'Perl in Latin',
'DCONWAY',
'11'
],
[
'Attribute::Handlers',
'R',
'd',
'p',
'O',
'p',
'Simpler definition of attribute handlers',
'P5P',
'2'
],
[
'Regexp::Common',
'R',
'd',
'p',
'O',
'?',
'Provide commonly requested regular expr.',
'ABIGAIL',
'2'
],
[
'Regexp::Shellish',
'R',
'd',
'p',
'O',
'?',
'Shell-like regular expressions',
'RBS',
'2'
],
[
'Tk::Pgplot',
'b',
'd',
'c',
'f',
'p',
'Pgplot widget for Tk',
'CPHIL',
'8'
],
[
'Data::Denter',
'R',
'd',
'p',
'O',
'?',
'An alternative to Data::Dumper and Storable.',
'INGY',
'6'
],
[
'Tk::PathEntry',
'a',
'd',
'p',
'O',
'p',
'Entry for selecting paths with completion',
'SREZIC',
'8'
],
[
'SNMP::NPAdmin',
'a',
'd',
'p',
'O',
'?',
'Perl API to query printers via SNMP.',
'BOZZIO',
'5'
],
[
'Devel::Cover',
'a',
'd',
'c',
'h',
'p',
'Code coverage metrics for Perl',
'PJCJ',
'3'
],
[
'Class::Loader',
'b',
'd',
'p',
'O',
'?',
'Load modules & construct objects on demand.',
'VIPUL',
'6'
],
[
'Net::Hesiod',
'b',
'd',
'c',
'h',
'p',
'Interface to Hesiod library API',
'PAYERLE',
'5'
],
[
'Class::Date',
'R',
'd',
'h',
'O',
'p',
'A full-featured date and time class for perl',
'DLUX',
'6'
],
[
'Net::SMPP',
'R',
'd',
'p',
'O',
'p',
'Protocol for sending SMS (to GSM or CDMA).',
'SAMPO',
'5'
],
[
'DBIx::SchemaView',
'a',
'd',
'p',
'f',
'?',
'Retrieving and drawing of DB schema (Tk)',
'MILSO',
'7'
],
[
'DBIx::SystemCatalog',
'R',
'd',
'p',
'O',
'?',
'Accessing system catalog in common databases',
'MILSO',
'7'
],
[
'DBIx::dbMan',
'M',
'd',
'p',
'O',
'p',
'SQL database manipulating tool (also curses)',
'MILSO',
'7'
],
[
'Hints',
'R',
'd',
'p',
'O',
'p',
'Tools for access hints databases (tips)',
'MILSO',
'23'
],
[
'Math::Project',
'R',
'd',
'p',
'O',
'p',
'Compute intersection with upright line',
'MILSO',
'6'
],
[
'Net::DHCPClient',
'b',
'd',
'p',
'O',
'p',
'Interface to DHCP as a client',
'JWALGENB',
'5'
],
[
'DBI::Format',
'R',
'm',
'p',
'O',
'p',
'Defined display formats for data from DBI',
'TLOWERY',
'7'
],
[
'DBD::ADO',
'b',
'm',
'p',
'O',
'p',
'Database interface modules of MS ADO for DBI',
'SGOELDNER',
'7'
],
[
'Convert::PEM',
'b',
'd',
'p',
'O',
'p',
'Read/write encrypted ASN.1 PEM files',
'BTROTT',
'17'
],
[
'Language::DATR::DATR2XML',
'b',
'd',
'p',
'O',
'p',
'Convert DATR to XML and back, wth XSLT & DTD',
'LGODDARD',
'9'
],
[
'HTML::Lint',
'R',
'd',
'p',
'O',
'p',
'HTML validation module (& script)',
'PETDANCE',
'15'
],
[
'DB_File::DB_Database',
'R',
'd',
'p',
'O',
'n',
'DB_File to MultiField Table with Index',
'RANN',
'7'
],
[
'IO::Default',
'R',
'd',
'p',
'O',
'?',
'Replace select() with $DEFOUT, $DEFERR, $DEF',
'NWIGER',
'21'
],
[
'Time::Unix',
'R',
'd',
'p',
'O',
'?',
'Force time() to return secs since UNIX epoch',
'NWIGER',
'6'
],
[
'Regexp::Func',
'a',
'd',
'p',
'f',
'?',
'Replace =~, !~, m//, s/// with functions',
'NWIGER',
'2'
],
[
'POE::Component::IRC::Plugin::PAUSE::RecentUploads',
'b',
'd',
'p',
'O',
'p',
'PoCo::IRC plugin to report uploads to PAUSE',
'ZOFFIX',
'15'
],
[
'VMS::Mail',
'c',
'd',
'c',
'O',
'?',
'Perl module for accessing callable VMS mail',
'DNORTH',
'4'
],
[
'Class::ArrayObjects',
'R',
'd',
'p',
'h',
'p',
'Utility class for array based objects',
'RONAN',
'6'
],
[
'ReleaseAction',
'b',
'd',
'p',
'h',
'?',
'Trigger actions on destruction of a handle',
'TILLY',
'20'
],
[
'DBD::Excel',
'a',
'd',
'p',
'O',
'p',
'Excel database driver for the DBI module',
'KWITKNR',
'7'
],
[
'Time::TAI64',
'R',
'd',
'p',
'f',
'p',
'Time manipulation in the TAI64* formats',
'JOVAL',
'6'
],
[
'XMLI',
'b',
'd',
'p',
'O',
'a',
'Encapsulates XML drivers',
'ISTERIN',
'11'
],
[
'CSS::SAC',
'b',
'm',
'p',
'O',
'p',
'Perl implementation of the Simple API to CSS',
'BJOERN',
'11'
],
[
'Whitespace',
'M',
'd',
'p',
'O',
'p',
'Detect and cleanup bogus whitespace in files',
'RVAIDH',
'11'
],
[
'Algorithm::LUHN',
'R',
'd',
'p',
'f',
'?',
'Calculate mod 10 Double Add Double checksum',
'TAYERS',
'6'
],
[
'AudioCD',
'b',
'd',
'p',
'O',
'?',
'Extension for controlling Audio CDs',
'SDERLE',
'4'
],
[
'AudioCD::Mac',
'b',
'd',
'c',
'O',
'?',
'Extension for controlling Audio CDs on MacOS',
'AJFRY',
'4'
],
[
'AI::NeuralNet::SOM',
'a',
'd',
'p',
'O',
'p',
'Kohonen Self-Organizing Maps',
'VOISCHEV',
'23'
],
[
'FUSE::Server',
'R',
'm',
'p',
'O',
'p',
'Custom FUSE server creation',
'IAMCAL',
'16'
],
[
'Cmenu',
'b',
'd',
'p',
'f',
'g',
'Curses-based menu and data entry functions',
'DREWF',
'8'
],
[
'PDF',
'R',
'd',
'p',
'O',
'?',
'PDF access and manipulation in Perl',
'ANTRO',
'11'
],
[
'PDF::Core',
'R',
'd',
'p',
'O',
'?',
'Core Library for PDF library',
'ANTRO',
'11'
],
[
'PDF::Parse',
'R',
'd',
'p',
'O',
'?',
'parsing functions for PDF library',
'ANTRO',
'11'
],
[
'PDF::Create',
'R',
'm',
'p',
'O',
'd',
'Create PDF files',
'FTASSIN',
'11'
],
[
'PDF::Labels',
'R',
'd',
'p',
'O',
'p',
'Produce sheets of mailing labels in PDF',
'OWEN',
'11'
],
[
'Apache::Motd',
'R',
'd',
'p',
'h',
'p',
'Add motd functionality to Apache webserver',
'CRAMIREZ',
'15'
],
[
'Language::VBParser',
'a',
'd',
'p',
'?',
'g',
'Visual Basic 6 source parser',
'FRETT',
'11'
],
[
'Proc::Queue',
'M',
'd',
'p',
'f',
'p',
'limits number of concurrent forked processes',
'SALVA',
'4'
],
[
'ex::caution',
'b',
'd',
'p',
'p',
'p',
'Same as use warnings; use strict;',
'YVES',
'2'
],
[
'Win32::MultiMedia::Mci',
'c',
'd',
'c',
'h',
'?',
'An interface for the MCI system on Win32',
'THAMUS',
'22'
],
[
'Win32::MultiMedia::Joystick',
'c',
'd',
'c',
'h',
'?',
'An interface for game controllers on Win32',
'THAMUS',
'22'
],
[
'Data::Compare',
'R',
'd',
'p',
'O',
'?',
'Compare perl data structures',
'FTASSIN',
'6'
],
[
'Data::HexDump',
'R',
'd',
'p',
'O',
'?',
'Hexadecial Dumper',
'FTASSIN',
'6'
],
[
'Data::Hexdumper',
'R',
'd',
'p',
'f',
'a',
'Display binary data in multiple formats',
'DCANTRELL',
'6'
],
[
'Filesys::DiskSpace',
'R',
'd',
'p',
'O',
'?',
'Perl df (requires h2ph)',
'FTASSIN',
'10'
],
[
'Pod::Tree',
'R',
'd',
'p',
'O',
'p',
'Create a static syntax tree for a POD',
'SWMCD',
'26'
],
[
'Image::DeAnim',
'R',
'd',
'p',
'O',
'?',
'Create static GIF file from animated GIF',
'KENMACF',
'18'
],
[
'UDDI',
'R',
'd',
'p',
'O',
'?',
'UDDI client interface',
'GAAS',
'15'
],
[
'IO::String',
'R',
'd',
'p',
'O',
'?',
'IO::File interface for in-core strings',
'GAAS',
'21'
],
[
'IO::Stringy',
'R',
'd',
'p',
'O',
'?',
'I/O on in-core objects like strings/arrays',
'DSKOLL',
'21'
],
[
'Authen::PIN',
'R',
'd',
'p',
'O',
'p',
'Create and verify strong PIN numbers',
'LUISMUNOZ',
'14'
],
[
'Number::Encode',
'R',
'd',
'p',
'O',
'p',
'Encode bit strings into digit strings',
'LUISMUNOZ',
'11'
],
[
'Net::SFTP',
'b',
'd',
'p',
'O',
'p',
'Secure File Transfer Protocol client',
'DBROBINS',
'5'
],
[
'FUSE::Client',
'R',
'm',
'p',
'O',
'p',
'Custom FUSE client creation',
'IAMCAL',
'16'
],
[
'Brick',
'b',
'd',
'p',
'O',
'p',
'Complex business rule data validation',
'BDFOY',
'23'
],
[
'Prima',
'R',
'm',
'c',
'h',
'b',
'A perl GUI toolkit',
'KARASIK',
'8'
],
[
'Net::LMTP',
'R',
'd',
'p',
'O',
'p',
'LMTP Protocol - RFC2033',
'LHOWARD',
'5'
],
[
'YAML',
'a',
'd',
'p',
'h',
'p',
'YAML Ain\'t Markup Language (tm)',
'INGY',
'6'
],
[
'Workflow',
'b',
'd',
'p',
'O',
'p',
'Simple pure-Perl embeddable workflow',
'JONASBN',
'23'
],
[
'Win32::Process::Info',
'R',
'd',
'p',
'O',
'p',
'Get Win32 process information',
'WYANT',
'22'
],
[
'PerlPoint::Package',
'M',
'm',
'p',
'O',
'2',
'Presentation slide / doc generator framework',
'JSTENZEL',
'11'
],
[
'Business::FedEx::DirectConnect',
'R',
'd',
'p',
'O',
'l',
'Interface to FedEx Ship Manager Direct',
'JPOWERS',
'23'
],
[
'Audio::OSS',
'R',
'd',
'c',
'f',
'?',
'Interface to Open Sound System audio devices',
'DJHD',
'23'
],
[
'Festival::Client::Async',
'R',
'd',
'p',
'O',
'?',
'Festival client blocking or non-blocking',
'DJHD',
'23'
],
[
'Speech::Recognizer::SPX',
'R',
'd',
'c',
'h',
'?',
'Interface to Sphinx-II speech recognition',
'DJHD',
'23'
],
[
'Festival::Client',
'R',
'd',
'p',
'O',
'?',
'Communicate with a Festival server',
'GOSSAMER',
'23'
],
[
'Speech::Festival',
'R',
'd',
'p',
'O',
'?',
'Communicate with a festival server process.',
'RCALEY',
'23'
],
[
'Speech::Festival::Synthesiser',
'R',
'd',
'p',
'O',
'?',
'Simple text-to-speech using festival.',
'RCALEY',
'23'
],
[
'Locale::Currency',
'R',
'd',
'p',
'f',
'?',
'ISO 4217 codes for currencies and funds',
'NEILB',
'13'
],
[
'Graph',
'R',
'd',
'p',
'O',
'?',
'Data structure and ops for directed graphs',
'JHI',
'6'
],
[
'Graph::Reader',
'R',
'd',
'p',
'O',
'?',
'Base class for graph file format reader',
'NEILB',
'6'
],
[
'Graph::Writer',
'R',
'd',
'p',
'O',
'?',
'Base class for graph file format writer',
'NEILB',
'6'
],
[
'Graph::Reader::XML',
'R',
'd',
'p',
'O',
'?',
'Read a Graph from simple XML format',
'NEILB',
'6'
],
[
'Graph::Writer::XML',
'R',
'd',
'p',
'O',
'?',
'Write a Graph in a simple XML format',
'NEILB',
'6'
],
[
'Graph::Writer::Dot',
'R',
'd',
'p',
'O',
'?',
'Write a Graph in file format used by Dot',
'NEILB',
'6'
],
[
'Graph::Writer::VCG',
'R',
'd',
'p',
'O',
'?',
'Write a Graph in file format used by VCG',
'NEILB',
'6'
],
[
'Graph::Writer::daVinci',
'c',
'd',
'p',
'O',
'?',
'Write a Graph in file format used by daVinci',
'NEILB',
'6'
],
[
'Pod::Checker',
'M',
'd',
'p',
'O',
'a',
'Check pod documents for syntax errors',
'MAREKR',
'26'
],
[
'AppConfig',
'M',
'd',
'p',
'O',
'?',
'Application config (from ARGV, file, ...)',
'ABW',
'12'
],
[
'AppConfig::Std',
'R',
'd',
'p',
'O',
'?',
'Provides standard configuration options',
'NEILB',
'12'
],
[
'Debian::Package::Make',
'R',
'd',
'p',
'O',
'g',
'Perl modules for autobuilding Debian package',
'HBENGEN',
'3'
],
[
'SNMP::BridgeQuery',
'b',
'd',
'p',
'f',
'p',
'Query bridge/switch for forwarding database',
'JSHEARER',
'5'
],
[
'Attribute::Types',
'R',
'd',
'p',
'O',
'?',
'Attributes that confer type on variables',
'DCONWAY',
'2'
],
[
'Perl6::Variables',
'R',
'd',
'p',
'O',
'?',
'Perl 6 variable syntax for Perl 5',
'DCONWAY',
'28'
],
[
'Tie::DxHash',
'R',
'd',
'p',
'r',
'p',
'Keeps insertion order; allows duplicate keys',
'KRUSCOE',
'6'
],
[
'Attribute::Memoize',
'R',
'd',
'p',
'O',
'p',
'Attribute interface to Memoize.pm',
'MARCEL',
'2'
],
[
'Attribute::TieClasses',
'R',
'd',
'p',
'O',
'p',
'attribute wrappers for CPAN Tie classes',
'MARCEL',
'2'
],
[
'DBIx::Lookup::Field',
'R',
'd',
'p',
'f',
'p',
'Create a lookup hash from a database table',
'MARCEL',
'7'
],
[
'Attribute::Abstract',
'R',
'd',
'p',
'O',
'p',
'implement abstract methods with attributes',
'MARCEL',
'2'
],
[
'Devel::SearchINC',
'R',
'd',
'p',
'n',
'p',
'loading Perl modules from development dirs',
'MARCEL',
'3'
],
[
'Net::SSH',
'R',
'd',
'p',
'h',
'p',
'Perl extension for secure shell',
'IVAN',
'5'
],
[
'Net::SCP',
'R',
'd',
'p',
'h',
'p',
'Perl extension for secure copy protocol',
'IVAN',
'5'
],
[
'Silly::Werder',
'R',
'd',
'p',
'O',
'g',
'Meaningless gibberish generator',
'CXREG',
'11'
],
[
'Term::Interact',
'b',
'd',
'p',
'O',
'p',
'Get Data Interactively From User',
'PRL',
'8'
],
[
'Parse::Lexer',
'a',
'd',
'p',
'O',
'a',
'Conventional generator of lexical analyzers',
'EKMETT',
'11'
],
[
'Language::Style',
'c',
'd',
'c',
'O',
'a',
'Interpreter/Compiler for the Style Language',
'EKMETT',
'9'
],
[
'Chart::Pie3d',
'a',
'd',
'p',
'O',
'?',
'3d Pie Chart Render',
'EKMETT',
'18'
],
[
'Tk::JComboBox',
'M',
'u',
'p',
'O',
'p',
'Combo Box (similar to java class)',
'RCSEEGE',
'8'
],
[
'GISI',
'a',
'm',
'p',
'O',
'?',
'Geographic Information Systems Interface',
'SORO',
'23'
],
[
'GISI::SHAPE',
'a',
'm',
'c',
'O',
'?',
'ArcView SHAPE file format driver',
'SORO',
'23'
],
[
'GISI::MIFMID',
'a',
'm',
'p',
'O',
'?',
'MapInfo MIFMID file format driver',
'SORO',
'23'
],
[
'Splash::DB',
'?',
'?',
'?',
'?',
'?',
'?',
'BEN',
'7'
],
[
'Apache::DnsZone',
'b',
'd',
'p',
'n',
'a',
'Webbased dns-zone manager for BIND',
'THOMAS',
'15'
],
[
'Log::Detect',
'R',
'd',
'p',
'O',
'a',
'Detect and show error regexps in logfiles',
'WSNYDER',
'21'
],
[
'Log::Delayed',
'R',
'd',
'p',
'O',
'a',
'Delay error exits until multiple errors seen',
'WSNYDER',
'21'
],
[
'Math::Random::MT',
'R',
'd',
'c',
'h',
'a',
'The Mersenne Twister PRNG',
'AMS',
'6'
],
[
'Chart::GRACE',
'R',
'd',
'p',
'h',
'p',
'Interface to GRACE plotting package',
'TJENNESS',
'18'
],
[
'XML::GXML',
'M',
'd',
'p',
'O',
'p',
'XML transformation and XML->HTML conv.',
'JCARTER',
'11'
],
[
'Net::DNSServer',
'c',
'n',
'p',
'O',
'a',
'Secure and Extensible Name Server',
'BBB',
'5'
],
[
'Convert::ASCII::Armor',
'R',
'd',
'p',
'O',
'?',
'Convert binary octets to ASCII armoured msg.',
'VIPUL',
'17'
],
[
'HTTP::Webdav',
'a',
'm',
'h',
'O',
'p',
'Interface to Neon HTTP and WebDAV library',
'GRICHTER',
'15'
],
[
'Term::VT102',
'b',
'd',
'p',
'O',
'a',
'Emulates a colour VT102 terminal in memory',
'AJWOOD',
'8'
],
[
'Image::IPTCInfo',
'R',
'd',
'p',
'O',
'p',
'Extracts IPTC meta-info from images',
'JCARTER',
'18'
],
[
'Imager',
'R',
'm',
'h',
'O',
'p',
'Draws, reads and writes Imagefiles',
'ADDI',
'18'
],
[
'XML::SAXDriver::CSV',
'R',
'm',
'p',
'O',
'p',
'complements XML::CSV, SAX interface',
'ISTERIN',
'11'
],
[
'XML::SAXDriver::Excel',
'R',
'd',
'p',
'O',
'?',
'complements XML::Excel, SAX interface',
'ISTERIN',
'11'
],
[
'File::NFSLock',
'b',
'd',
'p',
'O',
'p',
'NFS compatible (safe) locking utility',
'BBB',
'10'
],
[
'Crypt::Schnorr::AuthSign',
'b',
'd',
'p',
'O',
'p',
'Schnorr Authentication & Signature Protocols',
'AGUL',
'14'
],
[
'Tie::StrictHash',
'R',
'd',
'p',
'O',
'p',
'A hash with strict-like semantics',
'KVAIL',
'6'
],
[
'Replication::Recall::Client',
'a',
'd',
'h',
'f',
'o',
'Recall replication library client interface',
'AGUL',
'5'
],
[
'Replication::Recall::Server',
'a',
'd',
'h',
'f',
'o',
'Recall replication library server interface',
'AGUL',
'5'
],
[
'DBD::Recall',
'a',
'd',
'p',
'O',
'p',
'Transparent database replication layer',
'AGUL',
'7'
],
[
'Replication::Recall::DBServer',
'a',
'd',
'p',
'O',
'p',
'Database replication server using Recall',
'AGUL',
'7'
],
[
'Date::ISO',
'R',
'd',
'p',
'f',
'p',
'Calculate dates in the ISO calendar',
'RBOW',
'6'
],
[
'Date::Discordian',
'R',
'd',
'p',
'f',
'p',
'Calculate dates in the Discordian calendar',
'RBOW',
'6'
],
[
'Date::DayOfWeek',
'R',
'd',
'p',
'f',
'p',
'Calculate day of week for Gregorian dates',
'RBOW',
'6'
],
[
'Date::Easter',
'R',
'd',
'p',
'f',
'p',
'Calculate the date of Easter',
'RBOW',
'6'
],
[
'Date::ICal',
'b',
'd',
'p',
'O',
'p',
'Class for ICal date objects',
'RBOW',
'6'
],
[
'Astro::FITS::Header',
'M',
'd',
'p',
'O',
'g',
'interface to FITS headers',
'AALLAN',
'23'
],
[
'Inline::Java',
'R',
'm',
'h',
'p',
'p',
'Easy implementation of Java extensions',
'PATL',
'2'
],
[
'Text::Quickwrap',
'c',
'd',
'c',
'f',
'?',
'Width limiting fast text wrapper',
'IVANPAN',
'11'
],
[
'Guile',
'a',
'd',
'h',
'h',
'p',
'Perl interface to the Guile interpreter.',
'SAMTREGAR',
'9'
],
[
'File::CacheDir',
'M',
'd',
'p',
'O',
'p',
'auto ttl-based file cleanup without a cron',
'EARL',
'10'
],
[
'Device::ParallelPort',
'R',
'd',
'p',
'O',
'p',
'Low Level access to Parallel Port on all OS',
'SCOTT',
'4'
],
[
'Inline::ASM',
'a',
'd',
'p',
'O',
'?',
'Write Perl subroutines in Assembler',
'NEILW',
'2'
],
[
'Inline::Struct',
'a',
'd',
'p',
'O',
'?',
'Bind C structures directly to Perl.',
'NEILW',
'2'
],
[
'XML::Comma',
'R',
'm',
'p',
'O',
'g',
'Toolkit for managing large "doc" collections',
'KWINDLA',
'11'
],
[
'Sybase::Xfer',
'R',
'd',
'p',
'O',
'?',
'Transfer data between sybase servers',
'SPRAGST',
'7'
],
[
'Embedix::ECD',
'b',
'd',
'p',
'O',
'?',
'represent ECD files as perl objects',
'BEPPU',
'23'
],
[
'DBD::Sprite',
'R',
'd',
'p',
'O',
'?',
'Sprite driver',
'TURNERJW',
'7'
],
[
'Math::VectorReal',
'R',
'd',
'p',
'O',
'p',
'Handling 3D Vector Mathematics',
'ANTHONY',
'6'
],
[
'Tk::Workspace',
'R',
'd',
'p',
'O',
'?',
'Persistent Text/Shell/Command Widgets',
'RKIES',
'8'
],
[
'Tie::GHash',
'a',
'd',
'c',
'f',
'p',
'A smaller hash; interface to Gnome glib hash',
'LBROCARD',
'6'
],
[
'File::Repl',
'b',
'd',
'p',
'O',
'p',
'file/dir structure replication',
'DROBERTS',
'10'
],
[
'HTML::Bricks',
'b',
'm',
'p',
'O',
'b',
'Build web sites without writing code or HTML',
'PETERMCD',
'15'
],
[
'Text::Scan',
'b',
'd',
'h',
'O',
'p',
'Fast text search for large number of keys',
'IWOODHEAD',
'11'
],
[
'Concurrent',
'a',
'd',
'p',
'O',
'p',
'Concurrent and Remotable Objects in Perl',
'VIPUL',
'2'
],
[
'Attribute::Overload',
'R',
'd',
'p',
'O',
'p',
'Attribute that makes overloading easier',
'MARCEL',
'2'
],
[
'Tasks',
'b',
'd',
'p',
'O',
'g',
'Module for tasks/projects and time tracking',
'SERGEY',
'23'
],
[
'POE::Component::IRC::Plugin::Thanks',
'b',
'd',
'p',
'O',
'p',
'make "witty" responses when one thanks a bot',
'ZOFFIX',
'15'
],
[
'XML::Xerces',
'R',
'm',
'+',
'O',
'o',
'Perl API to Apache Xerces XML Parser',
'JASONS',
'11'
],
[
'XML::GDOME',
'a',
'm',
'c',
'O',
'p',
'Interface to Level 2 DOM gdome library',
'TJMATHER',
'11'
],
[
'Apache::Cookie::Encrypted',
'a',
'd',
'p',
'O',
'p',
'Cookies with value auto encrypted/decrypted',
'JKRASNOO',
'15'
],
[
'CDB_File::BiIndex',
'a',
'u',
'p',
'O',
'l',
'Two directional index based on CDB File',
'MIKEDLR',
'7'
],
[
'Sys::Hostname::Long',
'a',
'd',
'p',
'O',
'p',
'Return the hosts fully qualified name',
'SCOTT',
'4'
],
[
'Lingua::JA::Sort::JIS',
'R',
'd',
'p',
'h',
'p',
'compare and sort Japanese character strings',
'SADAHIRO',
'11'
],
[
'WWW::Link',
'i',
'u',
'p',
'O',
'p',
'Link Testing related modules',
'MIKEDLR',
'15'
],
[
'Tie::TransactHash',
'R',
'u',
'p',
'O',
'g',
'Allows edits on a hash without disturbing it',
'MIKEDLR',
'6'
],
[
'Symbol::Approx::Sub',
'R',
'm',
'p',
'h',
'p',
'Call subroutines using approximate names',
'DAVECROSS',
'2'
],
[
'CDB_File::BiIndex::Generator',
'a',
'u',
'p',
'O',
'l',
'Creates for CDB_File::BiIndexes',
'MIKEDLR',
'7'
],
[
'CDB_File::Generator',
'i',
'u',
'p',
'O',
'g',
'CDB_File::Generator',
'MIKEDLR',
'7'
],
[
'Lingua::KR::Hangul',
'c',
'd',
'p',
'O',
'o',
'Basis function for Hangul character',
'OKLETSGO',
'11'
],
[
'Getopt::GetArgs',
'a',
'd',
'p',
'f',
'p',
'Enhanced argument passing to subroutines',
'BBB',
'12'
],
[
'Date::Handler',
'M',
'd',
'p',
'O',
'p',
'Simple Object oriented Date Handling',
'BBEAUSEJ',
'6'
],
[
'Mail::MboxParser',
'M',
'd',
'p',
'O',
'p',
'Read-only access to UNIX-mailboxes',
'VPARSEVAL',
'19'
],
[
'HTML::Entities::ImodePictogram',
'b',
'd',
'p',
'f',
'p',
'encode / decode i-mode pictogram',
'MIYAGAWA',
'15'
],
[
'Date::Japanese::Era',
'a',
'd',
'p',
'O',
'p',
'Year conversion for Japanese Era',
'MIYAGAWA',
'6'
],
[
'Math::Calc::Units',
'b',
'd',
'p',
'f',
'p',
'Unit-aware calculator with readable output',
'SFINK',
'6'
],
[
'WWW::Mail::Hotmail',
'a',
'd',
'p',
'O',
'p',
'Get mail from an HTTPMail server ie. Hotmail',
'HOWARD',
'15'
],
[
'Authen::ACE4',
'R',
'd',
'c',
'O',
'?',
'Perl extension for accessing a SecurID ACE s',
'MIKEM',
'14'
],
[
'Digest::MD4',
'R',
'd',
'c',
'O',
'?',
'Perl interface to the RSA Data Security Inc.',
'MIKEM',
'14'
],
[
'List::Intersperse',
'R',
'd',
'p',
'f',
'?',
'Intersperse / unsort / disperse a list',
'TAYERS',
'6'
],
[
'Lingua::RU::Antimat',
'R',
'd',
'p',
'O',
'p',
'Removes foul language from a Russian string',
'ILYAS',
'11'
],
[
'DBIx::Sequence',
'M',
'd',
'p',
'O',
'p',
'Database independent ID generation',
'BBEAUSEJ',
'7'
],
[
'Cache::Mmap',
'b',
'd',
'h',
'O',
'p',
'Shared data cache using memory mapped files',
'PMH',
'17'
],
[
'Date::Convert::French_Rev',
'a',
'd',
'p',
'O',
'p',
'From/to French Revolutionary Calendar',
'JFORGET',
'6'
],
[
'String::Buffer',
'b',
'd',
'p',
'O',
'p',
'A simple string buffer class.',
'MCKAY',
'11'
],
[
'Date::SundayLetter',
'c',
'd',
'p',
'f',
'p',
'Calculates the Sunday Letters for a given ye',
'RBOW',
'6'
],
[
'Date::Doomsday',
'c',
'd',
'p',
'f',
'p',
'Determine doomsday for a given year',
'RBOW',
'6'
],
[
'Devel::TraceMethods',
'b',
'd',
'p',
'O',
'p',
'Perl module for tracing module calls',
'CHROMATIC',
'3'
],
[
'Getopt::Attribute',
'R',
'd',
'p',
'r',
'p',
'Attribute wrapper for Getopt::Long',
'MARCEL',
'12'
],
[
'C::Include',
'R',
'd',
'p',
'O',
'p',
'Operate C/C++ structs like perl deep struct',
'AMICHAUER',
'9'
],
[
'String::Multibyte',
'R',
'd',
'p',
'O',
'p',
'manipulate multibyte character strings',
'SADAHIRO',
'11'
],
[
'MP3::M3U',
'b',
'd',
'p',
'O',
'g',
'M3u playlist parser',
'ILIAL',
'23'
],
[
'Acme::Buffy',
'R',
'd',
'p',
'h',
'p',
'An encoding scheme for Buffy fans',
'LBROCARD',
'2'
],
[
'AI::Categorize',
'b',
'd',
'p',
'O',
'p',
'Automatically classify documents by content',
'KWILLIAMS',
'23'
],
[
'XML::OBEXFTP::FolderListing',
'b',
'd',
'p',
'O',
'p',
'parse OBEX FTP x-obex/folder-listing XML',
'ZOFFIX',
'11'
],
[
'Image::Timeline',
'b',
'd',
'p',
'O',
'p',
'Create GIF or PNG timelines',
'KWILLIAMS',
'18'
],
[
'Net::OBEX::FTP',
'a',
'd',
'p',
'O',
'p',
'implementation of OBEX File Transfer Profile',
'ZOFFIX',
'5'
],
[
'ExtUtils::configPL',
'a',
'd',
'p',
'O',
'p',
'configures .PL files',
'PEASE',
'3'
],
[
'Net::OSCAR',
'R',
'm',
'p',
'O',
'p',
'AOL Instant Messenger OSCAR protocol',
'MATTHEWG',
'5'
],
[
'Parse::ABNF',
'a',
'd',
'p',
'O',
'p',
'Augmented Backus-Naur Form (RFC 2234)',
'BJOERN',
'11'
],
[
'Crypt::SKey',
'b',
'd',
'p',
'f',
'p',
'Perl S/Key calculator',
'KWILLIAMS',
'14'
],
[
'Apache::AuthExpire',
'b',
'd',
'p',
'f',
'p',
'PerlAuthenHandler to implement time limits',
'JJHORNER',
'15'
],
[
'CDDB',
'R',
'd',
'p',
'O',
'p',
'high-level interface to cddb/freedb protocol',
'RCAPUTO',
'7'
],
[
'Mail::SpamAssassin',
'M',
'm',
'p',
'O',
'o',
'identify spam mail using text analysis',
'JMASON',
'19'
],
[
'Authen::CyrusSASL',
'b',
'd',
'p',
'O',
'a',
'Cyrus-sasl pwcheck/saslauthd authentication.',
'MAKLER',
'14'
],
[
'Apache::OpenIndex',
'R',
'm',
'p',
'f',
'p',
'Apache modperl module to manage site files',
'SANDERSON',
'15'
],
[
'Jabber::Connection',
'i',
'?',
'?',
'?',
'?',
'handle client and component connections',
'QMACRO',
'15'
],
[
'Jabber::RPC',
'i',
'?',
'?',
'?',
'?',
'implements Jabber-RPC (XML-RPC over Jabber)',
'QMACRO',
'15'
],
[
'Jabber::RPC::HTTPgate',
'i',
'?',
'?',
'?',
'?',
'gateway between XML-RPC and Jabber-RPC',
'QMACRO',
'15'
],
[
'Class::MethodMapper',
'R',
'd',
'p',
'O',
'?',
'Abstract Class wrapper for AutoLoader',
'LENZO',
'6'
],
[
'Crypt::SmbHash',
'b',
'd',
'p',
'f',
'g',
'LM/NT hashing, for Samba\'s smbpasswd entries',
'BJKUIT',
'14'
],
[
'DNS::ZoneParse',
'R',
'd',
'p',
'O',
'p',
'Parse and manipulate DNS Zone files',
'SIMONFLK',
'5'
],
[
'XML::Checker',
'a',
'm',
'p',
'O',
'p',
'Validates XML against DTD',
'TJMATHER',
'11'
],
[
'XML::Filter::DetectWS',
'a',
'm',
'p',
'O',
'p',
'PerlSAX filter detects ignorable whitespace',
'TJMATHER',
'11'
],
[
'XML::Filter::Reindent',
'a',
'm',
'p',
'O',
'p',
'Reformats whitespace for pretty printing XML',
'TJMATHER',
'11'
],
[
'XML::Filter::SAXT',
'a',
'm',
'p',
'O',
'p',
'Replicates SAX events to SAX event handlers',
'TJMATHER',
'11'
],
[
'XML::Handler::Composer',
'a',
'm',
'p',
'O',
'p',
'Another XML printer/writer/generator',
'TJMATHER',
'11'
],
[
'XML::Handler::PrintEvents',
'a',
'm',
'p',
'O',
'p',
'Prints PerlSAX events (for debugging)',
'TJMATHER',
'11'
],
[
'XML::RegExp',
'a',
'm',
'p',
'n',
'p',
'Regular expressions for XML tokens',
'TJMATHER',
'11'
],
[
'XML::UM',
'a',
'm',
'p',
'O',
'p',
'Convert UTF-8 strings to any encoding',
'TJMATHER',
'11'
],
[
'POE::Component::Pcap',
'a',
'd',
'h',
'O',
'p',
'POE Interface to Net::Pcap',
'FLETCH',
'6'
],
[
'Slash',
'R',
'm',
'p',
'h',
'g',
'Runs slashdot.org; get it from slashcode.com',
'CNANDOR',
'15'
],
[
'Slash::OurNet',
'a',
'm',
'p',
'O',
'p',
'Slash WebBBS module via OurNet connectivity',
'AUTRIJUS',
'15'
],
[
'OurNet::BBSApp::Sync',
'R',
'm',
'p',
'O',
'p',
'Synchronize OurNet::BBS Objects',
'CLKAO',
'15'
],
[
'Apache::SharedMem',
'a',
'd',
'p',
'O',
'g',
'Share data between Apache children prcesses',
'RSOLIV',
'15'
],
[
'Class::DBI::mysql',
'R',
'm',
'p',
'O',
'p',
'Extensions to Class::DBI for MySQL',
'TMTM',
'6'
],
[
'Finance::NikkeiQuote',
'b',
'd',
'p',
'O',
'?',
'get stock information from Nikkei',
'DAIBA',
'23'
],
[
'Shell::Source',
'b',
'd',
'p',
'O',
'p',
'Run programs and inherit environment changes',
'PJCJ',
'4'
],
[
'Apache::MP3::Skin',
'b',
'd',
'p',
'O',
'p',
'Enables use of skin files with Apache::MP3',
'RGRAFF',
'15'
],
[
'Palm::ThinkDB',
'c',
'd',
'p',
'O',
'a',
'Manipulate ThinkDB TinyBytes for PalmOS',
'EARNESON',
'7'
],
[
'Audio::Ecasound',
'R',
'd',
'h',
'h',
'p',
'ecasound bindings, sound and fx processing',
'BOWMANBS',
'23'
],
[
'CGI::SimpleCache',
'a',
'd',
'p',
'O',
'p',
'Simple and fast cache for CGI modules',
'JSCH',
'15'
],
[
'Scalar::Properties',
'R',
'd',
'p',
'O',
'p',
'run-time properties on scalar variables',
'MARCEL',
'6'
],
[
'Apache::AntiSpam',
'b',
'd',
'p',
'O',
'p',
'AntiSpam filter for web pages',
'MIYAGAWA',
'15'
],
[
'WWW::Cache::Google',
'a',
'd',
'p',
'O',
'p',
'URI class for Google cache',
'MIYAGAWA',
'15'
],
[
'HTML::Index',
'R',
'd',
'p',
'O',
'p',
'Perl extension for indexing HTML files',
'AWRIGLEY',
'15'
],
[
'HTTPD::Log::Filter',
'R',
'd',
'p',
'O',
'p',
'module to filter entries out of an httpd log',
'AWRIGLEY',
'15'
],
[
'Audio::MPEG',
'a',
'd',
'h',
'h',
'g',
'Encode/Decode MPEG Audio (MP3)',
'PTIMOF',
'23'
],
[
'namespace',
'R',
'd',
'p',
'n',
'p',
'Perl pragma to use like C++ namespace alias',
'AMICHAUER',
'99'
],
[
'JUNOS',
'R',
'm',
'p',
'O',
'b',
'Perl interface to Juniper Inc. routers',
'JUNOS',
'24'
],
[
'XML::RDB',
'R',
'd',
'p',
'O',
'b',
'create,populate, & unpop RDB tables from XML',
'METZZO',
'11'
],
[
'Thread::RWLock',
'R',
'd',
'p',
'O',
'p',
'rwlock implementation for perl threads',
'AFERBER',
'2'
],
[
'Image::GD::Thumbnail',
'M',
'd',
'p',
'O',
'p',
'Produce thumbnail images with the GD library',
'LGODDARD',
'18'
],
[
'Bundle::Perl6',
'R',
'd',
'p',
'n',
'p',
'A bundle to install Perl6-related modules',
'MARCEL',
'25'
],
[
'Tie::Hash::Stack',
'b',
'd',
'p',
'r',
'a',
'Maintains an array of hashes like a stack',
'MNEYLON',
'6'
],
[
'XML::Stream',
'R',
'd',
'p',
'O',
'l',
'Module for handling XML Streams',
'DAPATRICK',
'11'
],
[
'Class::MakeMethods',
'R',
'd',
'p',
'O',
'p',
'Generate common types of methods',
'EVO',
'6'
],
[
'Text::MicroMason',
'R',
'd',
'p',
'h',
'p',
'Flexible Templating Engine w. Mason Emulator',
'FERRENCY',
'11'
],
[
'Sys::CPU',
'R',
'd',
'p',
'O',
'?',
'Access CPU info. number, etc on Win and UNIX',
'MKODERER',
'4'
],
[
'XML::Canonical',
'a',
'd',
'p',
'O',
'p',
'Perl wrapper to libxml2 Canonical XML',
'TJMATHER',
'11'
],
[
'Apache::Storage',
'R',
'd',
'p',
'O',
'?',
'Storing data in Apache.',
'KROW',
'15'
],
[
'Geo::IP',
'a',
'd',
'p',
'O',
'p',
'Look up country by IP Address',
'TJMATHER',
'23'
],
[
'Module::Use',
'b',
'd',
'p',
'n',
'p',
'Tracks modules loaded by a script',
'JSMITH',
'2'
],
[
'DBIx::TextIndex',
'b',
'd',
'c',
'O',
'p',
'Creates fulltext indexes of SQL text columns',
'DKOCH',
'7'
],
[
'Tie::Concurrent',
'b',
'd',
'p',
'r',
'p',
'Retie a hash when reading/writing.',
'GWYN',
'6'
],
[
'Mail::Verify',
'R',
'd',
'p',
'f',
'b',
'Attempt to verify an email address',
'PETEF',
'19'
],
[
'Data::Tabular::Dumper',
'b',
'd',
'p',
'O',
'p',
'Automate dumping of data to XML, XSL and CSV',
'GWYN',
'6'
],
[
'Religion::Package',
'b',
'd',
'p',
'f',
'p',
'Prepend package name to warn/die messages',
'GWYN',
'20'
],
[
'File::Touch',
'R',
'd',
'p',
'h',
'p',
'Update timestamps, create nonexistent files',
'NWETTERS',
'10'
],
[
'CGI::URI2param',
'R',
'd',
'p',
'f',
'p',
'extract query keys and values out of an URI',
'DOMM',
'15'
],
[
'Unicode::Japanese',
'R',
'd',
'h',
'O',
'p',
'Japanese Character Encoding Handler',
'MIKAGE',
'13'
],
[
'Apache::SessionManager',
'R',
'd',
'p',
'O',
'p',
'Manage sessions over HTTP requests',
'ENRYS',
'15'
],
[
'Parse::FixedLength',
'R',
'd',
'p',
'O',
'p',
'Parse strings containing fixed length fields',
'DOUGW',
'11'
],
[
'Archive::Ar',
'R',
'd',
'p',
'O',
'p',
'Read, write and manipulate ar archives',
'JAYBONCI',
'17'
],
[
'Db::Mediasurface',
'b',
'd',
'p',
'O',
'p',
'API and I/O modules for Mediasurface CMS',
'NWETTERS',
'24'
],
[
'Image::WorldMap',
'R',
'd',
'p',
'O',
'?',
'Create graphical world maps of data',
'LBROCARD',
'18'
],
[
'Apache::Clickable',
'b',
'd',
'p',
'O',
'p',
'Make URLs and Emails in HTML clickable',
'MIYAGAWA',
'15'
],
[
'Class::Flyweight',
'a',
'd',
'p',
'O',
'p',
'implement the flyweight pattern in OO perl',
'DKUBB',
'6'
],
[
'JavaScript',
'b',
'm',
'c',
'O',
'p',
'Allowes JavaScript execution withing Perl',
'CLAESJAC',
'9'
],
[
'PDL::IO::HDF5',
'b',
'd',
'c',
'O',
'p',
'PDL Interface to the HDF5 Data Format',
'CERNEY',
'6'
],
[
'Relations',
'a',
'd',
'p',
'h',
'p',
'Database, CGI, and Graph Interfunctionality',
'GAFFER',
'7'
],
[
'HTML::Macro',
'M',
'd',
'p',
'O',
'p',
'processes HTML templates',
'SOKOLOV',
'15'
],
[
'Env::Modulecmd',
'R',
'd',
'p',
'h',
'g',
'Interface to modulecmd from Perl',
'ISAACSON',
'4'
],
[
'Net::CIDR',
'R',
'd',
'p',
'f',
'p',
'Manipulate netblock lists in CIDR notation',
'MRSAM',
'5'
],
[
'IO::Tty',
'R',
'd',
'c',
'O',
'g',
'provide an interface to TTYs and PTYs',
'RGIERSIG',
'21'
],
[
'Win32::EventLog::Carp',
'R',
'd',
'p',
'f',
'p',
'For carping in the Windows NT Event Log',
'RRWO',
'22'
],
[
'PerlIO',
'R',
'u',
'c',
'n',
'p',
'On demand loader for PerlIO layers',
'P5P',
'2'
],
[
'PerlIO::gzip',
'R',
'd',
'c',
'O',
'?',
'provide a PerlIO layer to gzip/gunzip',
'NWCLARK',
'2'
],
[
'Inline::Files',
'R',
'd',
'p',
'O',
'?',
'Multiple virtual files after __END__',
'DCONWAY',
'2'
],
[
'Graphics::ColorNames',
'R',
'd',
'p',
'h',
'p',
'provides RGB values for standard color names',
'RRWO',
'18'
],
[
'HTML::Encoding',
'b',
'd',
'p',
'f',
'p',
'Determine encoding of HTML/XHTML documents',
'BJOERN',
'15'
],
[
'Lingua::ZH::HanConvert',
'a',
'd',
'p',
'f',
'p',
'Convert traditional <-> simplified Chinese',
'DIVEC',
'11'
],
[
'XML::NamespaceSupport',
'R',
'm',
'p',
'O',
'p',
'Generic namespace helpers (ported from SAX2)',
'ZOOLEIKA',
'11'
],
[
'NetAddr::IP::Find',
'a',
'd',
'p',
'f',
'p',
'Find IP addresses in plain text',
'MIYAGAWA',
'5'
],
[
'RT',
'R',
'm',
'p',
'O',
'g',
'RT, an enterprise-grade issue tracking syste',
'JESSE',
'23'
],
[
'GDS2',
'R',
'd',
'h',
'O',
'a',
'manipulate GDS2 stream format files',
'SCHUMACK',
'6'
],
[
'Apache::RedirectDBI',
'R',
'd',
'p',
'O',
'?',
'Redirect to different directories by DBI',
'SANDERSON',
'15'
],
[
'Class::Prototyped',
'R',
'd',
'p',
'O',
'p',
'Fast prototype-based OO programming in Perl',
'TEVERETT',
'6'
],
[
'Text::ScriptTemplate',
'R',
'd',
'p',
'O',
'?',
'Lightweight full-featured template processor',
'TAIY',
'11'
],
[
'Unicode::Lite',
'b',
'd',
'p',
'f',
'p',
'Easy conversion between encodings',
'AMICHAUER',
'13'
],
[
'System2',
'b',
'd',
'p',
'f',
'b',
'like system(), but with STDOUT, STDERR avail',
'REICHERT',
'23'
],
[
'RDF::Core',
'c',
'd',
'p',
'O',
'o',
'Basic RDF Tools',
'PAVELH',
'11'
],
[
'Graphics::MNG',
'a',
'd',
'+',
'O',
'p',
'Perl I/F to the MNG library from Gerard Juyn',
'MOTT',
'18'
],
[
'Devel::Constants',
'b',
'd',
'p',
'f',
'p',
'Resolve Constants back to their names',
'CHROMATIC',
'3'
],
[
'Math::BigInt::Pari',
'R',
'd',
'p',
'h',
'p',
'Use Math::Pari for Math::BigInt routines',
'TELS',
'6'
],
[
'Parse::Syntax',
'i',
'd',
'p',
'O',
'p',
'Syntax highlighter for programmers\' forums',
'SHERZODR',
'11'
],
[
'Date::Simple',
'R',
'd',
'p',
'O',
'p',
'A simple date object',
'YVES',
'6'
],
[
'Quantum::Usrn',
'R',
'd',
'p',
'?',
'p',
'Square root of not.',
'KASEI',
'6'
],
[
'Filter::Trigraph',
'b',
'd',
'p',
'n',
'p',
'Understand ANSI C trigraphs in Perl source.',
'KASEI',
'2'
],
[
'Attribute::Deprecated',
'R',
'd',
'p',
'O',
'p',
'Mark deprecated methods',
'KASEI',
'2'
],
[
'Math::RPN',
'R',
'd',
'p',
'f',
'?',
'Reverse Polish Notation Expression Evaluator',
'OWEN',
'6'
],
[
'Devel::Messenger',
'b',
'd',
'p',
'f',
'p',
'Let Your Code Talk to You',
'KOLIBRIE',
'3'
],
[
'Convert::Base32',
'b',
'd',
'p',
'f',
'p',
'Encoding and decoding of base32 strings',
'MIYAGAWA',
'17'
],
[
'IPTables::IPv4::IPQueue',
'R',
'd',
'c',
'O',
'g',
'IPTables userspace packet queuing',
'JMORRIS',
'5'
],
[
'Convert::DUDE',
'b',
'd',
'p',
'f',
'p',
'Conversion between Unicode and DUDE',
'MIYAGAWA',
'17'
],
[
'HTML::FromText',
'R',
'd',
'p',
'O',
'?',
'Mark up text as HTML',
'CWEST',
'15'
],
[
'PDL::NiceSlice',
'b',
'm',
'p',
'f',
'p',
'a nicer slicing syntax for PDL',
'CSOE',
'6'
],
[
'Inline::Guile',
'a',
'm',
'h',
'h',
'p',
'Inline module for Guile Scheme interpreter',
'SAMTREGAR',
'2'
],
[
'Apache::AuthCookieLDAP',
'R',
'd',
'p',
'O',
'?',
'An AuthCookie module backed by LDAP database',
'BJORNARDO',
'15'
],
[
'POE::Component::Client::UserAgent',
'b',
'd',
'p',
'O',
'p',
'LWP and LWP::Parallel based POE web client',
'RCAPUTO',
'15'
],
[
'Lingua::Conjunction',
'R',
'd',
'p',
'f',
'a',
'Convert lists into conjunctions',
'RRWO',
'11'
],
[
'Net::OBEX',
'a',
'd',
'p',
'O',
'p',
'implementation of OBEX protocol',
'ZOFFIX',
'5'
],
[
'Net::CDDBScan',
'b',
'd',
'p',
'O',
'p',
'String search interface to CDDB datbase',
'DSHULTZ',
'5'
],
[
'GSM::SMS',
'R',
'm',
'p',
'h',
'a',
'Modules for sending and receiving SMS',
'JOHANVDB',
'23'
],
[
'Decision::ACL',
'a',
'd',
'p',
'O',
'p',
'Manage and Build Access Control Lists',
'BBEAUSEJ',
'6'
],
[
'XML::Clean',
'a',
'd',
'p',
'f',
'a',
'XMLized text.',
'PKUBANEK',
'11'
],
[
'Crypt::OpenPGP',
'R',
'd',
'p',
'O',
'p',
'Pure-Perl OpenPGP implementation',
'BTROTT',
'14'
],
[
'DBD::PrimeBase',
'b',
'm',
'c',
'?',
'p',
'A primeBase database interface',
'PRIMEBASE',
'7'
],
[
'Astro::Cosmology',
'b',
'd',
'c',
'O',
'p',
'Calculate cosmological distance/volume/times',
'DJBURKE',
'23'
],
[
'Date::Passover',
'i',
'm',
'p',
'f',
'p',
'Calculate date of Passover or Rosh Hashanah',
'RBOW',
'6'
],
[
'Date::Chinese',
'i',
'm',
'p',
'O',
'p',
'Calculations in the Chinese calendar',
'RBOW',
'6'
],
[
'XML::Simple',
'R',
'd',
'p',
'h',
'p',
'Easy API to maintain XML (esp config files)',
'GRANTM',
'11'
],
[
'Net::FTPServer',
'R',
'd',
'c',
'O',
'?',
'Secure, extensible, configurable FTP server',
'RWMJ',
'5'
],
[
'Class::PseudoHash',
'b',
'm',
'p',
'r',
'p',
'Emulates Pseudo-Hash behaviour via overload',
'AUTRIJUS',
'6'
],
[
'SVG::Graph',
'b',
'm',
'p',
'O',
'p',
'Series of Modules to produce SVG graphs',
'ALLENDAY',
'18'
],
[
'Math::SimpleInterest',
'R',
'n',
'p',
'f',
'p',
'Functions for Simple Interest calculations',
'BYOURTH',
'6'
],
[
'Perl6::Interpolators',
'b',
'd',
'p',
'n',
'p',
'Use Perl 6 function-interpolation syntax',
'BRENTDAX',
'28'
],
[
'Convert::TNEF',
'R',
'd',
'p',
'O',
'p',
'Perl module to read TNEF files',
'DOUGW',
'17'
],
[
'Data::MaskPrint',
'b',
'd',
'p',
'O',
'p',
'Allows for exact formatting of data',
'ILYAVERL',
'6'
],
[
'Class::Tangram',
'b',
'd',
'p',
'O',
'a',
'Automated class accessors, Tangram friendly',
'SAMV',
'6'
],
[
'Tivoli',
'S',
'm',
'p',
'f',
'p',
'Tivoli TME10 - Perl Interface',
'RHASE',
'24'
],
[
'Win32::SharedFileOpen',
'R',
'd',
'c',
'f',
'p',
'Interface to Win32 sopen + fsopen functions',
'SHAY',
'22'
],
[
'Net::SMS::Web',
'a',
'd',
'p',
'O',
'p',
'generic module for sending SMS via web',
'AWRIGLEY',
'5'
],
[
'Win32::Guidgen',
'b',
'd',
'p',
'f',
'p',
'Generates GUIDs',
'JOEPHAYES',
'22'
],
[
'VCS::StarTeam',
'b',
'd',
'p',
'f',
'p',
'Provides an interface to StarBase\'s StarTeam',
'JOEPHAYES',
'3'
],
[
'Net::Traceroute6',
'a',
'd',
'p',
'h',
'b',
'Interface to IPv6 traceroute',
'MOHACSI',
'5'
],
[
'XML::Directory',
'R',
'd',
'p',
'O',
'p',
'Returns a content of directory as XML',
'PCIMPRICH',
'11'
],
[
'Test::More',
'R',
'd',
'p',
'O',
'p',
'More functions for writing tests',
'MSCHWERN',
'3'
],
[
'HTML::Processor',
'R',
'd',
'p',
'O',
'p',
'OO Template Processing Library for HTML,Text',
'PSCHNELL',
'15'
],
[
'Sendmail::AccessDB',
'a',
'd',
'p',
'f',
'p',
'Interface to sendmail\'s access.db',
'DREDD',
'19'
],
[
'Net::QMQP',
'a',
'd',
'p',
'O',
'p',
'Interface to Quick Mail Queueing Protocol',
'KOBAYASI',
'5'
],
[
'Net::ICQV5',
'R',
'n',
'p',
'f',
'g',
'Module to send and receive ICQ messages.',
'SNEMAROV',
'5'
],
[
'Net::ICQV5CD',
'R',
'n',
'p',
'f',
'g',
'Crypt/decrypt ICQ protocol V5 packets',
'SNEMAROV',
'5'
],
[
'Net::ICQ2000',
'i',
'n',
'p',
'f',
'g',
'allows send and receive ICQ messages.',
'SNEMAROV',
'5'
],
[
'SVG',
'R',
'd',
'p',
'O',
'p',
'Generate SVG images and files',
'RONAN',
'18'
],
[
'Date::Gregorian',
'b',
'd',
'p',
'O',
'p',
'Gregorian calendar',
'MHASCH',
'6'
],
[
'Crypt::Rijndael_PP',
'b',
'd',
'p',
'h',
'g',
'pure perl implementation of Rijndael (AES)',
'DELTA',
'14'
],
[
'HTML::ParseBrowser',
'M',
'd',
'p',
'O',
'p',
'OO User Agent string parser',
'DODGER',
'15'
],
[
'Object::Realize::Later',
'M',
'd',
'p',
'O',
'p',
'Delay construction of real data until used',
'MARKOV',
'6'
],
[
'HTML::CalendarMonthDB',
'a',
'd',
'p',
'f',
'n',
'Module Generating Persistant HTML Calendars',
'MCVELLA',
'15'
],
[
'Parse::Syslog',
'b',
'd',
'p',
'O',
'p',
'Parse Unix syslog files',
'DSCHWEI',
'11'
],
[
'Apache::HTMLView',
'b',
'm',
'p',
'f',
'l',
'A mod_perl module for compiled HTMLView page',
'BJORNARDO',
'15'
],
[
'News::GnusFilter',
'b',
'd',
'p',
'f',
'p',
'gnus MIME-hook filter to score usenet posts',
'JOESUF',
'19'
],
[
'Lingua::JA::Number',
'a',
'd',
'p',
'f',
'p',
'Translate numbers into Japanese',
'MSCHILLI',
'11'
],
[
'Apache::ACEProxy',
'b',
'd',
'p',
'O',
'p',
'IDN compatible ACE proxy server',
'MIYAGAWA',
'15'
],
[
'Oak',
'M',
'm',
'p',
'O',
'p',
'Oak Perl Compoment Tree',
'DRUOSO',
'3'
],
[
'Attribute::Signature',
'b',
'd',
'p',
'h',
'p',
'Signatures on methods and subroutines',
'CHORNY',
'2'
],
[
'Filesys::SmbClientParser',
'R',
'd',
'p',
'O',
'p',
'Perl interface to reach Samba ressources',
'ALIAN',
'10'
],
[
'Java::JVM::Classfile',
'R',
'd',
'p',
'O',
'?',
'Parse JVM Classfiles',
'LBROCARD',
'9'
],
[
'WWW::Search::RpmFind',
'R',
'm',
'p',
'O',
'p',
'Search interface for rpmfind.net',
'ALIAN',
'15'
],
[
'Mail::QmailRemote',
'b',
'd',
'p',
'O',
'p',
'send email using qmail-remote directly.',
'IKEBE',
'19'
],
[
'Sub::Quotelike',
'b',
'd',
'p',
'p',
'p',
'Allow to define quotelike functions',
'RGARCIA',
'3'
],
[
'Data::Serializer',
'R',
'd',
'p',
'O',
'p',
'Generic interface to serializer modules',
'NEELY',
'6'
],
[
'SAP::Rfc',
'M',
'd',
'h',
'O',
'p',
'SAP RFC Interface',
'PIERS',
'24'
],
[
'Math::Random',
'R',
'd',
'h',
'f',
'd',
'Random Number Generators',
'GROMMEL',
'6'
],
[
'DBIx::FetchLoop',
'R',
'd',
'p',
'O',
'g',
'Fetch with change detection and aggregates',
'BITS',
'7'
],
[
'Authen::SASL',
'R',
'm',
'p',
'O',
'p',
'SASL authentication framework',
'GBARR',
'14'
],
[
'Authen::SASL::Cyrus',
'a',
'd',
'p',
'O',
'g',
'XS Interface to Cyrus SASL',
'ADAMSON',
'14'
],
[
'Tk::DateEntry',
'R',
'd',
'p',
'O',
'?',
'Drop down calendar for selecting dates',
'SREZIC',
'8'
],
[
'Tk::MListbox',
'R',
'd',
'p',
'O',
'?',
'Multicolumn Listbox.',
'RCSEEGE',
'8'
],
[
'Test::Simple',
'b',
'm',
'p',
'f',
'p',
'Basic utilities for writing tests',
'MSCHWERN',
'3'
],
[
'Mail::Sieve',
'c',
'd',
'p',
'O',
'p',
'RFC 3028 Mail Filtering',
'BRONG',
'19'
],
[
'XML::Writer::String',
'R',
'd',
'p',
'O',
'p',
'Module to capture output from XML::Writer',
'SOLIVER',
'11'
],
[
'Net::FreeDB',
'b',
'd',
'h',
'O',
'p',
'OOP interface to the FreeDB database',
'DSHULTZ',
'5'
],
[
'File::Data',
'R',
'd',
'p',
'O',
'?',
'Prepend, insert, append data into files',
'RFOLEY',
'21'
],
[
'Linux::Cpuinfo',
'R',
'd',
'p',
'O',
'?',
'Object Oriented Interface to /proc/cpuinfo',
'JSTOWE',
'4'
],
[
'Linux::Fuser',
'R',
'd',
'p',
'O',
'?',
'Determine which processes have a file open',
'JSTOWE',
'4'
],
[
'Linux::Svgalib',
'R',
'd',
'c',
'O',
'?',
'Object Oriented Perl interface to svgalib',
'JSTOWE',
'4'
],
[
'Sys::Lastlog',
'R',
'd',
'c',
'O',
'?',
'Provide a moderately Object Oreiented Interf',
'JSTOWE',
'4'
],
[
'Sys::Utmp',
'R',
'd',
'c',
'O',
'?',
'Object(ish) Interface to UTMP files.',
'JSTOWE',
'4'
],
[
'Digest::Perl::MD5',
'M',
'd',
'p',
'h',
'g',
'Pure perl implementation of MD5',
'DELTA',
'14'
],
[
'MySQL::TableInfo',
'R',
'd',
'p',
'O',
'p',
'Access to MySQL table\'s meta data',
'SHERZODR',
'7'
],
[
'Astro::SkyCoords',
'b',
'd',
'p',
'O',
'p',
'celestial coordinates in astronomy',
'GRIXON',
'23'
],
[
'POE::Component::MPG123',
'R',
'd',
'p',
'O',
'b',
'POE Component for accessing and working wit',
'MCASHNER',
'4'
],
[
'Authen::Krb5::KDB',
'b',
'd',
'p',
'O',
'p',
'Parse Kerberos V5 database files',
'DKS',
'14'
],
[
'Net::Google',
'b',
'd',
'p',
'O',
'p',
'Simple OOP-ish interface to the Google API',
'ASCOPE',
'5'
],
[
'Test::Exception',
'M',
'd',
'p',
'f',
'p',
'Functions for testing exception-based code',
'ADIE',
'3'
],
[
'Net::Whois::Gateway::Client',
'R',
'd',
'p',
'f',
'p',
'Interface to Net::Whois::Gateway::Server',
'GRAYKOT',
'5'
],
[
'WWW::ImagebinCa::Retrieve',
'b',
'd',
'p',
'O',
'p',
'retrieve uploads from http://imagebin.ca',
'ZOFFIX',
'15'
],
[
'WWW::ImagebinCa::Create',
'b',
'd',
'p',
'O',
'p',
'create uploads on http://imagebin.ca',
'ZOFFIX',
'15'
],
[
'Acme::Halt',
'i',
'n',
'p',
'f',
'p',
'Fake solution to the halting problem',
'JKEGL',
'23'
],
[
'RPSL',
'a',
'd',
'p',
'O',
'p',
'RPSL Language Parser (RFC 2622)',
'LMC',
'9'
],
[
'Net::Whois::Gateway::Server',
'R',
'd',
'p',
'f',
'p',
'Whois-Gateway server/daemon',
'GRAYKOT',
'5'
],
[
'POE::Component::Client::Whois::Smart',
'R',
'd',
'p',
'f',
'p',
'Quick WHOIS queries with smart features',
'GRAYKOT',
'5'
],
[
'Config::Interactive',
'R',
'd',
'p',
'O',
'o',
'configfile parsing with XML & interpolation',
'MPG',
'12'
],
[
'Algorithm::TokenBucket',
'R',
'd',
'p',
'O',
'a',
'Token bucket rate limiting algorithm',
'KAPPA',
'20'
],
[
'POE::Component::WWW::WebDevout::BrowserSupportInfo',
'b',
'd',
'p',
'O',
'p',
'no-blocking webdevout.net API implementation',
'ZOFFIX',
'15'
],
[
'POE::Component::Archive::Any',
'b',
'd',
'p',
'O',
'p',
'non-blocking wrapper around Archive::Any',
'ZOFFIX',
'23'
],
[
'IkiWiki::Plugin::syntax',
'b',
'd',
'p',
'h',
'g',
'Adds syntax highlight features to ikiwiki',
'VMORAL',
'15'
],
[
'WWW::DomainTools',
'R',
'd',
'p',
'O',
'p',
'Interface with domaintools.com XML API',
'DBARTLE',
'15'
],
[
'WWW::eiNetwork',
'b',
'd',
'p',
'O',
'p',
'Interface to Allegheny County, PA libraries',
'AQUILINA',
'15'
],
[
'WebService::Yelp',
'a',
'd',
'p',
'O',
'p',
'Client implementation of the Yelp web API',
'JDR',
'15'
],
[
'Language::MPI',
'R',
'd',
'p',
'O',
'p',
'Message Parsing Interface processor',
'HANELYP',
'11'
],
[
'XML::GDOME::XSLT',
'a',
'm',
'c',
'O',
'p',
'XSLT using libxslt and XML::GDOME',
'TJMATHER',
'11'
],
[
'IO::Multiplex',
'b',
'd',
'p',
'h',
'a',
'Manage Input Output on many file handles',
'BBB',
'21'
],
[
'Test::Litmus',
'b',
'd',
'p',
'O',
'o',
'Submit results Litmus testcase manager',
'ZLIPTON',
'3'
],
[
'Openview::Message',
'R',
'd',
'c',
'h',
'p',
'OO and function access to Openview opcmsg()',
'LBAXTER',
'24'
],
[
'HTML::GenToc',
'R',
'd',
'p',
'O',
'g',
'generate table of contents for HTML docs',
'RUBYKAT',
'15'
],
[
'XML::STX',
'a',
'd',
'p',
'O',
'o',
'Pure Perl STX engine',
'PCIMPRICH',
'11'
],
[
'Pod::POM',
'R',
'd',
'p',
'O',
'p',
'Pod Object Model',
'ABW',
'26'
],
[
'Math::Bezier',
'R',
'd',
'p',
'O',
'p',
'Solution of Bezier curves',
'ABW',
'6'
],
[
'Class::Facade',
'b',
'd',
'p',
'O',
'p',
'Interface to one or more delegates',
'ABW',
'6'
],
[
'Apache::Template',
'R',
'd',
'p',
'O',
'p',
'Apache interface to the Template Toolkit',
'ABW',
'15'
],
[
'RDF::Redland',
'M',
'd',
'h',
'O',
'l',
'Redland RDF library',
'DJBECKETT',
'11'
],
[
'XML::Filter::Sort',
'R',
'm',
'p',
'O',
'p',
'SAX filter for sorting elements in XML',
'GRANTM',
'11'
],
[
'SQL::Snippet',
'b',
'd',
'p',
'O',
'p',
'Constraint-based OO Interface to RDBMS',
'PRL',
'7'
],
[
'Hook::Scope',
'b',
'd',
'c',
'f',
'p',
'Register code to run on scope leaves.',
'ABERGMAN',
'20'
],
[
'Lingua::Zompist::Barakhinei',
'a',
'd',
'p',
'f',
'b',
'Inflect Barakhinei nouns, verbs, adjectives',
'PNE',
'11'
],
[
'Lingua::Zompist::Cuezi',
'c',
'd',
'p',
'f',
'b',
'Inflect Cuezi nouns, verbs, and adjectives',
'PNE',
'11'
],
[
'Lingua::Zompist::Kebreni',
'a',
'd',
'p',
'O',
'b',
'Conjugate Kebreni verbs',
'PNE',
'11'
],
[
'Lingua::Zompist::Verdurian',
'b',
'd',
'p',
'f',
'b',
'Inflect Verdurian nouns, verbs, adjectives',
'PNE',
'11'
],
[
'Lingua::Zompist::Cadhinor',
'b',
'd',
'p',
'f',
'b',
'Inflect Cadhinor nouns, verbs, adjectives',
'PNE',
'11'
],
[
'Lingua::Zompist',
'c',
'd',
'h',
'h',
'b',
'Namespace for modules for languages of Almea',
'PNE',
'11'
],
[
'Net::DNS::SEC',
'R',
'd',
'p',
'O',
'd',
'DNSSEC extension to Net::DNS',
'OLAF',
'5'
],
[
'RTF::Tokenizer',
'b',
'd',
'p',
'h',
'p',
'Module for Tokenizing RTF',
'SARGIE',
'11'
],
[
'URI::Sequin',
'R',
'd',
'p',
'f',
'g',
'Takes search terms from URLs',
'SARGIE',
'15'
],
[
'XML::XForms::Generator',
'a',
'd',
'h',
'h',
'p',
'Generator for the creation of XForms',
'DHAGEMAN',
'11'
],
[
'XML::Twig',
'R',
'm',
'p',
'O',
'p',
'A module for easy processing of XML',
'MIROD',
'11'
],
[
'Net::Whois::RIPE',
'M',
'm',
'p',
'O',
'g',
'class implementing a RIPE whois client',
'LMC',
'5'
],
[
'ConfigReader::Simple',
'R',
'd',
'p',
'O',
'p',
'Read simple configuration file formats',
'BDFOY',
'12'
],
[
'Tie::Toggle',
'R',
'd',
'p',
'r',
'p',
'a scalar flip-flops between two values',
'BDFOY',
'6'
],
[
'POE::Component::Server::HTTP',
'b',
'd',
'p',
'h',
'p',
'POE Web componenet',
'ABERGMAN',
'5'
],
[
'DBD::PgPP',
'b',
'd',
'p',
'O',
'p',
'Pure Perl PostgreSQL driver for the DBI',
'OYAMA',
'7'
],
[
'Debug::FaultAutoBT',
'a',
'd',
'h',
'O',
'a',
'Automatic Backtrace Extractor on SIG Faults',
'STAS',
'3'
],
[
'GD::Gauge',
'b',
'd',
'p',
'O',
'p',
'Create various graphic gauges using GD',
'CCLOUTIER',
'18'
],
[
'Linux::Pid',
'R',
'd',
'p',
'f',
'p',
'Interface to Linux getpp?id functions',
'RGARCIA',
'4'
],
[
'Math::Business::BlackScholes',
'R',
'd',
'p',
'f',
'p',
'Black-Scholes option price model functions',
'ANDERS',
'6'
],
[
'App::Info',
'R',
'd',
'p',
'O',
'p',
'Information about software packages',
'DWHEELER',
'12'
],
[
'Test::Reporter',
'M',
'd',
'p',
'O',
'p',
'sends test results to cpan-testers@perl.org',
'FHOXH',
'3'
],
[
'Set::CrossProduct',
'R',
'd',
'p',
'O',
'p',
'interact with the cartesian product of sets',
'BDFOY',
'6'
],
[
'XML::OCS',
'c',
'd',
'p',
'O',
'p',
'OCS (Open Content Syndication) parser',
'BHANN',
'11'
],
[
'Module::Signature',
'M',
'd',
'p',
'f',
'o',
'Module signature file manipulation',
'AUDREYT',
'2'
],
[
'Apache::Htaccess',
'R',
'd',
'p',
'O',
'p',
'read and write apache .htaccess files',
'BDFOY',
'15'
],
[
'File::Find::Rule',
'R',
'd',
'p',
'h',
'p',
'Alternative interface to File::Find',
'RCLAMP',
'10'
],
[
'Finance::Bank::Commonwealth',
'b',
'd',
'p',
'O',
'p',
'A web-banking front-end',
'DDICK',
'23'
],
[
'HTTP::SimpleLinkChecker',
'R',
'd',
'p',
'f',
'p',
'get the HTTP status of a URL',
'BDFOY',
'15'
],
[
'Perl6::Parameters',
'b',
'd',
'p',
'n',
'p',
'Use Perl 6-style named parameters',
'BRENTDAX',
'28'
],
[
'MARC::Record',
'R',
'm',
'p',
'O',
'p',
'MARC manipulation (library bibliographic)',
'MIKERY',
'7'
],
[
'Test::Pod',
'R',
'd',
'p',
'O',
'p',
'Tests POD files for correctness',
'PETDANCE',
'2'
],
[
'Test::Manifest',
'b',
'd',
'p',
'f',
'p',
'configure which test files to run',
'BDFOY',
'3'
],
[
'Log::Dispatch::Win32EventLog',
'R',
'd',
'p',
'O',
'p',
'Log::Dispatch to the Win32 Eventlog',
'ABERGMAN',
'22'
],
[
'Mail::Vacation',
'R',
'd',
'p',
'O',
'p',
'perl implementation of vacation program',
'RFOLEY',
'19'
],
[
'Mail::Vacation::LDAP',
'R',
'd',
'p',
'O',
'p',
'vacation program using LDAP',
'RFOLEY',
'19'
],
[
'Acme::Morse::Audible',
'R',
'd',
'p',
'n',
'p',
'Audio(Morse) Programming with Perl',
'ITRIVIZKI',
'2'
],
[
'Lingua::ZH::CCDICT',
'a',
'd',
'p',
'O',
'p',
'Perl interface to CCDICT Chinese dictionary',
'DROLSKY',
'11'
],
[
'Time::Piece::MySQL',
'R',
'd',
'p',
'O',
'p',
'MySQL-specific functions for Time::Piece',
'KASEI',
'6'
],
[
'HTML::LinkExtractor',
'M',
'd',
'p',
'O',
'p',
'Extract links from an HTML document',
'PODMASTER',
'15'
],
[
'Lingua::ZH::CEDICT',
'R',
'd',
'p',
'O',
'r',
'CEDICT (Chin./Engl. dictionary)-Interface',
'CRENZ',
'11'
],
[
'File::Searcher::Similars',
'M',
'd',
'p',
'O',
'b',
'fast similar files locator',
'SUNTONG',
'10'
],
[
'Mac::Pasteboard',
'a',
'd',
'c',
'O',
'p',
'Manipulate Mac OS X Pasteboards/Clipboards',
'WYANT',
'4'
],
[
'UUID',
'R',
'd',
'p',
'f',
'p',
'interface for e2fsprogs UUID (unique idents)',
'LZAP',
'11'
],
[
'Test::Data',
'a',
'd',
'p',
'f',
'p',
'Check data and variable properties and value',
'BDFOY',
'3'
],
[
'Math::Logic::Predicate',
'b',
'd',
'p',
'O',
'p',
'Query a Predicate Logic database',
'LPALMER',
'6'
],
[
'Config::Abstract',
'a',
'd',
'p',
'O',
'p',
'Abstractions for configfiles in many formats',
'AVAJADI',
'12'
],
[
'CGI::Panel',
'b',
'd',
'p',
'O',
'p',
'Event-driven web apps from panel objects',
'RSYMES',
'15'
],
[
'Log::Log4perl',
'a',
'm',
'p',
'O',
'p',
'Log4j implementation in Perl',
'MSCHILLI',
'3'
],
[
'Wx',
'M',
'm',
'+',
'O',
'p',
'interface to the wxWidgets GUI toolkit',
'MBARBON',
'8'
],
[
'Test::ISBN',
'b',
'd',
'p',
'f',
'p',
'Check International Standard Book Numbers',
'BDFOY',
'3'
],
[
'Test::Env',
'b',
'd',
'p',
'f',
'p',
'Test the environment',
'BDFOY',
'3'
],
[
'Tk::Graph',
'b',
'd',
'p',
'O',
'p',
'Realtime Chart Canvas',
'XPIX',
'8'
],
[
'Business::ISMN',
'b',
'd',
'p',
'h',
'p',
'International Standard Music Numbers',
'BDFOY',
'23'
],
[
'Mac::iTunes',
'a',
'd',
'h',
'O',
'p',
'interface to iTunes files and control',
'BDFOY',
'4'
],
[
'Mac::PropertyList',
'b',
'd',
'p',
'f',
'p',
'work with MacOS X plist files',
'BDFOY',
'12'
],
[
'Wx::WidgetMaker',
'c',
'd',
'p',
'O',
'p',
'CGI.pm-like widget library for wxPerl',
'SLANNING',
'8'
],
[
'DBIx::Chart',
'a',
'd',
'p',
'O',
'a',
'extends DBI & SQL w/ charting capabilities',
'DARNOLD',
'7'
],
[
'Graphics::ColorPicker',
'R',
'd',
'p',
'f',
'g',
'WYSIWYG web browser HEX color selector',
'MIKER',
'8'
],
[
'Bundle::KohaSupport',
'R',
'm',
'o',
'n',
'g',
'A bundle of the modules required for Koha',
'KOHA',
'25'
],
[
'Net::BGP',
'a',
'n',
'p',
'O',
'p',
'Object-oriented API to the BGP protocol',
'SSCHECK',
'5'
],
[
'HPUX::LVM',
'b',
'd',
'p',
'O',
'p',
'Interface to HPUX\'s LVM volume manager',
'CWHITE',
'4'
],
[
'Filter::NumberLines',
'R',
'd',
'p',
'n',
'g',
'Source filter for line numbering',
'BEATNIK',
'2'
],
[
'Template::Plugin::StickyQuery',
'b',
'd',
'p',
'O',
'p',
'TT plugin for HTML::StickyQuery',
'KOBAYASI',
'11'
],
[
'Class::Decorator',
'R',
'd',
'p',
'O',
'p',
'Adds additional responsibilites to an object',
'NWETTERS',
'6'
],
[
'WebService::FreeDB',
'b',
'd',
'p',
'O',
'p',
'A String search interface to FreeDB',
'HMERSCH',
'15'
],
[
'Mac::AppleScript::Glue',
'a',
'd',
'p',
'O',
'p',
'translate Perl into Applescript',
'JLABOVITZ',
'9'
],
[
'AFS',
'R',
'd',
'c',
'O',
'p',
'AFS Distributed File System interface',
'NOG',
'10'
],
[
'PostScript::File',
'b',
'd',
'p',
'O',
'p',
'PostScript File creation with debug support',
'CJM',
'11'
],
[
'Hash::Case',
'M',
'd',
'p',
'r',
'p',
'Case-insensitive hash-keys',
'MARKOV',
'6'
],
[
'Geo::Coordinates::Convert',
'a',
'd',
'p',
'f',
'p',
'Converts geographics coordinates to Lambert',
'JPVIDAL',
'23'
],
[
'Log::Dispatch::Jabber',
'b',
'd',
'p',
'O',
'p',
'Log messages via Jabber',
'ASCOPE',
'21'
],
[
'PDF::Report',
'R',
'd',
'p',
'O',
'p',
'Simple PDF document creation.',
'MITTI',
'11'
],
[
'HTTP::Proxy',
'b',
'd',
'p',
'O',
'p',
'HTTP proxy',
'BOOK',
'15'
],
[
'POE::Component::Client::Ping',
'R',
'd',
'p',
'h',
'p',
'concurrent ICMP ping without fork or threads',
'RCAPUTO',
'5'
],
[
'Math::Geometry::Planar',
'R',
'd',
'p',
'O',
'p',
'A collection of planar geometry functions',
'DVDPOL',
'6'
],
[
'Tk::CollapsableFrame',
'R',
'd',
'p',
'O',
'p',
'Frame that opens and closes',
'LUSOL',
'8'
],
[
'Tk::ExecuteCommand',
'R',
'd',
'p',
'O',
'p',
'execute non-blocking system commands',
'LUSOL',
'8'
],
[
'Tk::LCD',
'R',
'd',
'p',
'O',
'p',
'display Liquid Crystal Display symbols',
'LUSOL',
'8'
],
[
'Tk::PhotoRotate',
'R',
'd',
'p',
'O',
'p',
'rotate Photos by arbitrary angles',
'LUSOL',
'8'
],
[
'Tk::Splashscreen',
'R',
'd',
'p',
'O',
'p',
'display a Splashscreen during initialization',
'LUSOL',
'8'
],
[
'Tk::Thumbnail',
'R',
'd',
'p',
'O',
'p',
'Create a Table of shrunken/expanded images',
'LUSOL',
'8'
],
[
'Pod::Simple',
'b',
'd',
'p',
'O',
'p',
'the framework for parsing Pod',
'ARANDAL',
'26'
],
[
'Tk::ProgressBar::Mac',
'R',
'd',
'p',
'O',
'p',
'blue 3-D Macintosh Classic progress bar',
'LUSOL',
'8'
],
[
'Tk::Copy::Mac',
'R',
'd',
'p',
'O',
'p',
'simulate a Macintosh Classic copy dialog',
'LUSOL',
'8'
],
[
'Tk::DatePick',
'R',
'n',
'p',
'O',
'p',
'A simple widget for date entry',
'LAWGON',
'8'
],
[
'Apache::ForwardedFor',
'R',
'd',
'p',
'O',
'p',
'Updates the remote ip for proxied requests',
'JLAWRENC',
'15'
],
[
'Math::Geometry::GPC',
'R',
'd',
'c',
'f',
'p',
'Perl wrapper for Alan Murta\'s gpc library',
'DVDPOL',
'6'
],
[
'Net::LPR',
'R',
'd',
'p',
'O',
'p',
'Connect to an RFC1179 line printer daemon',
'DMLLOYD',
'5'
],
[
'Apache::iTunes',
'a',
'd',
'p',
'O',
'p',
'mod_perl interface to iTunes',
'BDFOY',
'15'
],
[
'Mac::Errors',
'b',
'd',
'p',
'h',
'p',
'MacErrors.h names, numbers, and descriptions',
'BDFOY',
'4'
],
[
'Image::WMF',
'R',
'd',
'p',
'O',
'g',
'Creates and writes windows metafile images',
'TCOX',
'18'
],
[
'SVG::XML',
'R',
'm',
'p',
'O',
'p',
'Generate xml text strings',
'RONAN',
'18'
],
[
'SVG::Element',
'R',
'm',
'p',
'O',
'p',
'Handle XML elements for the SVG module DOM',
'RONAN',
'18'
],
[
'Language::Ook',
'R',
'd',
'p',
'O',
'p',
'an Ook! interpreter',
'JQUELIN',
'9'
],
[
'Apache::Dynagzip',
'R',
'd',
'p',
'h',
'p',
'dynamic gzip compression of outbound stream',
'SLAVA',
'15'
],
[
'Apache::Log::Spread',
'R',
'm',
'c',
'O',
'a',
'Tightly integrated PHP interpereter',
'GSCHLOSS',
'9'
],
[
'Test::File',
'b',
'd',
'p',
'f',
'p',
'test file attributes through Test::Builder',
'BDFOY',
'3'
],
[
'Tk::Calculator::RPN::HP',
'b',
'd',
'p',
'O',
'p',
'Base class for HP RPN calculators.',
'LUSOL',
'8'
],
[
'HTML::SimpleLinkExtor',
'R',
'd',
'p',
'f',
'p',
'a simple way to extract links',
'BDFOY',
'15'
],
[
'Test::URI',
'b',
'd',
'p',
'f',
'p',
'check parts of URI with Test::Builder',
'BDFOY',
'3'
],
[
'Devel::Size',
'b',
'd',
'c',
'f',
'p',
'Report amount of memory a variable uses',
'DSUGAL',
'3'
],
[
'Math::Fractal::DLA',
'b',
'd',
'p',
'O',
'p',
'Creates a DLA-fractal with GD',
'ARCOLF',
'6'
],
[
'News::Search',
'R',
'd',
'p',
'O',
'b',
'Usenet news searching toolkit',
'SUNTONG',
'19'
],
[
'SVG::DOM',
'R',
'm',
'p',
'O',
'p',
'W3C DOM level 1 support for SVG',
'RONAN',
'18'
],
[
'Time::Duration::sv',
'R',
'd',
'p',
'f',
'p',
'rounded or exact Swedish duratations',
'ABERGMAN',
'6'
],
[
'PostScript::Graph::Bar',
'a',
'd',
'p',
'O',
'a',
'Draw point or line graphs from CSV files',
'CJM',
'11'
],
[
'PostScript::Graph::Key',
'b',
'd',
'p',
'O',
'p',
'A Key box accompanying Graph::Paper',
'CJM',
'11'
],
[
'PostScript::Graph::Paper',
'b',
'd',
'p',
'O',
'p',
'Produce a blank grid on a PostScript file',
'CJM',
'11'
],
[
'PostScript::Graph::Style',
'b',
'd',
'p',
'O',
'p',
'Line, point and bar appearance',
'CJM',
'11'
],
[
'PostScript::Graph::XY',
'a',
'd',
'p',
'O',
'a',
'Draw point or line graphs from CSV files',
'CJM',
'11'
],
[
'Win32API::MIDI',
'a',
'd',
'h',
'O',
'p',
'Perl extension for MS Windows 32bit MIDI API',
'HAYASHI',
'22'
],
[
'Lingua::FR::Numbers',
'R',
'd',
'p',
'h',
'p',
'Converts numeric values into French strings',
'BRIAC',
'11'
],
[
'Business::NoChex',
'b',
'd',
'p',
'O',
'p',
'An OO interface to the NoChex apc',
'RSZEMETI',
'23'
],
[
'MP3::Mplib',
'a',
'd',
'c',
'h',
'p',
'Read and write access to v1 and v2 mp3-tags',
'VPARSEVAL',
'23'
],
[
'Crypt::CCTB',
'c',
'd',
'p',
'O',
'p',
'Classical Cryptography Tool Box',
'DKS',
'14'
],
[
'CGI::FormBuilder',
'M',
'm',
'p',
'O',
'p',
'Easily generate and process stateful forms',
'NWIGER',
'15'
],
[
'Image::Dot',
'R',
'd',
'p',
'f',
'p',
'create 1x1 pixel image files (pure-perl)',
'RGIERSIG',
'18'
],
[
'Tk::IPEntry',
'b',
'd',
'p',
'O',
'p',
'A megawidget for input of IP-Adresses',
'XPIX',
'8'
],
[
'Tk::MinMaxScale',
'R',
'd',
'p',
'O',
'p',
'Two Scale(s) to get a (min, max) values pair',
'JPVIDAL',
'8'
],
[
'Debug::Trace',
'R',
'd',
'p',
'n',
'p',
'Trace subroutine calls',
'JV',
'3'
],
[
'Bio::MAGE',
'R',
'm',
'p',
'O',
'b',
'microarray gene expression (MAGE) API',
'JASONS',
'23'
],
[
'Math::Random::TT800',
'R',
'd',
'c',
'O',
'p',
'TT800 random number generator (C version)',
'LENDL',
'6'
],
[
'Mail::Sort',
'b',
'd',
'p',
'O',
'g',
'Yet another procmail alike for to split mail',
'THEDEVIL',
'19'
],
[
'Math::Evol',
'b',
'd',
'p',
'f',
'p',
'Evolution Search Optimisation',
'PJB',
'6'
],
[
'Games::Ratings',
'b',
'd',
'p',
'O',
'p',
'calculation of ratings -- e.g. chess ratings',
'BARTOLIN',
'23'
],
[
'Math::ErrorPropagation',
'b',
'd',
'p',
'O',
'p',
'Error of a function of statistical data',
'ZBYS',
'6'
],
[
'POE::Component::WebService::Validator::HTML::W3C',
'b',
'd',
'p',
'O',
'p',
'nonblocking WebService::Validator::HTML::W3C',
'ZOFFIX',
'15'
],
[
'Cisco::IPPhone',
'a',
'd',
'p',
'O',
'p',
'Cisco IP Phone interface using XML Objects',
'MRPALMER',
'23'
],
[
'Filesys::SmbClient',
'R',
'd',
'h',
'O',
'p',
'Provide Perl API for libsmbclient.so',
'ALIAN',
'10'
],
[
'MLDBM::TinyDB',
'b',
'd',
'p',
'O',
'p',
'more-than-flatfile-database',
'DADAMK',
'7'
],
[
'XML::Mini',
'b',
'd',
'p',
'O',
'g',
'pure perl API to create and parse XML',
'PDEEGAN',
'11'
],
[
'Remedy::ARSTools',
'b',
'd',
'p',
'O',
'p',
'Alternative object interface to ARSperl',
'AHICOX',
'23'
],
[
'Geo::Coordinates::UTM',
'R',
'd',
'p',
'f',
'p',
'Translation between Lat Lon and UTM Coords',
'GRAHAMC',
'23'
],
[
'Variable::Alias',
'b',
'd',
'p',
'f',
'p',
'Make any variable an alias of another',
'BRENTDAX',
'3'
],
[
'DBIx::XML::DataLoader',
'b',
'n',
'p',
'O',
'p',
'load data from xml document into DB',
'CBERNING',
'7'
],
[
'Apache::ChildExit',
'R',
'd',
'p',
'f',
'p',
'alt Apache::Registry END block handler',
'TQISJIM',
'15'
],
[
'Win32::Daemon::Simple',
'b',
'd',
'p',
'r',
'p',
'simplify creating windows services',
'JENDA',
'22'
],
[
'Verilog::CodeGen',
'R',
'd',
'p',
'h',
'p',
'Object-oriented Verilog code generator',
'WVDB',
'9'
],
[
'Apache::GeoIP',
'a',
'd',
'c',
'O',
'p',
'Look up country by IP address',
'RKOBES',
'15'
],
[
'Image::Maps::Plot::FromPostcode',
'M',
'd',
'p',
'O',
'p',
'Plot various maps from postal codes',
'LGODDARD',
'18'
],
[
'Image::Thumbnail',
'M',
'd',
'p',
'O',
'p',
'Thumbnail images from GD or ImageMagick',
'LGODDARD',
'18'
],
[
'Solaris::PerlGcc',
'b',
'm',
'p',
'n',
'a',
'Build modules agaist Solaris perl using gcc',
'SUNCPAN',
'4'
],
[
'PPM::Make',
'b',
'd',
'p',
'O',
'p',
'Make a PPM package from a CPAN distribution',
'RKOBES',
'17'
],
[
'Mac::Carbon',
'a',
'm',
'c',
'h',
'p',
'Mac OS Carbon API',
'CNANDOR',
'4'
],
[
'Mac::Notification',
'R',
'm',
'c',
'h',
'p',
'Notification Manager',
'CNANDOR',
'4'
],
[
'Mac::Sound',
'R',
'm',
'c',
'h',
'p',
'Sound Manager',
'CNANDOR',
'4'
],
[
'Mac::Speech',
'R',
'm',
'c',
'h',
'p',
'Speech Manager',
'CNANDOR',
'4'
],
[
'XML::RSS',
'M',
'u',
'p',
'?',
'p',
'Parse or create Rich Site Summaries (RSS)',
'ABH',
'11'
],
[
'Convert::yEnc',
'a',
'd',
'p',
'O',
'p',
'yEnc decoder, with database of file parts',
'SWMCD',
'17'
],
[
'Devel::LeakTrace',
'b',
'd',
'h',
'n',
'p',
'indicates where variables are leaking from',
'RCLAMP',
'3'
],
[
'Biblio::Thesaurus',
'M',
'm',
'p',
'O',
'g',
'A Multi-Lingue Thesaurus tool;',
'AMBS',
'11'
],
[
'Test::Version',
'a',
'd',
'p',
'f',
'p',
'check for VERSION information in modules',
'PARTICLE',
'3'
],
[
'Tie::PerfectHash',
'R',
'u',
'p',
'h',
'p',
'Minimal Perfect Hash',
'XERN',
'6'
],
[
'Bundle::BDFOY',
'R',
'd',
'p',
'n',
'p',
'bundle for all modules by brian d foy',
'BDFOY',
'25'
],
[
'Tk::Wizard',
'R',
'd',
'p',
'O',
'p',
'Widget for step-by-step process',
'LGODDARD',
'8'
],
[
'HTML::BarGraph',
'b',
'd',
'p',
'f',
'p',
'generate multiset bar graphs with plain HTML',
'PODGURSV',
'15'
],
[
'Tk::CursorControl',
'R',
'd',
'p',
'O',
'p',
'Manipulate the mouse cursor programmatically',
'DUNNIGANJ',
'8'
],
[
'Bundle::Test',
'R',
'd',
'h',
'h',
'p',
'group of modules used to build test',
'SZABGAB',
'25'
],
[
'Bundle::SSH',
'R',
'd',
'h',
'O',
'p',
'Install modules to use SSH from Perl',
'SZABGAB',
'25'
],
[
'Term::Twiddle',
'R',
'd',
'p',
'O',
'p',
'twiddles baton while-u-wait for long subrout',
'SCOTTW',
'8'
],
[
'Mail::Procmailrc',
'R',
'd',
'p',
'O',
'p',
'(OO) read/write/parse procmail(1) rc files',
'SCOTTW',
'19'
],
[
'Config::Properties',
'M',
'd',
'p',
'O',
'p',
'Configuration using Java style properties',
'SALVA',
'12'
],
[
'HTTP::Cookies::Mozilla',
'b',
'd',
'p',
'O',
'g',
'work with the Mozilla cookies.txt file',
'BDFOY',
'15'
],
[
'HTTP::Cookies::Omniweb',
'b',
'd',
'p',
'O',
'p',
'work with the OmniWeb cookies.xml file',
'BDFOY',
'15'
],
[
'Text::ASCIITable',
'R',
'd',
'p',
'O',
'p',
'Prints a \'ASCII-art\' formatted table',
'LUNATIC',
'11'
],
[
'Lingua::EN::Namegame',
'b',
'd',
'p',
'h',
'p',
'Converts name to verse as in Name Game song',
'YUMPY',
'11'
],
[
'Data::FeatureFactory',
'a',
'd',
'p',
'O',
'p',
'Raw data to data frames for machine learning',
'SIXTEASE',
'6'
],
[
'File::Find::Rule::XPath',
'R',
'd',
'p',
'h',
'p',
'Find files by XPath expression',
'GRANTM',
'10'
],
[
'Math::XOR',
'R',
'd',
'c',
'f',
'p',
'Package to handle XOR encryption of string b',
'CRAKRJACK',
'14'
],
[
'Win32::Console::ANSI',
'b',
'd',
'c',
'p',
'p',
'Emulate ANSI console on Win32 system',
'JLMOREL',
'22'
],
[
'Text::Orientation',
'b',
'u',
'p',
'O',
'p',
'Text Rotator',
'XERN',
'11'
],
[
'Term::ScreenColor',
'b',
'd',
'p',
'O',
'p',
'terminal control + ANSI color support',
'RUITTENB',
'8'
],
[
'Math::Quaternion',
'b',
'd',
'p',
'O',
'p',
'handling of quaternions and rotations',
'JCHIN',
'6'
],
[
'PHP::Include',
'b',
'd',
'p',
'h',
'p',
'Include PHP files from Perl',
'ESUMMERS',
'11'
],
[
'CGI::Application::PhotoGallery',
'b',
'd',
'p',
'O',
'p',
'module to provide a simple photo gallery',
'BRICAS',
'15'
],
[
'Ogg::Vorbis::Header',
'a',
'd',
'c',
'O',
'g',
'View Vorbis info & comments; edit comments',
'DBP',
'23'
],
[
'Mail::Box::Parser::C',
'b',
'm',
'c',
'O',
'p',
'extends Mail::Box with the speed of C',
'MARKOV',
'19'
],
[
'Algorithm::Merge',
'b',
'd',
'p',
'f',
'p',
'Implements 3-way merge and diff algorithms',
'JSMITH',
'6'
],
[
'Games::Crosswords',
'a',
'u',
'p',
'O',
'p',
'Crosswords Game',
'XERN',
'23'
],
[
'Acme::Playmate',
'a',
'd',
'p',
'O',
'g',
'A object-oriented interface to playboy.com',
'ODEZWART',
'15'
],
[
'PHP::Session',
'R',
'd',
'p',
'O',
'p',
'read / write PHP session files',
'MIYAGAWA',
'11'
],
[
'Readonly',
'M',
'd',
'p',
'r',
'p',
'Create read-only scalars, arrays, hashes.',
'ROODE',
'6'
],
[
'HTTP::Cookies::Safari',
'b',
'd',
'p',
'O',
'p',
'work with Apple Safari cookie files',
'BDFOY',
'15'
],
[
'Term::EditLine',
'b',
'd',
'c',
'O',
'l',
'Perl interface to the NetBSD editline lib',
'PHINYX',
'8'
],
[
'HTTP::Cookies::iCab',
'b',
'd',
'p',
'O',
'p',
'work with iCab cookies',
'BDFOY',
'15'
],
[
'Simulation::Automate',
'a',
'd',
'p',
'f',
'p',
'A Simulation Automation Tool',
'WVDB',
'23'
],
[
'Devel::FindGlobals',
'a',
'd',
'p',
'f',
'p',
'Find global variables and their size',
'CNANDOR',
'3'
],
[
'Mail::Transport::Dbx',
'b',
'd',
'c',
'O',
'p',
'Parse Outlook Express mailboxes',
'VPARSEVAL',
'19'
],
[
'CGI::Echo',
'M',
'd',
'p',
'O',
'o',
'Echo form data to test form design',
'RSAVAGE',
'15'
],
[
'CGI::Explorer',
'M',
'd',
'p',
'O',
'o',
'A CGI support module for trees',
'RSAVAGE',
'15'
],
[
'DBIx::Hash2Table',
'M',
'd',
'p',
'O',
'o',
'Save a hash into a database table',
'RSAVAGE',
'7'
],
[
'DBIx::HTML::ClientDB',
'M',
'd',
'p',
'O',
'o',
'Convert SQL into a JavaScript database',
'RSAVAGE',
'7'
],
[
'DBIx::HTML::LinkedMenus',
'M',
'd',
'p',
'O',
'o',
'Convert db data to 2 linked HTML popup menus',
'RSAVAGE',
'7'
],
[
'DBIx::HTML::PopupRadio',
'M',
'd',
'p',
'O',
'o',
'Convert db data to popup menu or radio group',
'RSAVAGE',
'7'
],
[
'DBIx::Table2Hash',
'M',
'd',
'p',
'O',
'o',
'Read a database table into a hash',
'RSAVAGE',
'7'
],
[
'DBIx::MSSQLReporter',
'M',
'd',
'p',
'O',
'o',
'Interface to MS SQL Server & MS Data Engine',
'RSAVAGE',
'7'
],
[
'App::Booklist',
'b',
'd',
'p',
'O',
'p',
'CLI application for managing reading lists',
'GENEHACK',
'23'
],
[
'DNS::Config',
'b',
'd',
'p',
'O',
'p',
'Generic config with specific file adaptor',
'WOLF',
'5'
],
[
'DNS::Zone',
'R',
'd',
'p',
'O',
'p',
'Generic zone with specific file adaptors',
'WOLF',
'5'
],
[
'MMDS',
'M',
'd',
'p',
'h',
'p',
'Minimal Markup Document System',
'JV',
'11'
],
[
'Tibco::Rv',
'R',
'd',
'c',
'O',
'p',
'Perl bindings for TIBCO TIB/Rendezvous',
'STURM',
'24'
],
[
'SOAP::Clean',
'a',
'd',
'p',
'O',
'd',
'For exposing legacy appls as web services',
'STODGHIL',
'5'
],
[
'Apache::FakeCookie',
'R',
'd',
'p',
'O',
'g',
'fake request object for debugging',
'MIKER',
'15'
],
[
'Curses::Application',
'a',
'm',
'p',
'O',
'p',
'Application UI framework for Curses',
'CORLISS',
'8'
],
[
'PHP::MySQL_Session',
'a',
'd',
'p',
'O',
'p',
'read / write PHP session data from MySQL',
'CARCUS',
'11'
],
[
'Lingua::TH::Segmentation',
'R',
'u',
'h',
'O',
'p',
'an XS interface to Thai word segment. Lib',
'ROMERUN',
'11'
],
[
'Sub::Regex',
'R',
'u',
'p',
'p',
'p',
'Creating Synonymous Subroutines',
'XERN',
'3'
],
[
'Geo::ShapeFile',
'R',
'd',
'p',
'O',
'p',
'GIS system shape file interface',
'JASONK',
'6'
],
[
'User::Identity',
'a',
'd',
'p',
'O',
'p',
'Define a person',
'MARKOV',
'12'
],
[
'Mail::Identity',
'c',
'm',
'p',
'O',
'p',
'E-mail address handling',
'MARKOV',
'19'
],
[
'Class::Prevayler',
'b',
'd',
'p',
'O',
'a',
'prl-implementation of the prevayler-concept',
'NATHANAEL',
'6'
],
[
'Lingua::GL::Stemmer',
'a',
'u',
'p',
'f',
'p',
'Galician language stemming',
'XERN',
'11'
],
[
'Lingua::PT::Stemmer',
'a',
'u',
'p',
'f',
'p',
'Portuguese language stemming',
'XERN',
'11'
],
[
'UML::Sequence',
'b',
'd',
'p',
'O',
'p',
'draws sequence diagrams by running the code',
'PHILCROW',
'18'
],
[
'MP3::ID3Lib',
'R',
'd',
'?',
'O',
'p',
'ID3v1/ID3v2 Tagging of MP3 files',
'LBROCARD',
'23'
],
[
'DateTime',
'b',
'm',
'p',
'O',
'p',
'A complete, easy to use date and time object',
'DROLSKY',
'6'
],
[
'Lingua::Lexicon::IDP',
'R',
'd',
'p',
'O',
'p',
'OOP methods for Internet Dictionary Project',
'ASCOPE',
'11'
],
[
'Tk::GraphViz',
'b',
'd',
'p',
'O',
'p',
'Render an interactive GraphViz graph',
'JGS',
'8'
],
[
'Class::EHierarchy',
'b',
'd',
'p',
'O',
'g',
'Base class aggregating several OO aspects',
'CORLISS',
'6'
],
[
'Tk::MatchEntry',
'R',
'm',
'p',
'O',
'p',
'Entry widget with advanced auto-completion',
'WHOM',
'8'
],
[
'SWIFT::Factory::MT300',
'c',
'd',
'p',
'O',
'p',
'Provides an MT300 SWIFT message',
'BIKER',
'24'
],
[
'Statistics::PointEstimation',
'b',
'm',
'p',
'O',
'o',
'module to compute the confidence interval',
'YUNFANG',
'6'
],
[
'Statistics::TTest',
'b',
'm',
'p',
'O',
'o',
'module to perform stat T-test',
'YUNFANG',
'6'
],
[
'Wx::ActiveX',
'R',
'd',
'+',
'O',
'g',
'ActiveX controls, IE & Flash for Wx.',
'GMPASSOS',
'8'
],
[
'Tie::RemoteVar',
'a',
'u',
'p',
'r',
'p',
'Share variables everywhere',
'XERN',
'6'
],
[
'Attribute::Property',
'R',
'n',
'p',
'n',
'n',
'Lvalue methods with value validation',
'JUERD',
'2'
],
[
'Language::XSB',
'b',
'd',
'h',
'f',
'p',
'Interface to XSB programming language',
'SALVA',
'9'
],
[
'Language::Prolog::Yaswi',
'b',
'd',
'c',
'f',
'p',
'Yet another interface to SWI-Prolog',
'SALVA',
'9'
],
[
'Language::Prolog::Types',
'b',
'd',
'p',
'h',
'p',
'Prolog types in Perl.',
'SALVA',
'9'
],
[
'Language::Prolog::Sugar',
'R',
'd',
'p',
'p',
'p',
'Syntactic sugar for Prolog term constructors',
'SALVA',
'9'
],
[
'Net::Whois::IP',
'b',
'd',
'p',
'p',
'p',
'IP whois information lookup',
'BSCHMITZ',
'5'
],
[
'Lingua::Translit',
'R',
'd',
'p',
'O',
'p',
'transliterates text between writing systems',
'ALINKE',
'11'
],
[
'Net::EMI::Client',
'R',
'd',
'p',
'O',
'p',
'Provide a Client to send SMS msgs to an SMSC',
'SCHAFFTER',
'5'
],
[
'SWIFT::Factory::BasicHeader',
'b',
'd',
'p',
'O',
'p',
'Provides the Basic Header Block 1 for SWIFT',
'BIKER',
'24'
],
[
'Linksys::Config',
'b',
'd',
'p',
'O',
'g',
'Object to Configure Linksys SOHO Units',
'JTAVARES',
'23'
],
[
'BerkeleyDB::Lite',
'b',
'd',
'p',
'r',
'p',
'Simplified Access to BerkeleyDB Methods',
'TQISJIM',
'7'
],
[
'SWIFT::Factory::ApplicationHeader',
'b',
'd',
'p',
'O',
'p',
'Provides the Appl. Header Block 2 for SWIFT',
'BIKER',
'24'
],
[
'SWIFT::Factory::Tag::Tag15',
'b',
'd',
'p',
'O',
'p',
'Provides a generic TAG15 for SWIFT',
'BIKER',
'24'
],
[
'Chipcard::CTAPI',
'R',
'd',
'h',
'O',
'p',
'Communication with chipcard terminals',
'WHOM',
'4'
],
[
'HTML::Info',
'a',
'd',
'p',
'O',
'l',
'Summarize the structure of an HTML file',
'JPOWERS',
'15'
],
[
'Net::EMI::Common',
'R',
'd',
'p',
'O',
'p',
'Common routines for EMI clients and servers',
'SCHAFFTER',
'5'
],
[
'Acme::Test::Weather',
'i',
'd',
'p',
'f',
'p',
'Test weather conditions on install',
'ASCOPE',
'15'
],
[
'Win32::SoundRec',
'a',
'd',
'p',
'O',
'p',
'Record audio on Win32 platforms',
'JOUKE',
'22'
],
[
'Geo::CountryFlags',
'R',
'd',
'p',
'O',
'g',
'Ctry code to flag.gif from pub domain or dir',
'MIKER',
'23'
],
[
'Geo::Distance',
'M',
'd',
'p',
'O',
'p',
'Calculate Distances and Closest Locations',
'BLUEFEET',
'23'
],
[
'SWIFT::Factory::Tag::Tag30',
'b',
'd',
'p',
'O',
'p',
'Provide a TAG30 for a SWIFT message',
'BIKER',
'24'
],
[
'SWIFT::Factory::Tag::Tag20',
'b',
'd',
'p',
'O',
'p',
'Provides TAG20 for a SWIFT message',
'BIKER',
'24'
],
[
'ExtUtils::ParseXS',
'R',
'd',
'p',
'f',
'p',
'Converts Perl XS code into C code',
'KWILLIAMS',
'3'
],
[
'Module::Build',
'b',
'd',
'p',
'O',
'p',
'Build, test, and install Perl modules',
'KWILLIAMS',
'2'
],
[
'SWIFT::Factory::Tag::Tag21',
'b',
'd',
'p',
'O',
'p',
'Provide a TAG21 for a SWIFT message',
'BIKER',
'24'
],
[
'SWIFT::Factory::Tag::Tag30T',
'b',
'd',
'p',
'O',
'p',
'Provides a TAG30T for a SWIFT message',
'BIKER',
'24'
],
[
'Image::Maps::Plot::FromLatLong',
'R',
'd',
'p',
'O',
'p',
'Plot latitude/longitude points on JPEG maps',
'LGODDARD',
'18'
],
[
'MP3::M3U::Parser',
'R',
'd',
'p',
'O',
'p',
'MP3 playlist parser',
'BURAK',
'11'
],
[
'Geography::Countries::LatLong',
'R',
'd',
'p',
'f',
'p',
'List of mean latidue and longitude',
'LGODDARD',
'23'
],
[
'MasonX::Resolver::PAR',
'b',
'd',
'p',
'O',
'p',
'HTML::Mason Resolver for PAR Archives',
'MRAMBERG',
'15'
],
[
'SWIFT::Factory::Tag::Tag30V',
'b',
'd',
'p',
'O',
'p',
'Provides a TAG30V for SWIFT',
'BIKER',
'24'
],
[
'SQL::Translator',
'R',
'm',
'p',
'O',
'g',
'Convert RDBMS SQL CREATE syntax.',
'KCLARK',
'11'
],
[
'WWW::ShopBot',
'a',
'u',
'p',
'O',
'p',
'General framework for shopping bots',
'XERN',
'15'
],
[
'Lingua::Stem::Snowball::Da',
'R',
'd',
'p',
'O',
'g',
'Stemming algorithm for Danish',
'CINE',
'11'
],
[
'Games::Object',
'a',
'd',
'p',
'O',
'p',
'Provide a base class for game objects',
'PSTEWART',
'23'
],
[
'Parse::PlainConfig',
'M',
'd',
'p',
'O',
'g',
'Human-readable config file parser/generator',
'CORLISS',
'11'
],
[
'CGI::Lite',
'R',
'd',
'p',
'h',
'?',
'Process and decode WWW forms and cookies',
'SMYLERS',
'15'
],
[
'RTF::Reader',
'i',
'd',
'p',
'O',
'a',
'Implements an RTF reader as per RTF Spec 1.7',
'SARGIE',
'11'
],
[
'WebSphere::Payment',
'R',
'd',
'p',
'O',
'p',
'Interface to IBM WebSphere Payment Manager',
'LEMP',
'24'
],
[
'SWIFT::Factory::Tag::Tag17',
'a',
'd',
'p',
'O',
'p',
'Provide a base class for the Tag17x classes',
'BIKER',
'24'
],
[
'SWIFT::Factory::Tag::Tag17A',
'a',
'd',
'p',
'O',
'p',
'Provide a TAG17A for a SWIFT message',
'BIKER',
'24'
],
[
'SWIFT::Factory::Tag::Tag17T',
'a',
'd',
'p',
'O',
'p',
'Provide a TAG17T for a SWIFT message',
'BIKER',
'24'
],
[
'SWIFT::Factory::Tag::Tag17U',
'a',
'd',
'p',
'O',
'p',
'Provide a TAG17U for a SWIFT message',
'BIKER',
'24'
],
[
'Proc::ParallelLoop',
'b',
'd',
'p',
'f',
'p',
'Execute loops in parallel',
'BDARRAH',
'4'
],
[
'Term::Visual',
'b',
'd',
'p',
'O',
'a',
'Curses interface with POE for multitasking',
'LUNARTEAR',
'8'
],
[
'AI::NeuralNet::Kohonen',
'R',
'd',
'p',
'O',
'p',
'Kohonen\'s Self-organising Feature Maps (SOM)',
'LGODDARD',
'23'
],
[
'POE::Component::Client::HTTP',
'b',
'm',
'p',
'O',
'p',
'non-blocking/parallel web requests engine',
'RCAPUTO',
'15'
],
[
'Proc::Reliable',
'R',
'd',
'p',
'O',
'p',
'Easy, reliable managed process execution',
'DGOLD',
'4'
],
[
'Apache::AuthChecker',
'b',
'd',
'p',
'f',
'g',
'Apache module to prevent password attacks',
'SWAMPFOX',
'15'
],
[
'Business::WorldPay::Junior',
'M',
'd',
'p',
'O',
'g',
'Interface to use WorldPay\'s Junior service.',
'CLIFFORDJ',
'23'
],
[
'Sun::Solaris::Task',
'M',
'm',
'c',
'f',
'a',
'Access Solaris Tasks',
'SUNCPAN',
'4'
],
[
'Sun::Solaris::Project',
'M',
'm',
'c',
'f',
'a',
'Access Solaris Projects',
'SUNCPAN',
'4'
],
[
'Sun::Solaris::Exacct',
'M',
'm',
'c',
'h',
'a',
'Access Solaris Extended Accounting',
'SUNCPAN',
'4'
],
[
'Finance::Bank::CreateCard',
'R',
'd',
'p',
'O',
'p',
'CreateCard online banking access from perl',
'RMCKAY',
'23'
],
[
'Physics::Unit',
'R',
'd',
'p',
'O',
'p',
'Manipulate physics units and dimensions.',
'KLORTHO',
'23'
],
[
'HTML::Tabulate',
'R',
'd',
'p',
'O',
'p',
'Render datasets as HTML tables',
'GAVINC',
'15'
],
[
'POEST::Server',
'c',
'd',
'p',
'O',
'p',
'POE Based SMTP Server with Plugin Support',
'CWEST',
'16'
],
[
'POE::Component::CPAN::SQLite::Info',
'b',
'd',
'p',
'O',
'p',
'non-blocking wrapper for CPAN::SQLite::Info',
'ZOFFIX',
'15'
],
[
'Cartography::Projection::GCTP',
'b',
'd',
'c',
'f',
'p',
'XS interface for GCTP map projection library',
'DSTAHLKE',
'23'
],
[
'Compress::PPMd',
'b',
'd',
'+',
'O',
'p',
'Interface to PPMd compression library',
'SALVA',
'17'
],
[
'PAR',
'R',
'm',
'h',
'O',
'p',
'Perl Archive Toolkit',
'AUTRIJUS',
'3'
],
[
'DB2::db',
'R',
'd',
'p',
'O',
'p',
'Framework for creating/using IBM DB2',
'DMCBRIDE',
'7'
],
[
'Locale::Maketext::Lexicon',
'R',
'd',
'p',
'p',
'p',
'Use other catalog formats in Maketext',
'AUTRIJUS',
'13'
],
[
'Data::Binder',
'b',
'd',
'p',
'O',
'p',
'map of key-values for simple unification',
'HALLEY',
'6'
],
[
'MasonX::Resolver::CVS',
'R',
'd',
'p',
'O',
'b',
'retrieve components from CVS',
'KORTY',
'15'
],
[
'Class::DBI::Oracle',
'b',
'd',
'p',
'O',
'p',
'Class::DBI extension for Oracle',
'DANIEL',
'6'
],
[
'Algorithm::Cluster',
'R',
'd',
'h',
'f',
'g',
'Perl extension for the C clustering library',
'JNOLAN',
'6'
],
[
'Convert::CharMap',
'a',
'm',
'p',
'O',
'p',
'Conversion between Unicode Character Maps',
'AUTRIJUS',
'11'
],
[
'Devel::Hints',
'R',
'd',
'p',
'f',
'p',
'Access compile-time hints at runtime',
'AUTRIJUS',
'3'
],
[
'Encode::compat',
'R',
'm',
'p',
'f',
'p',
'Encode.pm emulation layer',
'AUTRIJUS',
'13'
],
[
'Encode::HanConvert',
'M',
'd',
'p',
'h',
'p',
'Traditional and Simplified Chinese mappings',
'AUTRIJUS',
'13'
],
[
'Encode::HanExtra',
'R',
'm',
'c',
'p',
'p',
'Extra sets of Chinese encodings',
'AUTRIJUS',
'13'
],
[
'Encode::HanDetect',
'b',
'd',
'p',
'p',
'p',
'Cross-encoding/variant Chinese decoder',
'AUTRIJUS',
'13'
],
[
'ExtUtils::AutoInstall',
'R',
'd',
'p',
'h',
'p',
'Automatic install of dependencies via CPAN',
'AUTRIJUS',
'3'
],
[
'HTML::FromANSI',
'R',
'd',
'p',
'f',
'p',
'Mark up ANSI sequences as HTML',
'AUTRIJUS',
'15'
],
[
'Lingua::ZH::HanDetect',
'b',
'd',
'p',
'f',
'p',
'Guess Chinese text\'s variant and encoding',
'AUTRIJUS',
'11'
],
[
'Lingua::ZH::Keywords',
'b',
'd',
'p',
'f',
'p',
'Extract keywords from Chinese text',
'AUTRIJUS',
'11'
],
[
'Lingua::ZH::Numbers',
'R',
'd',
'p',
'f',
'p',
'Converts numeric values into Chinese',
'AUTRIJUS',
'11'
],
[
'Lingua::ZH::Summarize',
'b',
'd',
'p',
'f',
'p',
'Summarizing bodies of Chinese text',
'AUTRIJUS',
'11'
],
[
'Lingua::ZH::TaBE',
'R',
'd',
'c',
'h',
'p',
'Chinese processing via libtabe',
'AUTRIJUS',
'11'
],
[
'Lingua::ZH::Toke',
'b',
'd',
'p',
'r',
'p',
'Chinese Tokenizer',
'AUTRIJUS',
'11'
],
[
'Lingua::ZH::Wrap',
'a',
'd',
'p',
'f',
'p',
'Wrap Chinese text',
'AUTRIJUS',
'11'
],
[
'Locale::Maketext::Fuzzy',
'?',
'd',
'p',
'O',
'p',
'Maketext from already interpolated strings',
'AUTRIJUS',
'13'
],
[
'Module::ScanDeps',
'R',
'm',
'p',
'h',
'p',
'Recursively scan Perl code for dependencies',
'AUTRIJUS',
'2'
],
[
'Unicode::EastAsianWidth',
'M',
'd',
'p',
'p',
'p',
'East Asian Width properties',
'AUTRIJUS',
'13'
],
[
'WWW::SherlockSearch',
'R',
'd',
'p',
'O',
'p',
'Parse and execute Apple Sherlock 2 plugins',
'AUTRIJUS',
'15'
],
[
'GD::Graph3d',
'M',
'd',
'p',
'O',
'p',
'Create 3d extrusion charts using GD',
'WADG',
'18'
],
[
'OurNet::FuzzyIndex',
'R',
'm',
'p',
'f',
'p',
'Inverted search for double-byte characters',
'AUTRIJUS',
'11'
],
[
'Search::FreeText',
'b',
'd',
'p',
'O',
'p',
'Free text indexing using BM25',
'SNKWATT',
'11'
],
[
'Lingua::ZH::PinyinConvert',
'R',
'u',
'p',
'f',
'p',
'Chinese Pinyin System Translation',
'XERN',
'11'
],
[
'CAD::ProEngineer',
'c',
'd',
'c',
'O',
'p',
'Perl Interface to Pro/Engineer API',
'MMETTES',
'24'
],
[
'B::Deobfuscate',
'a',
'd',
'p',
'O',
'g',
'Deobfuscation support utility',
'JJORE',
'2'
],
[
'Math::MagicSquare::Generator',
'R',
'n',
'p',
'O',
'n',
'Magic Square Generator',
'JUERD',
'6'
],
[
'Math::Calc::Euro',
'R',
'n',
'p',
'O',
'n',
'Convert between EUR and the old currencies',
'JUERD',
'6'
],
[
'Crypt::Caesar',
'R',
'n',
'p',
'f',
'n',
'Decrypt rot-N strings',
'JUERD',
'14'
],
[
'DBIx::Simple',
'R',
'd',
'p',
'O',
'n',
'Easy-to-use OO interface to DBI',
'JUERD',
'7'
],
[
'Lingua::EO::Supersignoj',
'b',
'd',
'p',
'O',
'n',
'Convert Esperanto characters',
'JUERD',
'11'
],
[
'B::Keywords',
'b',
'd',
'p',
'n',
'p',
'Lists of reserved barewords and symbol names',
'JJORE',
'2'
],
[
'Math::Project3D',
'M',
'd',
'p',
'O',
'p',
'Project vectorial function from 3D to plane',
'SMUELLER',
'6'
],
[
'Math::Project3D::Plot',
'M',
'd',
'p',
'O',
'p',
'Plot projections of 3D functions with Imager',
'SMUELLER',
'6'
],
[
'Acme::Chef',
'R',
'd',
'p',
'O',
'p',
'Interpreter for Chef programming language',
'SMUELLER',
'9'
],
[
'Physics::Particles',
'R',
'd',
'p',
'O',
'p',
'Simulate particle dynamics',
'SMUELLER',
'23'
],
[
'HPUX::SDUX',
'a',
'n',
'p',
'f',
'p',
'Helps Perl module management via SD-UX',
'ASARIH',
'4'
],
[
'Tk::Task',
'R',
'd',
'p',
'O',
'p',
'Repetitive background tasks in Tk',
'KVAIL',
'8'
],
[
'Tk::autobind',
'R',
'd',
'p',
'O',
'p',
'Automatic ALT-key bindings for Tk widgets',
'KVAIL',
'8'
],
[
'Tk::Stderr',
'R',
'd',
'p',
'h',
'p',
'capture STDERR into separate window',
'KVAIL',
'8'
],
[
'IBM::LoadLeveler',
'R',
'd',
'c',
'f',
'p',
'Interface to IBM LoadLeveler Job Scheduler',
'HAWKINSM',
'24'
],
[
'Mail::GnuPG',
'b',
'd',
'p',
'O',
'p',
'MIME Email <-> GnuPG::Interface interface',
'RSPIER',
'19'
],
[
'Tie::Tk::Listbox',
'R',
'd',
'p',
'r',
'p',
'Access Tk::Listbox widgets et al as arrays',
'SMUELLER',
'8'
],
[
'POE::Component::Daemon::Win32',
'a',
'd',
'p',
'O',
'p',
'POE interface to Win32::Daemon',
'PGUZIS',
'16'
],
[
'OODoc',
'b',
'd',
'p',
'O',
'p',
'Object Oriented documentation generator',
'MARKOV',
'26'
],
[
'Class::XPath',
'a',
'd',
'p',
'O',
'p',
'adds xpath matching to object trees',
'SAMTREGAR',
'6'
],
[
'Test::FIT',
'a',
'd',
'p',
'O',
'p',
'FIT graphical test framework for Perl',
'INGY',
'3'
],
[
'Module::Install',
'a',
'd',
'p',
'O',
'p',
'Standalone, extensible Perl module installer',
'AUTRIJUS',
'2'
],
[
'Module::Test',
'c',
'd',
'p',
'O',
'p',
'Autobundling, extensible framework for tests',
'INGY',
'2'
],
[
'Exporter::Tidy',
'R',
'd',
'p',
'p',
'n',
'Another way of exporting symbols',
'JUERD',
'2'
],
[
'Module::Include',
'c',
'd',
'p',
'O',
'p',
'Powerful #include templates for Perl code',
'INGY',
'2'
],
[
'DBIx::Informix::Perform',
'b',
'd',
'p',
'h',
'a',
'Informix Perform character DB form emulator',
'WEAV',
'7'
],
[
'Text::Flowchart::Script',
'a',
'u',
'p',
'O',
'p',
'Scripting language for Text::Flowchart',
'XERN',
'11'
],
[
'DateTime::Event::Easter',
'R',
'm',
'p',
'O',
'p',
'Returns Easter events for DateTime objects',
'RICKM',
'6'
],
[
'Data::Favorites',
'R',
'd',
'p',
'O',
'p',
'tally a stream for recently dominant items',
'HALLEY',
'6'
],
[
'CGI::Kwiki',
'c',
'd',
'p',
'O',
'p',
'A Quickie Wiki that\'s not too Tricky',
'INGY',
'15'
],
[
'Win32::MSI',
'R',
'd',
'p',
'O',
'g',
'A database-interface for Windows MSI-Files',
'PMAREK',
'22'
],
[
'Astro::Constants',
'a',
'd',
'p',
'f',
'p',
'Physical constants used in Astronomy',
'DUFFEE',
'23'
],
[
'DBD::Google',
'b',
'd',
'p',
'O',
'p',
'Treat Google as a DBI datasource',
'DARREN',
'7'
],
[
'WWW::SMS',
'S',
'm',
'p',
'h',
'g',
'A Perl framework for sending SMS messages',
'EIM',
'15'
],
[
'HTTP::DAVServer',
'a',
'd',
'p',
'O',
'p',
'responde to WebDAV requests',
'JLAWRENC',
'15'
],
[
'BerkeleyDB::Locks',
'b',
'd',
'h',
'O',
'p',
'Berkeley lock subsystem toolkit',
'TQISJIM',
'7'
],
[
'Linux::LVM',
'b',
'd',
'p',
'f',
'p',
'Linux Logical Volume Manager(LVM) Interface',
'CKERNER',
'4'
],
[
'WordNet::Similarity',
'R',
'd',
'p',
'O',
'g',
'WordNet-based semantic relatedness measures',
'SID',
'11'
],
[
'Linux::MemInfo',
'b',
'd',
'p',
'f',
'p',
'Easy interface into /proc/meminfo',
'CKERNER',
'4'
],
[
'Perl6::Classes',
'b',
'd',
'p',
'n',
'p',
'Perl 6 class syntax for Perl 5',
'LPALMER',
'28'
],
[
'DateTime::Calendar::Mayan',
'b',
'm',
'p',
'O',
'p',
'Mayan Long Count Calendar',
'JHOBLITT',
'6'
],
[
'Finance::Bank::DE::SpardaBank',
'R',
'd',
'p',
'O',
'p',
'Check your SpardaBank accounts with Perl',
'RMORIZ',
'23'
],
[
'HTTP::GetImages',
'M',
'd',
'p',
'O',
'p',
'Spider to scrape images from HTML pages',
'LGODDARD',
'15'
],
[
'DateTime::Format::Builder',
'R',
'm',
'p',
'h',
'p',
'Create DateTime parser classes and objects',
'DROLSKY',
'6'
],
[
'Data::Constraint',
'b',
'd',
'p',
'O',
'p',
'Prototypical value checking',
'BDFOY',
'6'
],
[
'HTML::Diff',
'R',
'd',
'p',
'f',
'a',
'HTML-savvy diffs using regexen',
'EZRAKILTY',
'15'
],
[
'DBIx::FileSystem',
'R',
'd',
'p',
'f',
'g',
'manage tables like a filesystem',
'AFRIKA',
'7'
],
[
'Convert::Binary::C',
'b',
'm',
'c',
'O',
'p',
'Binary Data Conversion using C Types',
'MHX',
'17'
],
[
'Win32::RemoteTOD',
'R',
'd',
'c',
'f',
'p',
'Get the time/timezone of remote Win32 server',
'ARICH',
'22'
],
[
'Chart::Plot::Canvas',
'a',
'd',
'p',
'O',
'a',
'Plot two dimensional data in an Tk Canvas',
'PERRAD',
'18'
],
[
'PDF::Reuse',
'a',
'd',
'p',
'f',
'p',
'Reuse and mass produce PDF documents',
'LARSLUND',
'11'
],
[
'PDF::Reuse::Tutorial',
'a',
'd',
'o',
'n',
'p',
'How to produce documents with PDF::Reuse',
'LARSLUND',
'11'
],
[
'ePortal',
'R',
'd',
'p',
'O',
'o',
'ePortal project backend modules',
'RUSAKOV',
'15'
],
[
'Device::WxM2',
'b',
'd',
'p',
'O',
'g',
'Device driver - Davis Weather Mon. 2 station',
'MMABRY',
'4'
],
[
'Locale::Maketext::Gettext',
'M',
'd',
'p',
'h',
'p',
'Joins the gettext and Maketext frameworks',
'IMACAT',
'13'
],
[
'X::Osd',
'R',
'd',
'c',
'O',
'p',
'Perl glue to libxosd (X OnScreen Display)',
'GOZER',
'8'
],
[
'Search::ContextGraph',
'b',
'd',
'p',
'O',
'g',
'A generic contextual network search engine',
'MCEGLOWS',
'11'
],
[
'Apache::Test',
'S',
'm',
'p',
'h',
'o',
'Framework for testing Apache modules',
'APML',
'15'
],
[
'Cache::FastMemoryCache',
'b',
'd',
'p',
'O',
'o',
'In-memory cache plugin for Cache::Cache',
'MILLAWAY',
'17'
],
[
'Search::VectorSpace',
'b',
'd',
'p',
'O',
'p',
'Vector model search engine',
'MCEGLOWS',
'11'
],
[
'POE::Component::Client::TCPMulti',
'b',
'd',
'p',
'h',
'd',
'Light Multiple Socket Interface for POE',
'TAG',
'5'
],
[
'DateTime::Event::Cron',
'R',
'm',
'p',
'O',
'p',
'DateTime from cron listings',
'MSISK',
'6'
],
[
'Palm::Memo32',
'R',
'd',
'p',
'O',
'a',
'Read & Write Palm Memo32 (pn32) pdbs',
'WARTHURT',
'7'
],
[
'Finance::Shares::Chart',
'a',
'd',
'p',
'O',
'a',
'Display stock data, functions and tests',
'CJM',
'23'
],
[
'Finance::Shares::MySQL',
'a',
'd',
'p',
'O',
'a',
'Interface to MySQL database holding quotes',
'CJM',
'23'
],
[
'Finance::Bank::DE::NetBank',
'R',
'd',
'p',
'O',
'p',
'Check your NetBank Bank Accounts with Perl',
'RMORIZ',
'23'
],
[
'Win32::Exchange::Mailbox',
'R',
'd',
'p',
'O',
'p',
'Exchange Mailbox maintenance',
'SMANROSS',
'22'
],
[
'Win32::Exchange::SMTP::Security',
'b',
'd',
'p',
'O',
'p',
'Exchange SMTP access list maintenance',
'SMANROSS',
'22'
],
[
'WWW::Blog::Identify',
'R',
'd',
'p',
'O',
'g',
'Heuristics to identify weblogs from raw HTML',
'MCEGLOWS',
'15'
],
[
'Math::Matrix::SVD',
'b',
'd',
'c',
'f',
'p',
'calcuate singular value decomposition',
'MCEGLOWS',
'23'
],
[
'Shell::POSIX::Select',
'R',
'd',
'p',
'n',
'p',
'The POSIX Shell\'s "select" Loop for Perl',
'YUMPY',
'2'
],
[
'Synergy',
'b',
'd',
'p',
'O',
'g',
'Interface to Telelogic CM Synergy',
'HENKE',
'3'
],
[
'Math::Polyhedra',
'b',
'd',
'p',
'f',
'p',
'vertices, edges, faces of common polyhedra',
'HALLEY',
'6'
],
[
'Geo::Projection',
'b',
'd',
'h',
'O',
'p',
'Mapping latitude/longitude',
'THOSPEL',
'23'
],
[
'Regexp::Tr',
'R',
'd',
'p',
'O',
'g',
'Lightweight run-time tr/// operations',
'CHIA',
'11'
],
[
'Mariachi',
'a',
'm',
'p',
'O',
'p',
'Mariachi - all dancing mail archive generato',
'RCLAMP',
'19'
],
[
'DateTime::Format::Pg',
'b',
'd',
'p',
'O',
'p',
'Parse and format PostgreSQL dates and times',
'DMAKI',
'6'
],
[
'Games::Bingo',
'R',
'd',
'p',
'O',
'a',
'Implementation of the classical bingo game',
'JONASBN',
'23'
],
[
'Net::OBEX::Response',
'a',
'd',
'p',
'O',
'p',
'interpret OBEX protocol response packets',
'ZOFFIX',
'5'
],
[
'Parse::Nessus::NBE',
'R',
'd',
'p',
'f',
'p',
'extract data from Nessus NBE files',
'DKYGER',
'11'
],
[
'Parse::Nessus::ENX',
'R',
'd',
'p',
'f',
'p',
'extract data from Extended NSR (ENX) files',
'DKYGER',
'11'
],
[
'Paper::Specs',
'a',
'd',
'p',
'O',
'p',
'Specifications for paper stock, labels, etc.',
'JONALLEN',
'11'
],
[
'Text::Shift',
'b',
'd',
'p',
'O',
'p',
'Perform shift mappings on text',
'CHIA',
'11'
],
[
'Bundle::ePortal',
'b',
'd',
'p',
'n',
'p',
'Bundle with all ePortal related modules',
'RUSAKOV',
'25'
],
[
'DBIx::BabelKit',
'R',
'd',
'p',
'O',
'p',
'Multilingual Code Description Lookup Table',
'JGORMAN',
'7'
],
[
'DBIx::CodeKit',
'R',
'd',
'p',
'O',
'p',
'Universal Code Description Lookup Table',
'JGORMAN',
'7'
],
[
'Mail::DSN',
'a',
'd',
'p',
'O',
'p',
'Interpret Deliver Status Notifications (DSN)',
'MMCLAGAN',
'19'
],
[
'Heap::Simple',
'R',
'd',
'p',
'O',
'p',
'Simple and fast classic heaps (loader only)',
'THOSPEL',
'6'
],
[
'XML::OPML',
'b',
'd',
'p',
'O',
'p',
'Create, update, and parse OPML documents',
'MADGHOUL',
'11'
],
[
'Text::vFile',
'a',
'd',
'p',
'O',
'p',
'Parses vCard RFC2426 and vCal RFC2445 files',
'JVASILE',
'11'
],
[
'Physics::Springs',
'R',
'd',
'p',
'O',
'p',
'Simulate particle dynamics with springs',
'SMUELLER',
'23'
],
[
'Oracle::Debug',
'c',
'd',
'p',
'O',
'p',
'perldb like interface to Oracle DBMS_DEBUG',
'RFOLEY',
'7'
],
[
'Digest::EMAC',
'R',
'd',
'p',
'f',
'g',
'Uses block ciphers to produce MACs',
'JCDUQUE',
'14'
],
[
'Test::Signature',
'R',
'd',
'p',
'f',
'p',
'Convenience automated testing of SIGNATUREs',
'AUTRIJUS',
'3'
],
[
'Crypt::Misty1',
'R',
'd',
'c',
'O',
'g',
'NESSIE winner for 128-bit key, 64-bit cipher',
'JCDUQUE',
'14'
],
[
'WebService::Mappoint',
'b',
'd',
'p',
'O',
'p',
'Mappoint maps service SOAP access library',
'CGARCIA',
'15'
],
[
'UML::State',
'a',
'd',
'p',
'O',
'p',
'draws state diagrams from simple text files',
'PHILCROW',
'18'
],
[
'SGML::Parser::OpenSP',
'R',
'm',
'+',
'O',
'p',
'XS Interface to the OpenSP SGML/XML Parser',
'BJOERN',
'11'
],
[
'WWW::Extractor',
'a',
'd',
'p',
'O',
'l',
'Semi-automated record extraction from WWW',
'GNALABS',
'15'
],
[
'File::Locate',
'b',
'd',
'c',
'f',
'g',
'Query the locate database',
'VPARSEVAL',
'10'
],
[
'Nmap::Scanner',
'R',
'd',
'p',
'O',
'l',
'Perform and manipulate nmap scans using perl',
'MAXSCHUBE',
'14'
],
[
'AI::ExpertSystem::Simple',
'R',
'd',
'p',
'O',
'p',
'Expert system shell',
'PETERHI',
'23'
],
[
'PDF::API2',
'R',
'm',
'p',
'O',
'o',
'PDF Creation/Modification',
'AREIBENS',
'11'
],
[
'Cisco::Reconfig',
'R',
'd',
'p',
'O',
'p',
'Parse and generate Cisco configuration files',
'MUIR',
'23'
],
[
'Net::QMTP',
'b',
'd',
'p',
'O',
'p',
'Interface to Quick Mail Transfer Protocol',
'JRAFTERY',
'5'
],
[
'Text::Netstring',
'R',
'd',
'p',
'f',
'p',
'Create and manipulate netstrings',
'JRAFTERY',
'11'
],
[
'Crypt::Khazad',
'R',
'd',
'c',
'O',
'g',
'A 64-bit block cipher using a 128-bit key',
'JCDUQUE',
'14'
],
[
'Crypt::Anubis',
'R',
'd',
'c',
'O',
'g',
'A variable-length key, 128-bit block cipher',
'JCDUQUE',
'14'
],
[
'Crypt::Noekeon',
'R',
'd',
'c',
'O',
'g',
'A 128-bit block cipher using a 128-bit key',
'JCDUQUE',
'14'
],
[
'Crypt::Skipjack',
'R',
'd',
'c',
'O',
'g',
'Crypt::CBC-compliant block cipher',
'JCDUQUE',
'14'
],
[
'Devel::NYTProf',
'R',
'm',
'c',
'O',
'p',
'Powerful feature-rich source code profiler',
'TIMB',
'3'
],
[
'Digest::Haval256',
'R',
'd',
'c',
'O',
'g',
'A 256-bit one-way hash function',
'JCDUQUE',
'14'
],
[
'Digest::Whirlpool',
'R',
'd',
'c',
'O',
'g',
'A 512-bit one-way hash function',
'JCDUQUE',
'14'
],
[
'Date:Jalali',
'R',
'd',
'p',
'O',
'p',
'Converts Gregorian date to Jalali',
'AHMAD',
'13'
],
[
'Time::Format',
'R',
'd',
'p',
'r',
'd',
'Easy-to-use date/time formatting',
'ROODE',
'6'
],
[
'Crypt::Square',
'R',
'd',
'c',
'O',
'g',
'Crypt::CBC-compliant block cipher',
'JCDUQUE',
'14'
],
[
'Compress::LZW',
'a',
'd',
'p',
'f',
'p',
'Pure perl implementation of LZW',
'MHOWARD',
'17'
],
[
'Text::Cipher',
'R',
'd',
'p',
'O',
'g',
'Flexible text cipher class and interface',
'CHIA',
'11'
],
[
'WWW::Mechanize',
'M',
'd',
'p',
'O',
'p',
'Automates web page form & link interaction',
'PETDANCE',
'15'
],
[
'Crypt::Rainbow',
'R',
'd',
'c',
'O',
'g',
'A Crypt::CBC compliant block cipher',
'JCDUQUE',
'14'
],
[
'Convert::Bencode',
'R',
'd',
'p',
'f',
'p',
'conversion to/from bencoded strings',
'ORCLEV',
'17'
],
[
'Mail::SPF::Query',
'R',
'm',
'p',
'O',
'o',
'Query Sender Permitted From status in DNS',
'FREESIDE',
'19'
],
[
'POE::Component::Server::Syslog',
'R',
'd',
'p',
'O',
'b',
'Syslog server ability for POE',
'BINGOS',
'5'
],
[
'Digest::Elf',
'R',
'd',
'h',
'f',
'g',
'Hash a string into a 32 bit value',
'MCKAY',
'14'
],
[
'Crypt::SEAL2',
'R',
'd',
'c',
'O',
'g',
'The stream cipher, SEAL v 2.0',
'JCDUQUE',
'14'
],
[
'DateTime::Format::Strptime',
'R',
'm',
'p',
'O',
'p',
'Parse and Format DateTimes using Strptime',
'RICKM',
'6'
],
[
'Crypt::Loki97',
'R',
'd',
'c',
'O',
'g',
'A Crypt::CBC compliant 128-bit block cipher',
'JCDUQUE',
'14'
],
[
'Apache::Language',
'M',
'd',
'p',
'r',
'p',
'Transparent I18N support for Apache',
'GOZER',
'15'
],
[
'Tk::ReportBox',
'R',
'd',
'p',
'O',
'p',
'Display of reports',
'LAWGON',
'8'
],
[
'Crypt::Shark',
'R',
'd',
'c',
'O',
'g',
'A 64-bit block cipher that accepts a 128-bit',
'JCDUQUE',
'14'
],
[
'Acme::Floral',
'R',
'd',
'p',
'p',
'p',
'Produces fragrant perl',
'JJORE',
'2'
],
[
'List::Comprehensions',
'a',
'd',
'p',
'f',
'p',
'allows for list comprehensions in Perl',
'OPHIUCI',
'6'
],
[
'CDDB::Fake',
'R',
'd',
'p',
'O',
'p',
'Fallback for missing CDDB info files',
'JV',
'7'
],
[
'Text::Capitalize',
'?',
'?',
'?',
'?',
'?',
'Capitalizes text, I think',
'SYP',
'11'
],
[
'Sub::Assert',
'R',
'd',
'p',
'f',
'p',
'Design-by-contract: pre- and postconditions',
'SMUELLER',
'3'
],
[
'Math::Symbolic',
'R',
'm',
'p',
'h',
'p',
'Symbolic calculations and derivatives',
'SMUELLER',
'6'
],
[
'Physics::Springs::Friction',
'R',
'd',
'p',
'O',
'p',
'Simulate Dynamics with Springs and Friction',
'SMUELLER',
'23'
],
[
'Math::Fractal::Curve',
'R',
'd',
'p',
'O',
'p',
'Generate 2-dimensional fractal curves',
'SMUELLER',
'6'
],
[
'Business::OnlinePayment::E2Payments',
'b',
'd',
'p',
'O',
'd',
'E2Payments eCommerce Interface',
'AIDAN',
'23'
],
[
'Tk::ApplicationNest',
'b',
'u',
'p',
'O',
'p',
'megawidget to display a program window',
'XPIX',
'8'
],
[
'Tk::DBIx',
'b',
'u',
'p',
'O',
'p',
'A bunch of modules to DB interaction.',
'XPIX',
'8'
],
[
'Java::Build',
'b',
'd',
'h',
'h',
'p',
'Controls Java builds from Perl',
'PHILCROW',
'9'
],
[
'Getargs::Mixed',
'b',
'd',
'p',
'f',
'p',
'Mixed positional/named parameter processor',
'HANENKAMP',
'12'
],
[
'RTSP::Lite',
'b',
'n',
'p',
'O',
'a',
'Lightweight RTSP implementation',
'NABESHIMA',
'5'
],
[
'Encode::Arabic',
'b',
'd',
'p',
'O',
'p',
'Encodings of Arabic',
'SMRZ',
'13'
],
[
'XML::Validator::Schema',
'a',
'd',
'p',
'O',
'p',
'validate XML with a subset of W3C XML Schema',
'SAMTREGAR',
'11'
],
[
'String::Ruby',
'b',
'd',
'c',
'h',
'p',
'Ruby\'s String class ported to Perl',
'VPARSEVAL',
'11'
],
[
'Data::BitMask',
'R',
'd',
'p',
'O',
'a',
'Bitmask manipulation',
'TEVERETT',
'6'
],
[
'Solaris::DeviceTree',
'c',
'd',
'h',
'O',
'p',
'Device tree traversal using libdevinfo etc.',
'DAGOBERT',
'4'
],
[
'HTML::FromMail',
'a',
'm',
'p',
'O',
'g',
'Convert e-mail to HTML',
'MARKOV',
'15'
],
[
'AI::Pathfinding::AStar',
'a',
'd',
'p',
'f',
'p',
'A* Pathfinding Algorithm',
'ACDALTON',
'23'
],
[
'Net::BEEP::Lite',
'b',
'd',
'p',
'O',
'l',
'lightweight BEEP framework',
'DBLACKA',
'5'
],
[
'AxKit::XSP::BasicSession',
'b',
'd',
'p',
'f',
'p',
'Simple session tag library for AxKit',
'KJETILK',
'15'
],
[
'Net::Subnets',
'b',
'd',
'p',
'O',
'p',
'Computing subnets in large scale networks',
'SRI',
'5'
],
[
'Tk::Zinc',
'M',
'm',
'c',
'O',
'l',
'canvas with group transfo clipping openGL',
'ZINCDEV',
'8'
],
[
'Term::Activity',
'R',
'd',
'p',
'O',
'a',
'Term display of processing activity',
'BENNIE',
'8'
],
[
'Net::Milter',
'M',
'd',
'p',
'O',
'p',
'Pure Perl version of MTA end of milter API',
'MGLEE',
'19'
],
[
'Math::Approx::Symbolic',
'R',
'd',
'p',
'O',
'p',
'Symbolic interpolated polynomials',
'SMUELLER',
'6'
],
[
'Tk::Timer',
'i',
'd',
'p',
'O',
'p',
'Tk composite widget for timer display',
'IVORW',
'8'
],
[
'Alien',
'a',
'd',
'p',
'f',
'p',
'Management of non-perl software dependencies',
'ABERGMAN',
'23'
],
[
'Curses::UI::POE',
'b',
'd',
'p',
'p',
'o',
'A subclass that forces Curses::UI to use POE',
'TAG',
'8'
],
[
'File::Stream',
'R',
'd',
'p',
'h',
'p',
'Regular expr. delimited records from streams',
'SMUELLER',
'21'
],
[
'MPEG::Audio::Frame',
'R',
'd',
'p',
'O',
'p',
'A module that parses MPEG frames from FHs',
'NUFFIN',
'23'
],
[
'Algorithm::Hamming::Perl',
'a',
'u',
'p',
'f',
'p',
'ECC Hamming encoding, fixes 1-bit errors',
'BDGREGG',
'6'
],
[
'Bundle::Gnome2',
'b',
'm',
'p',
'n',
'p',
'a bundle to install all Gtk+ 2.x modules.',
'GBROWN',
'25'
],
[
'Win32::UTCFileTime',
'R',
'd',
'c',
'f',
'p',
'Get/set UTC file times with stat/utime',
'SHAY',
'22'
],
[
'Math::Gradient',
'R',
'd',
'p',
'f',
'p',
'Calculate Gradients Between Multiple Numbers',
'CRAKRJACK',
'23'
],
[
'DBD::AnyData',
'b',
'm',
'p',
'O',
'p',
'DBI access to XML, CSV and other formats',
'JZUCKER',
'7'
],
[
'AnyData',
'b',
'm',
'p',
'f',
'p',
'tied hash interface to data in many formats',
'JZUCKER',
'11'
],
[
'DBD::File',
'b',
'm',
'p',
'O',
'p',
'Base class for writing DBI drivers for plain',
'JZUCKER',
'7'
],
[
'XML::LibXML',
'R',
'm',
'h',
'O',
'p',
'Interface to the libxml library',
'PHISH',
'11'
],
[
'AFS::Command',
'R',
'd',
'p',
'O',
'a',
'Wrapper API for AFS Administrative Commands',
'ISAACSON',
'10'
],
[
'Win32::File::VersionInfo',
'R',
'd',
'c',
'f',
'p',
'Reads Win32 exe,dll (PE) version information',
'ALEXEYT',
'22'
],
[
'FindBin::libs',
'M',
'd',
'p',
'p',
'p',
'use, export dir\'s at or above $FindBin::Bin',
'LEMBARK',
'3'
],
[
'IO::Event',
'b',
'd',
'p',
'O',
'p',
'tied non-blocking filehandles with callbacks',
'MUIR',
'21'
],
[
'Test::MultiFork',
'a',
'd',
'p',
'h',
'p',
'Test suite support for multi-process program',
'MUIR',
'3'
],
[
'Oracle::Trace',
'R',
'd',
'p',
'O',
'p',
'Prepend, insert, append data into files',
'RFOLEY',
'10'
],
[
'Tk::SlideSwitch',
'M',
'd',
'p',
'O',
'p',
'A 2 position horizontal or vertical switch',
'LUSOL',
'8'
],
[
'Tk::LineNumberText',
'R',
'd',
'p',
'O',
'p',
'Line numbers for any Text-derived widget',
'DUNNIGANJ',
'8'
],
[
'Tk::DynaTabFrame',
'b',
'u',
'p',
'h',
'a',
'Tk Notebook-like widget with >1 tab rows',
'DARNOLD',
'8'
],
[
'Tk::Statusbar',
'R',
'd',
'p',
'O',
'p',
'Tk Statusbar Widget',
'ZABEL',
'8'
],
[
'POE::Exceptions',
'R',
'd',
'p',
'O',
'b',
'Provides exception handling for POE',
'SUNGO',
'20'
],
[
'POE::API::Peek',
'R',
'd',
'p',
'O',
'b',
'Peek into the internals of a running POE env',
'SUNGO',
'3'
],
[
'Mail::SRS',
'R',
'm',
'p',
'O',
'o',
'Sender Rewriting Scheme for SMTP forwarders',
'SHEVEK',
'19'
],
[
'Params::Validate',
'M',
'd',
'h',
'f',
'p',
'Validate sub params against a spec',
'DROLSKY',
'12'
],
[
'HTTP::Recorder',
'a',
'm',
'p',
'O',
'g',
'Record interaction with web sites.',
'LEIRA',
'15'
],
[
'Acme::Wabby',
'R',
'd',
'p',
'O',
'g',
'Generate random sentences based on seed text',
'POZNICK',
'11'
],
[
'W3C::LinkChecker',
'M',
'm',
'p',
'n',
'o',
'The W3C Link Checker',
'SCOP',
'15'
],
[
'Crypt::Rabbit',
'M',
'd',
'c',
'O',
'g',
'The stream cipher Rabbit',
'JCDUQUE',
'14'
],
[
'DBD::MaxDB',
'b',
'm',
'c',
'h',
'p',
'MySQL MaxDB database driver for DBI',
'MAXDB',
'7'
],
[
'Finance::Performance::Calc',
'R',
'd',
'p',
'f',
'p',
'Rate of return calculations',
'PERSICOM',
'23'
],
[
'Lingua::Stem::Fr',
'R',
'd',
'p',
'f',
'p',
'French stemming',
'SDP',
'11'
],
[
'Fortran::Format',
'a',
'd',
'p',
'O',
'p',
'Emulates Fortran 77 formatted output',
'ITUB',
'9'
],
[
'TeX::Convert::Image',
'b',
'd',
'p',
'O',
'p',
'convert (La)TeX code to images',
'MRTS',
'11'
],
[
'Digest::CRC',
'b',
'd',
'p',
'h',
'p',
'Generic CRC functions',
'OLIMAUL',
'11'
],
[
'POE::Component::Enc::Flac',
'R',
'd',
'p',
'O',
'p',
'Wraps FLAC (lossless audio) encoder flac(1)',
'STE',
'6'
],
[
'Lingua::PT::Conjugate',
'R',
'd',
'p',
'f',
'p',
'Conjugation of Portuguese verbs',
'EGROSS',
'11'
],
[
'Lingua::PT::UnConjugate',
'R',
'd',
'p',
'f',
'p',
'Recognition of conjugated Portuguese verbs',
'EGROSS',
'11'
],
[
'Log::Accounting',
'b',
'd',
'p',
'O',
'p',
'Accounting of network services',
'OLIMAUL',
'21'
],
[
'Log::Accounting::Sendmail',
'b',
'd',
'p',
'O',
'p',
'Accounting for sendmail',
'OLIMAUL',
'21'
],
[
'POE::Component::Enc::Ogg',
'R',
'd',
'p',
'O',
'p',
'Wraps Ogg Vorbis encoder oggenc(1)',
'STE',
'6'
],
[
'Tk::ErrorDump',
'b',
'u',
'p',
'h',
'a',
'ErrorDialog permitting app to save dumpfiles',
'DARNOLD',
'8'
],
[
'HTML::Template::Set',
'b',
'd',
'p',
'O',
'g',
'HTML::Template extension adding set support',
'DJR',
'15'
],
[
'Lingua::Identify',
'M',
'd',
'p',
'f',
'p',
'Language identification',
'AMBS',
'11'
],
[
'Unix::Admin',
'c',
'd',
'p',
'O',
'p',
'Generic interface to Unix admin tasks.',
'BDA',
'4'
],
[
'Win32::PerfMon',
'R',
'd',
'c',
'O',
'p',
'A perl interface into Windows Perf Monitor',
'GLENSMALL',
'22'
],
[
'Net::iTMS',
'M',
'd',
'p',
'O',
'p',
'Retrieve data from the iTunes Music Store',
'TSIBLEY',
'15'
],
[
'Bundle::W3C::Validator',
'M',
'm',
'p',
'n',
'o',
'Bundle for W3C Markup Validator dependencies',
'SCOP',
'25'
],
[
'WWW::Lyrics',
'R',
'n',
'p',
'O',
'p',
'Fetch song lyrics from the internet',
'CORUSCATE',
'15'
],
[
'Crypt::UnixCrypt_XS',
'b',
'd',
'h',
'f',
'p',
'Perl-xs implementation of crypt(3)',
'BORISZ',
'14'
],
[
'Lingua::PT::Nums2Words',
'R',
'd',
'p',
'f',
'p',
'Converts numbers to Portuguese words',
'COG',
'11'
],
[
'Lingua::PT::Words2Nums',
'R',
'd',
'p',
'f',
'p',
'Converts Portuguese words to numbers',
'COG',
'11'
],
[
'WWW::URLToys',
'a',
'd',
'p',
'f',
'b',
'Find links in HTML, download them to files',
'JDRAGO',
'15'
],
[
'RFID::Matrics',
'b',
'm',
'p',
'O',
'r',
'Interface with Matrics RFID Reader',
'GIFF',
'5'
],
[
'PDF::Template',
'R',
'm',
'p',
'O',
'p',
'Lay out PDF files with a template',
'RKINYON',
'11'
],
[
'Excel::Template',
'R',
'm',
'p',
'O',
'p',
'Templating module that generates Excel',
'RKINYON',
'99'
],
[
'Tree::Menu',
'b',
'd',
'p',
'O',
'p',
'Menus as trees',
'PSHARPE',
'6'
],
[
'Lingua::PT::Inflect',
'R',
'd',
'p',
'f',
'p',
'Portuguese words from singular to plural',
'COG',
'11'
],
[
'HTML::Formulate',
'b',
'd',
'p',
'O',
'p',
'HTML form-generation module',
'GAVINC',
'15'
],
[
'Time::Piece::DB2',
'a',
'n',
'p',
'O',
'g',
'Adds DB2-specific methods to Time::Piece',
'MFERRIS',
'6'
],
[
'Class::DBI::DB2',
'b',
'n',
'p',
'O',
'p',
'Extensions to Class::DBI for DB2',
'MFERRIS',
'6'
],
[
'Class::DBI::Loader::DB2',
'a',
'n',
'p',
'O',
'p',
'Class::DBI::Loader DB2 implementation',
'MFERRIS',
'6'
],
[
'Number::Phone::PT',
'R',
'd',
'p',
'f',
'p',
'Validates Portuguese phone numbers',
'COG',
'11'
],
[
'Mail::Client::Yahoo',
'b',
'd',
'p',
'O',
'p',
'Programatically access Yahoo Webmail',
'JOHNSCA',
'19'
],
[
'Tk::Carp',
'b',
'd',
'p',
'f',
'p',
'Redirect warnings and errors to Tk Dialogs',
'JOHNSCA',
'8'
],
[
'Win32::GUI::Carp',
'b',
'd',
'p',
'f',
'p',
'Redirect warnings and errors to Win32::GUI M',
'JOHNSCA',
'22'
],
[
'HtDig::Htsearch',
'a',
'd',
'p',
'O',
'p',
'Perl object interface to the Htseach program',
'DMUEY',
'24'
],
[
'Text::Beautify',
'R',
'd',
'p',
'f',
'p',
'Beautifies text',
'COG',
'11'
],
[
'PerlIO::locale',
'b',
'd',
'c',
'n',
'p',
'PerlIO layer for the current locale encoding',
'RGARCIA',
'21'
],
[
'Config::Scoped',
'M',
'd',
'p',
'O',
'p',
'feature rich configuration file parser',
'GAISSMAI',
'12'
],
[
'GD::SecurityImage',
'R',
'd',
'p',
'O',
'p',
'Security image (captcha) generator',
'BURAK',
'18'
],
[
'WWW::ImageSpool',
'a',
'd',
'p',
'O',
'p',
'Cache images of interest from the web',
'CRAKRJACK',
'15'
],
[
'RTx::Shredder',
'a',
'd',
'p',
'O',
'p',
'RT Shredder extension',
'RUZ',
'7'
],
[
'Text::Wigwam',
'b',
'd',
'p',
'O',
'p',
'A user-extensible template parser.',
'DJOHNSTON',
'11'
],
[
'URI::OpenURL',
'R',
'd',
'p',
'O',
'p',
'URL encoding of Bibliographic Data',
'TIMBRODY',
'15'
],
[
'Digest::SHA',
'M',
'd',
'c',
'h',
'p',
'Perl extension for SHA-1/224/256/384/512',
'MSHELOR',
'14'
],
[
'CORBA::XPIDL',
'b',
'd',
'p',
'O',
'p',
'XPIDL compiler (for Mozilla)',
'PERRAD',
'9'
],
[
'Tk::DirSelect',
'R',
'd',
'p',
'O',
'a',
'Cross-platform directory selection widget',
'MJCARMAN',
'8'
],
[
'Lingua::PT::Hyphenate',
'R',
'd',
'p',
'f',
'p',
'Separates Portuguese words in syllables',
'COG',
'11'
],
[
'Devel::Truth_Table',
'b',
'd',
'p',
'O',
'a',
'Create and manipulate truth tables',
'MJCARMAN',
'3'
],
[
'Apache::QuickCMS',
'b',
'd',
'p',
'O',
'p',
'A small content management system',
'TMURRAY',
'15'
],
[
'PDF::FDF::Simple',
'M',
'd',
'p',
'O',
'p',
'Read and write (Acrobat) FDF files',
'SCHWIGON',
'11'
],
[
'Image::XWD',
'c',
'd',
'p',
'O',
'p',
'X Window Dump image reader',
'NMARCI',
'18'
],
[
'Tie::Simple',
'b',
'd',
'p',
'r',
'p',
'Create ties without creating full packages',
'HANENKAMP',
'6'
],
[
'Sun::Solaris::Ucred',
'b',
'm',
'h',
'f',
'a',
'Perl interface to Solaris User Credentials',
'SUNCPAN',
'4'
],
[
'Sun::Solaris::Privilege',
'b',
'm',
'h',
'f',
'a',
'Perl interface to Solaris Privileges',
'SUNCPAN',
'4'
],
[
'File::Xcopy',
'c',
'd',
'p',
'O',
'p',
'compare, copy, and move files like xcopy',
'GEOTIGER',
'10'
],
[
'HTML::Chunks',
'R',
'd',
'p',
'O',
'p',
'Nested templates for HTML, XML and XHTML',
'DBALMER',
'15'
],
[
'Mail::GPG',
'R',
'd',
'p',
'O',
'p',
'Handling of GnuPG encrypted / signed mails',
'JRED',
'19'
],
[
'Net::IDN::Encode',
'b',
'd',
'p',
'f',
'p',
'Encoding/Decoding of IDNs',
'CFAERBER',
'13'
],
[
'Oracle::Loader',
'R',
'd',
'p',
'O',
'p',
'Create PL/SQL & control file for Sql*Loader',
'GEOTIGER',
'7'
],
[
'Regexp::Genex',
'a',
'd',
'p',
'f',
'p',
'generate regex matching strings with a regex',
'BOWMANBS',
'11'
],
[
'Scalar::Footnote',
'b',
'd',
'c',
'f',
'p',
'Attach hidden scalars to references',
'SPURKIS',
'6'
],
[
'Term::Shelly',
'c',
'd',
'p',
'O',
'p',
'Yet Another Shell-Kit/ReadLine Interface',
'DPAVLIN',
'8'
],
[
'Lingua::AlignmentSet',
'R',
'd',
'p',
'O',
'g',
'handle a word-aligned bilingual corpus',
'PLAMBERT',
'11'
],
[
'Math::MPFR',
'R',
'd',
'c',
'f',
'p',
'Interface to MPFR (floating point) library',
'SISYPHUS',
'6'
],
[
'Data::TimeSeries',
'R',
'd',
'p',
'O',
'g',
'TimeSeries functions and objects',
'TOMMIE',
'6'
],
[
'Tk::ImageButton',
'R',
'd',
'p',
'O',
'p',
'A customisable graphical button',
'DHICKLING',
'8'
],
[
'Games::Sequential',
'a',
'd',
'p',
'O',
'p',
'OO framework for sequential games',
'STIG',
'23'
],
[
'PDL::LAPACK',
'a',
'd',
'h',
'f',
'o',
'Access LAPACK from PDL',
'HBARTEL',
'6'
],
[
'Data::Search',
'a',
'd',
'p',
'f',
'p',
'Searches complex data structures',
'ALX',
'6'
],
[
'Games::AlphaBeta',
'a',
'd',
'p',
'O',
'p',
'OO framework for generic AlphaBeta search',
'STIG',
'23'
],
[
'RFID::Alien',
'b',
'm',
'p',
'O',
'r',
'Interface with Alien RFID reader',
'GIFF',
'5'
],
[
'HTML::Stripper',
'R',
'n',
'p',
'O',
'p',
'Strips HTML markup from bodies of text',
'CORUSCATE',
'15'
],
[
'Net::WWD',
'b',
'd',
'p',
'O',
'a',
'Manipulate network based WWD objects',
'BALESHI',
'15'
],
[
'Fax::DataFax',
'b',
'd',
'p',
'O',
'p',
'Interface for DataFax system from CDSI',
'GEOTIGER',
'7'
],
[
'VCS::CMSynergy',
'R',
'd',
'p',
'O',
'p',
'Interface to Telelogic CM Synergy',
'RSCHUPP',
'3'
],
[
'Digest::SHA::PurePerl',
'R',
'd',
'p',
'h',
'p',
'Perl implementation of SHA-1/224/256/384/512',
'MSHELOR',
'14'
],
[
'Net::CDP',
'b',
'd',
'h',
'O',
'p',
'Cisco Discovery Protocol advertiser/listener',
'MCHAPMAN',
'5'
],
[
'Net::Vypress::Chat',
'a',
'd',
'p',
'O',
'p',
'OO interface to Vypress Chat functions',
'ARTURAZ',
'5'
],
[
'CatalystX::Usul',
'a',
'd',
'p',
'O',
'a',
'A base class for Catalyst MVC components',
'PJFL',
'15'
],
[
'CPAN::AutoINC',
'a',
'd',
'p',
'p',
'p',
'Download and install CPAN modules when used',
'DONS',
'23'
],
[
'HTML::Tooltip::Javascript',
'a',
'd',
'p',
'O',
'p',
'Interface to a Javascript tooltip library',
'UNISOLVE',
'15'
],
[
'Apache::ModBT',
'a',
'd',
'c',
'O',
'o',
'Direct perl connection to a mod_bt tracker.',
'CRAKRJACK',
'16'
],
[
'Config::Magic',
'b',
'd',
'p',
'h',
'p',
'Recognizes configuration files, makes a hash',
'RUSTYP',
'12'
],
[
'MySQL::Backup',
'c',
'd',
'p',
'O',
'p',
'A module for Backuping/restoring mysql DBs',
'DMITRY',
'7'
],
[
'Audio::Moosic',
'R',
'd',
'p',
'O',
'p',
'Moosic client library for Perl',
'FLORA',
'23'
],
[
'Kwiki',
'b',
'd',
'p',
'O',
'p',
'The Kwiki Wiki Building Framework',
'INGY',
'15'
],
[
'Test::Portability::Files',
'R',
'd',
'p',
'f',
'p',
'Check file names portability',
'SAPER',
'3'
],
[
'Mail::Maildir',
'R',
'd',
'p',
'O',
'p',
'Maildir/Maildir++ folder level interface',
'ZEROALTI',
'19'
],
[
'List::Util::Superpositions',
'R',
'd',
'p',
'f',
'p',
'Providing any() and all() for lists',
'RSOD',
'6'
],
[
'Data::Form::Elements',
'b',
'd',
'p',
'O',
'p',
'Form object w/elemental access & validation.',
'PLURAL',
'6'
],
[
'Regexp::Extended',
'a',
'd',
'p',
'r',
'g',
'Wrapper that extends the perl re engine',
'CRUNCHIE',
'11'
],
[
'Text::Query',
'b',
'd',
'p',
'O',
'p',
'Query processing framework',
'EBOHLMAN',
'11'
],
[
'File::Wildcard',
'R',
'd',
'p',
'O',
'p',
'Enhanced glob processing',
'IVORW',
'10'
],
[
'RFID::Base',
'b',
'm',
'p',
'O',
'r',
'Base class for RFID readers and tags',
'GIFF',
'5'
],
[
'RFID::EPC',
'b',
'm',
'p',
'O',
'r',
'Creates and parses EPC RFID tags.',
'GIFF',
'5'
],
[
'SOAP::WSDL',
'b',
'd',
'p',
'O',
'p',
'SOAP with WSDL support',
'MKUTTER',
'5'
],
[
'Term::Slang',
'M',
'd',
'c',
'h',
'p',
'Interface to the S-Lang terminal library.',
'DANIEL',
'8'
],
[
'Image::MetaData::JPEG',
'a',
'd',
'p',
'O',
'g',
'Access to and modification of JPEG meta-data',
'BETTELLI',
'18'
],
[
'Crypt::OpenSSL::PKCS12',
'R',
'd',
'c',
'O',
'p',
'Interface to OpenSSL\'s PKCS12 functions.',
'DANIEL',
'14'
],
[
'Crypt::OpenSSL::X509',
'R',
'd',
'c',
'O',
'p',
'Interface to OpenSSL\'s X509 functions.',
'DANIEL',
'14'
],
[
'Audio::MikMod',
'M',
'd',
'c',
'h',
'p',
'Interface to the MikMod library',
'DANIEL',
'23'
],
[
'CGI::Untaint::Filenames',
'R',
'd',
'p',
'O',
'p',
'Untaint filenames with path: UNIX, Windows',
'DHUDES',
'15'
],
[
'LWP::Protocol::http::SocketUnix',
'R',
'd',
'p',
'O',
'p',
'Speak HTTP through UNIX sockets',
'FLORA',
'15'
],
[
'CGI::FormFactory',
'a',
'd',
'p',
'O',
'p',
'Module for HTML form production/processing',
'GAVINC',
'15'
],
[
'HTML::Breadcrumbs',
'R',
'd',
'p',
'h',
'p',
'Module for creating HTML \'breadcrumb\' trails',
'GAVINC',
'15'
],
[
'CPAN::Search::Lite::Index',
'a',
'd',
'p',
'O',
'p',
'maintain a searchable CPAN database',
'RKOBES',
'23'
],
[
'IO::File::Lockable',
'R',
'd',
'p',
'O',
'p',
'extended IO::File for locking',
'MAKOTO',
'21'
],
[
'Module::MakefilePL::Parse',
'a',
'a',
'p',
'O',
'p',
'Partially-parse Makefile.PL',
'RRWO',
'3'
],
[
'Wiki::Gateway',
'a',
'm',
'o',
'O',
'g',
'API for interaction with wikis',
'BSHANKS',
'15'
],
[
'Net::DNS::Zone::Parser',
'R',
'd',
'p',
'O',
'd',
'DNS Zonefile preparser',
'OLAF',
'5'
],
[
'File::Remove',
'R',
'd',
'p',
'h',
'p',
'Remove files and directories',
'RSOD',
'10'
],
[
'Net::SAP',
'R',
'd',
'p',
'O',
'p',
'Session Announcement Protocol (rfc2974)',
'NJH',
'5'
],
[
'Net::SDP',
'a',
'd',
'p',
'O',
'p',
'Session Description Protocol (rfc2327)',
'NJH',
'5'
],
[
'Syntax::Highlight::HTML',
'b',
'd',
'p',
'O',
'p',
'Highlight HTML syntax in HTML',
'SAPER',
'11'
],
[
'IPC::DirQueue',
'a',
'd',
'p',
'O',
'p',
'disk-based many-to-many queueing system',
'JMASON',
'5'
],
[
'DBIx::TableReferences::MSSQL',
'b',
'd',
'p',
'O',
'p',
'Discover MSSQL table references',
'EDWARDG',
'7'
],
[
'ClearCase::Base',
'c',
'd',
'p',
'O',
'p',
'Interface with Rational ClearCase Base v2002',
'THUNDERA',
'3'
],
[
'POE::Component::Proxy::TCP',
'R',
'd',
'p',
'O',
'p',
'TCP Proxy Component for POE',
'ANDYPUR',
'16'
],
[
'MasonX::Maypole',
'a',
'd',
'p',
'O',
'p',
'Use HTML::Mason as a frontend to Maypole',
'DAVEBAIRD',
'15'
],
[
'Lingua::GA::Gramadoir',
'b',
'd',
'p',
'O',
'p',
'Check the grammar of Irish language text',
'SCANNELL',
'11'
],
[
'Interface::Param',
'M',
'd',
'p',
'O',
'p',
'Add param()-style methods to your objects',
'SHAUNGUTH',
'3'
],
[
'Tk::SignOnDialog',
'a',
'd',
'p',
'O',
'a',
'Popup dialog for username and password',
'KESZLER',
'8'
],
[
'Wily',
'a',
'd',
'p',
'O',
'p',
'Wily message interface',
'SHOLDEN',
'8'
],
[
'MIME::Lite::TT',
'a',
'd',
'p',
'O',
'p',
'TT enabled MIME::Lite wrapper',
'HORIUCHI',
'15'
],
[
'MIME::Lite::TT::Japanese',
'a',
'd',
'p',
'O',
'p',
'MIME::Lite::TT with Japanese character code',
'HORIUCHI',
'15'
],
[
'Audio::File',
'R',
'd',
'p',
'O',
'g',
'Audio file abstraction library',
'FLORA',
'23'
],
[
'Proc::Forking',
'S',
'd',
'p',
'O',
'g',
'OO interace to fork with load limit',
'FDULAU',
'4'
],
[
'Parse::RPN',
'S',
'd',
'p',
'f',
'g',
'RPN parser/processor (like FORTH)',
'FDULAU',
'11'
],
[
'WWW::Pipeline',
'b',
'd',
'p',
'O',
'p',
'Web Application Framework with Plugins',
'HOWARS',
'15'
],
[
'MP4::Info',
'R',
'd',
'p',
'h',
'p',
'Fetch info from MPEG-4 files',
'JHAR',
'23'
],
[
'Template::Plugin::Data::HTMLDumper',
'R',
'd',
'p',
'O',
'p',
'TT plugin interface to Data::HTMLDumper',
'SUTCH',
'11'
],
[
'Excel::Template::Element::Cell::AutoSize',
'a',
'd',
'p',
'O',
'p',
'Automatically sized cell for Excel::Template',
'THOWELL',
'11'
],
[
'CAD::Drawing',
'R',
'd',
'p',
'O',
'p',
'Flexible Vector Geometry Composition in Perl',
'EWILHELM',
'18'
],
[
'Math::Polygon',
'b',
'd',
'p',
'h',
'p',
'polygon mathematics',
'MARKOV',
'6'
],
[
'Biblio::Document::Parser',
'R',
'm',
'p',
'O',
'g',
'Extracts citations from documents',
'MJEWELL',
'11'
],
[
'Biblio::Citation::Parser',
'R',
'm',
'p',
'O',
'g',
'Parses citations into metadata',
'MJEWELL',
'11'
],
[
'Filter::Crypto',
'R',
'd',
'c',
'h',
'p',
'Create runnable encrypted Perl files',
'SHAY',
'14'
],
[
'Oracle::SQLLoader',
'b',
'd',
'p',
'O',
'p',
'object interface to Oracle\'s SQL*Loader',
'EZRA',
'7'
],
[
'Palm::Magellan::NavCompanion',
'a',
'd',
'p',
'O',
'p',
'Access Magellan\'s GPS Companion waypoints db',
'BDFOY',
'7'
],
[
'AIX::ODM',
'M',
'd',
'p',
'f',
'p',
'Retrieve AIX ODM information',
'DFRENCH',
'4'
],
[
'Benchmark::Forking',
'R',
'd',
'p',
'h',
'p',
'Run benchmarks in separate processes',
'EVO',
'3'
],
[
'Test::LectroTest',
'b',
'm',
'p',
'h',
'p',
'automatic, specification-based testing tool',
'TMOERTEL',
'3'
],
[
'Win32::Process::Perf',
'R',
'n',
'c',
'O',
'p',
'Shows performance counters for a process',
'RPAGITSCH',
'22'
],
[
'Solaris::Disk::SVM',
'b',
'd',
'p',
'O',
'p',
'Read, explore and manipulate SVM configs.',
'JFENAL',
'4'
],
[
'Solaris::Disk::VTOC',
'b',
'd',
'p',
'O',
'p',
'Read Solaris VTOC (aka. slices) from disk',
'JFENAL',
'4'
],
[
'Solaris::Disk::Mnttab',
'b',
'd',
'p',
'O',
'p',
'Read Solaris list of mounted devices',
'JFENAL',
'4'
],
[
'Gtk2::MozEmbed',
'b',
'm',
'c',
'O',
'l',
'Interface to the Mozilla embedding widget',
'TSCH',
'8'
],
[
'Gtk2::TrayManager',
'b',
'm',
'c',
'O',
'l',
'Perl bindings for EggTrayManager',
'BORUP',
'8'
],
[
'Imager::TimelineDiagram',
'a',
'd',
'p',
'O',
'p',
'Create timeline diagrams using Imager',
'MZSANFORD',
'18'
],
[
'XML::ASCX12',
'b',
'd',
'p',
'O',
'l',
'Module to convert ASC X12 EDI to XML',
'KANEY',
'11'
],
[
'HTML::DragAndDrop',
'b',
'd',
'p',
'O',
'p',
'Interface to W.Zorns DragAndDrop library',
'UNISOLVE',
'15'
],
[
'Email::AutoReply',
'b',
'd',
'p',
'O',
'p',
'Email autoresponder development tools',
'AMONSEN',
'19'
],
[
'Language::Frink::Eval',
'a',
'd',
'p',
'O',
'p',
'Wrapper for evaluating Frink expressions',
'CMO',
'9'
],
[
'Genezzo',
'a',
'd',
'p',
'h',
'g',
'extensible database with DBI and tie support',
'JCOHEN',
'7'
],
[
'Apache::AutoLogin',
'b',
'n',
'p',
'f',
'a',
'auto login for basic authentication',
'MMWEBER',
'15'
],
[
'Net::NetSend',
'b',
'd',
'p',
'f',
'p',
'Pure perl implementation of "net send"',
'GREB',
'5'
],
[
'WWW::Dilbert',
'b',
'd',
'p',
'O',
'g',
'Dilbert of the day archive and retrieval',
'NICOLAW',
'15'
],
[
'Myco',
'R',
'd',
'p',
'O',
'p',
'Full featured object-oriented app framework',
'SOMMERB',
'3'
],
[
'Data::Trie',
'c',
'd',
'p',
'O',
'p',
'a small implementation of a letter trie',
'HAMMOND',
'6'
],
[
'Algorithm::BinPack',
'b',
'd',
'p',
'O',
'd',
'efficiently pack items into bins',
'CBTILDEN',
'6'
],
[
'Sys::Uptime',
'b',
'd',
'p',
'f',
'p',
'Get info about the CPU and uptime',
'WIMDH',
'4'
],
[
'RTx::BecomeUser',
'b',
'd',
'p',
'O',
'g',
'Become User feature to RT',
'ABCDEFGH',
'23'
],
[
'define',
'R',
'd',
'p',
'p',
'p',
'Use this pragma to define global constants',
'GGUREVICH',
'27'
],
[
'Language::Zcode',
'a',
'd',
'p',
'O',
'p',
'Parse and translate Z-code story files',
'AKARGER',
'9'
],
[
'Tk::OutlookBar',
'i',
'd',
'p',
'O',
'p',
'Oulook Bar widget for Perl/Tk',
'ZABEL',
'8'
],
[
'Gnome2',
'M',
'm',
'c',
'O',
'l',
'Interface to the 2.x series of GNOME',
'TSCH',
'8'
],
[
'Apache::AuthCAS',
'R',
'd',
'p',
'n',
'g',
'Apache authen module for use with Yale CAS',
'DCASTRO',
'15'
],
[
'File::Split',
'a',
'd',
'p',
'O',
'g',
'Split and Merge files',
'MIDDLETO',
'21'
],
[
'Acme::Umlautify',
'R',
'd',
'p',
'h',
'p',
"\x{c4}dd \x{fc}ml\x{e4}\x{fc}ts t\x{f6} \x{eb}v\x{eb}r\x{ff}th\x{ef}ng!",
'BENNIE',
'11'
],
[
'Acme::Pythonic',
'M',
'd',
'p',
'n',
'p',
'Python whitespace conventions for Perl',
'FXN',
'9'
],
[
'Alarm::Concurrent',
'b',
'd',
'p',
'f',
'p',
'Allow multiple, concurrent alarms',
'JOHNSCA',
'3'
],
[
'Algorithm::SkipList',
'R',
'd',
'p',
'h',
'p',
'Perl implementation of skip lists',
'RRWO',
'6'
],
[
'Apache::AuthzSplitDomainUser',
'b',
'd',
'p',
'f',
'g',
'AuthzHandler that splits the DOMAIN\\user',
'SPEEVES',
'15'
],
[
'Array::LineReader',
'b',
'd',
'p',
'O',
'g',
'read lines of a file by an tied array',
'BHOLSTEN',
'6'
],
[
'Authen::Krb5Password',
'S',
'd',
'c',
'f',
'p',
'Kerberos 5 Password Verification module',
'SHUQUE',
'14'
],
[
'Authen::Users',
'M',
'd',
'p',
'O',
'p',
'DBI based User Authentication',
'BILLH',
'14'
],
[
'Bio::SAGE',
'R',
'd',
'p',
'O',
'p',
'Processing and analysis of SAGE data.',
'SCOTTZED',
'23'
],
[
'Bloom::Filter',
'b',
'm',
'p',
'O',
'g',
'Pure Perl Bloom filter implementation',
'MCEGLOWS',
'6'
],
[
'Bryar::DataSource::SVNRepos',
'a',
'd',
'p',
'O',
'p',
'get your blog entries from an SVN repos',
'MARTIJN',
'7'
],
[
'Business::GestPayCrypt',
'R',
'd',
'p',
'O',
'p',
'Perl interface to the online payment GestPay',
'GAZERRO',
'23'
],
[
'CGI::Application::GDGraph::lines_ap',
'a',
'd',
'p',
'O',
'p',
'Perl extension for CGI::Application',
'JNBROOKES',
'15'
],
[
'Games::Roguelike::Caves',
'a',
'n',
'p',
'f',
'p',
'Generation of cave levels--cellular automata',
'ZPMORGAN',
'23'
],
[
'CGI::Session::Encrypted',
'b',
'd',
'p',
'O',
'p',
'Encrypted session data in CGI applications',
'SRIHA',
'15'
],
[
'Cache::Bounded',
'R',
'd',
'p',
'O',
'g',
'A speed optimized in-memory size-aware cache',
'BENNIE',
'17'
],
[
'Chemistry::File::PDB',
'a',
'm',
'p',
'O',
'p',
'PDB (Protein Data Bank) file reader/writer',
'ITUB',
'23'
],
[
'Clarion',
'R',
'd',
'p',
'O',
'p',
'Perl module to read Clarion 2.1 .dat files',
'ICHE',
'7'
],
[
'Class::Closure',
'b',
'd',
'p',
'h',
'p',
'Encapsulated, declarative class syntax',
'LPALMER',
'6'
],
[
'Class::DBI::Plugin::CountSearch',
'R',
'd',
'p',
'O',
'p',
'Basic COUNT(*) functionality for Class::DBI',
'HOLBROOK',
'6'
],
[
'Class::Modular',
'R',
'd',
'p',
'O',
'g',
'Modular class generation superclass',
'DON',
'6'
],
[
'DBIx::Objects',
'a',
'd',
'p',
'O',
'p',
'Framework for developing database-bound obje',
'ISAAC',
'7'
],
[
'Data::All',
'c',
'd',
'p',
'h',
'p',
'Access to any data type from any source',
'DELANO',
'6'
],
[
'Data::ID::Exim',
'R',
'd',
'p',
'f',
'p',
'generate Exim message IDs',
'ZEFRAM',
'6'
],
[
'Data::SecsPack',
'R',
'd',
'p',
'h',
'b',
'parse,pack,unpack numbers per SEMI E5-94',
'SOFTDIA',
'6'
],
[
'Date::Simple::Month',
'a',
'd',
'p',
'O',
'p',
'a month of Date::Simple objects',
'HORIUCHI',
'6'
],
[
'Deploy',
'c',
'd',
'p',
'h',
'p',
'Standard-Perl',
'RMICHAUD',
'23'
],
[
'Encode::Registry',
'b',
'd',
'p',
'f',
'p',
'install once, use anywhere for mappings',
'MHOSKEN',
'13'
],
[
'Encode::TECkit',
'b',
'd',
'c',
'O',
'p',
'Complex encoding conversion TECkit wrap',
'MHOSKEN',
'13'
],
[
'Encode::UTR22',
'b',
'd',
'p',
'O',
'p',
'UTR22 complex encoding conversion',
'MHOSKEN',
'13'
],
[
'File::LinearRaid',
'b',
'd',
'p',
'r',
'p',
'Multiple physical files as one seamless file',
'ROSULEK',
'21'
],
[
'Font::FNT',
'b',
'd',
'p',
'O',
'p',
'Load, manipulate, save Windows raster fonts',
'SGOELDNER',
'11'
],
[
'Glib',
'R',
'm',
'h',
'O',
'l',
'Bindings for the glib-2.x UI Toolkit',
'RMCFARLA',
'6'
],
[
'Gtk2',
'M',
'm',
'h',
'O',
'l',
'Bindings for the gtk+-2.x UI Toolkit',
'RMCFARLA',
'8'
],
[
'Image::Magick::BarChart',
'a',
'd',
'p',
'O',
'p',
'Simple interface for creating bar charts',
'AWESTHOLM',
'18'
],
[
'Lingua::Stem::Ru',
'R',
'd',
'p',
'f',
'p',
'Porter\'s stemming algorithm for Russian',
'ALGDR',
'11'
],
[
'Net::Irate',
'a',
'd',
'p',
'O',
'p',
'Perl client interface to Irate service',
'DTHAY',
'5'
],
[
'Net::RULI',
'a',
'd',
'c',
'f',
'g',
'Interface for querying DNS SRV records',
'EMARQUES',
'5'
],
[
'POE::Component::OSCAR',
'b',
'd',
'p',
'O',
'p',
'POE interface to Net::OSCAR module',
'DMCC',
'5'
],
[
'Search::Xapian',
'b',
'm',
'+',
'O',
'p',
'perl bindings for the Xapian search library',
'KILINRAX',
'11'
],
[
'Security::LibPath',
'c',
'd',
'p',
'f',
'p',
'Allows setting of @INC from config file',
'JAMESODEN',
'2'
],
[
'Sub::DeferredPartial',
'b',
'd',
'p',
'h',
'p',
'Deferred evaluation / partial application',
'SGOELDNER',
'3'
],
[
'Test::File::Find::Rule',
'R',
'd',
'p',
'O',
'p',
'Test files and directories',
'FABPOT',
'3'
],
[
'Text::Convert::ToImage',
'a',
'd',
'p',
'O',
'p',
'Converts Text to images in various formats',
'HARRY',
'11'
],
[
'Tie::Hash::MultiValue',
'R',
'd',
'p',
'r',
'p',
'Hash w/multiple items under a single key',
'MCMAHON',
'6'
],
[
'Time:Compare',
'b',
'd',
'p',
'O',
'p',
'Module for comparing two time values',
'YAK',
'6'
],
[
'Tree::List2Tree',
'a',
'd',
'p',
'h',
'p',
'Convert list of nodes into tree structure',
'THW',
'6'
],
[
'WIN32::MSI::SummaryInfo',
'R',
'd',
'p',
'O',
'b',
'MSI SummaryInformation stream interface',
'EMPI',
'4'
],
[
'WWW::Scraper::ISBN',
'b',
'd',
'p',
'O',
'p',
'Search for book info by ISBN',
'ASCHAMP',
'15'
],
[
'Win32::Resources',
'b',
'd',
'c',
'O',
'p',
'Manipulate windows executable resources',
'FABPOT',
'22'
],
[
'Win32API::File::Time',
'a',
'd',
'p',
'f',
'p',
'Change dates of Windows open files',
'WYANT',
'22'
],
[
'XML::Handler::Trees',
'b',
'd',
'p',
'O',
'p',
'PerlSAX handlers for building tree structure',
'EBOHLMAN',
'11'
],
[
'XRI',
'c',
'm',
'p',
'O',
'g',
'eXtensible Resource Identifier Library',
'MOCONNOR',
'15'
],
[
'Text::Normalize',
'S',
'd',
'p',
'f',
'p',
'Normalize Text String',
'DMUEY',
'11'
],
[
'Nokia::File::NFB',
'a',
'd',
'p',
'O',
'p',
'Manipulate Nokia .nfb/c phone backup files.',
'RPRICE',
'24'
],
[
'Vonage::Click2Call',
'a',
'd',
'p',
'O',
'p',
'Interface to Vonage click-2-call feature.',
'MZSANFORD',
'24'
],
[
'Date::Namedays::Simple',
'a',
'd',
'p',
'O',
'p',
'Very lightweight date/nameday mapping',
'FAGZAL',
'6'
],
[
'WWW::Yahoo::DrivingDirections',
'a',
'd',
'p',
'O',
'p',
'Interface to maps.yahoo driving directions',
'KESTER',
'15'
],
[
'XML::Handler::EasyTree::Generator',
'b',
'd',
'p',
'h',
'p',
'extension for generating EasyTree structures',
'WREN',
'11'
],
[
'Locale::KeyedText',
'R',
'd',
'p',
'O',
'l',
'Refer to user messages in programs by keys',
'DUNCAND',
'13'
],
[
'Algorithm::Line::Bresenham',
'a',
'd',
'p',
'f',
'p',
'simple pixellated line-drawing algorithm',
'OSFAMERON',
'6'
],
[
'HTML::EasyTable',
'b',
'n',
'p',
'O',
'p',
'Module for easy HTML table print',
'ANIO',
'15'
],
[
'Danga::Socket',
'M',
'm',
'p',
'O',
'o',
'A non-blocking socket object; uses epoll()',
'BRADFITZ',
'5'
],
[
'FrameMaker::MifTree',
'a',
'd',
'p',
'O',
'p',
'A MIF Parser',
'RST',
'11'
],
[
'Class::MethodFilter',
'a',
'd',
'p',
'O',
'p',
'Easily add filters to accessor-based classes',
'MSTROUT',
'6'
],
[
'Physics::Solar::VSO',
'a',
'd',
'p',
'O',
'p',
'Virtual Solar Observatory interfaces',
'ONEIROS',
'23'
],
[
'NEXT::init',
'R',
'd',
'p',
'p',
'p',
'DWIM data inheritence for hashes and arrays.',
'LEMBARK',
'2'
],
[
'Class::DBI::Test::TempDB',
'R',
'd',
'p',
'O',
'p',
'Maintain a SQLite database for testing CDBI',
'LAMECH',
'6'
],
[
'Image::ExifTool',
'R',
'd',
'p',
'O',
'p',
'Read and write meta information in images',
'EXIFTOOL',
'18'
],
[
'Sys::Filesystem',
'c',
'd',
'p',
'O',
'p',
'Get list of filesystems and their properties',
'NICOLAW',
'4'
],
[
'fields::aliased',
'R',
'd',
'h',
'p',
'p',
'creates lexical aliases to fields',
'KVAIL',
'2'
],
[
'Win32::SAPI5',
'a',
'd',
'p',
'O',
'p',
'Perl interface for the Microsoft Speech API5',
'JOUKE',
'22'
],
[
'Audio::FLAC::Header',
'R',
'd',
'h',
'O',
'p',
'Access to FLAC audio metadata',
'DANIEL',
'23'
],
[
'Audio::FLAC::Decoder',
'R',
'd',
'c',
'O',
'p',
'Perl bindings to the FLAC audio decoder',
'DANIEL',
'23'
],
[
'Graph::Layout::Aesthetic',
'R',
'd',
'h',
'O',
'g',
'Aesthetic Graph Layout',
'THOSPEL',
'6'
],
[
'File::RandomAccess',
'R',
'd',
'p',
'O',
'p',
'Allow random access reads of sequential file',
'EXIFTOOL',
'21'
],
[
'File::Find::Closures',
'c',
'd',
'p',
'f',
'p',
'ready-made \\&wanted functions for File::Find',
'BDFOY',
'10'
],
[
'Net::Packet',
'M',
'd',
'h',
'O',
'a',
'unified framework to send a receive packets',
'GOMOR',
'5'
],
[
'HTTP::Cookies::Find',
'b',
'd',
'p',
'O',
'p',
'Locate cookies for the current user',
'MTHURN',
'15'
],
[
'Text::vCard',
'M',
'd',
'p',
'O',
'p',
'Parse/edit vCard (rfc2426) vcf addressbooks',
'LLAP',
'11'
],
[
'Data::Variant',
'R',
'd',
'p',
'h',
'p',
'Variant datatypes',
'LEIJON',
'6'
],
[
'MacOSX::Alias',
'b',
'd',
'p',
'f',
'p',
'Read or create Mac OS X aliases',
'BDFOY',
'4'
],
[
'Lingua::Alphabet::Phonetic',
'R',
'd',
'p',
'O',
'p',
'Map ABC\'s to phonetic alphabets',
'MTHURN',
'11'
],
[
'Tie::Assert',
'a',
'd',
'p',
'O',
'p',
'Enforces restrictions on variables\' contents',
'MOLT',
'6'
],
[
'Net::Address::Ethernet',
'R',
'd',
'p',
'f',
'p',
'Find hardware/ethernet/MAC address',
'MTHURN',
'5'
],
[
'Script::Toolbox',
'R',
'u',
'p',
'h',
'p',
'A toolbox for the daily business scripts',
'ECKARDT',
'12'
],
[
'Text::Contraction',
'b',
'd',
'p',
'O',
'p',
'Finds possible expansions for contractions.',
'BHOLZMAN',
'11'
],
[
'POE::Loop::Glib',
'b',
'd',
'p',
'n',
'p',
'POE interface to the Glib mainloop',
'MARTIJN',
'20'
],
[
'Module::Install::Skip',
'R',
'd',
'p',
'O',
'p',
'Module::Install extension',
'RUZ',
'2'
],
[
'Project::Gantt',
'a',
'd',
'p',
'O',
'p',
'Gantt charts for project management',
'AWESTHOLM',
'23'
],
[
'Text::Similarity',
'b',
'd',
'p',
'O',
'g',
'measure the similarity of text documents',
'JASONM',
'11'
],
[
'WWW::Lunarstorm',
'R',
'd',
'p',
'O',
'p',
'Lunarstorm (www.lunarstorm.se) interface',
'BUMBY',
'15'
],
[
'WebService::BabelFish',
'a',
'm',
'p',
'O',
'p',
'OO interface to babel.altavista.com',
'DMUEY',
'15'
],
[
'Business::OnlinePayment::Moneris',
'b',
'd',
'p',
'O',
'p',
'Moneris Online Payment Module',
'DOWNHOM',
'23'
],
[
'Business::Payroll',
'R',
'd',
'p',
'O',
'p',
'Payroll processing pipeline via XML',
'JAMESP',
'23'
],
[
'Finance::SE::PPM',
'b',
'd',
'p',
'O',
'p',
'Interface to the Swedish PPM pension saving',
'ERWAN',
'23'
],
[
'Net::Chat::Daemon',
'a',
'd',
'p',
'O',
'p',
'Daemon controllable via instant messages',
'SFINK',
'16'
],
[
'Date::Hebrew',
'c',
'd',
'h',
'h',
'g',
'Perl port of libhdate library',
'EPSALON',
'13'
],
[
'Data::Diff',
'a',
'd',
'p',
'h',
'p',
'data structure comparison utility',
'GCAMPBELL',
'6'
],
[
'Business::AU::ACN',
'b',
'd',
'p',
'f',
'p',
'Check an Australian Company Number is valid',
'SCOTT',
'23'
],
[
'Test::WWW::Accessibility',
'i',
'd',
'p',
'f',
'p',
'test web pages for accessibility',
'BDFOY',
'15'
],
[
'MARC::Errorchecks',
'b',
'd',
'p',
'h',
'p',
'Checks for errors in MARC record data',
'EIJABB',
'7'
],
[
'Net::PSYC',
'b',
'd',
'p',
'h',
'p',
'Protocol for SYncronous Conferencing',
'AGOE',
'5'
],
[
'Business::AU::TFN',
'b',
'd',
'p',
'f',
'p',
'Check an Australian Tax File Number (TFN)',
'SCOTT',
'23'
],
[
'Syntax::Highlight::Shell',
'b',
'd',
'p',
'O',
'p',
'Highlight shell scripts',
'SAPER',
'11'
],
[
'POE::Session::Cascading',
'R',
'd',
'p',
'O',
'b',
'Stack-like POE Sessions',
'SUNGO',
'16'
],
[
'POE::Component::DebugShell',
'R',
'd',
'p',
'h',
'b',
'Readline based debug shell for POE',
'XANTUS',
'16'
],
[
'POE::Component::ControlPort',
'?',
'?',
'?',
'?',
'?',
'network control port for POE applications',
'XANTUS',
'0'
],
[
'POE::API::Hooks',
'R',
'd',
'p',
'f',
'b',
'Implement lightweight hooks into POE',
'SUNGO',
'16'
],
[
'Class::Inheritance',
'a',
'n',
'p',
'O',
'p',
'Debug or set multiple inheritance',
'NIELSEN',
'6'
],
[
'Class::Mix',
'R',
'd',
'p',
'f',
'p',
'dynamic class mixing',
'ZEFRAM',
'6'
],
[
'XML::GccXml',
'c',
'd',
'p',
'O',
'p',
'Read GCC-XML\'s C/C++ program structure XML',
'MOLT',
'3'
],
[
'Locale::MakePhrase',
'R',
'd',
'p',
'O',
'l',
'Rule based string localisation',
'MATHEW',
'13'
],
[
'Games::Traveller::UWP',
'b',
'd',
'p',
'O',
'p',
'UWP parser for Traveller RPG',
'RJE',
'23'
],
[
'Algorithm::Knapsack',
'b',
'd',
'p',
'O',
'p',
'Brute-force algorithm for knapsack problem',
'ANDALE',
'6'
],
[
'Games::Maze',
'M',
'd',
'p',
'O',
'p',
'Create Mazes as Objects',
'JGAMBLE',
'23'
],
[
'HTTP::Cache::Transparent',
'R',
'm',
'p',
'O',
'p',
'Cache the result of http-gets persistently',
'MATTIASH',
'15'
],
[
'SQL::Abstract::Limit',
'a',
'd',
'p',
'O',
'p',
'portable LIMIT emulation',
'DAVEBAIRD',
'11'
],
[
'Heap::Simple::Perl',
'R',
'd',
'p',
'O',
'p',
'Pure perl implementation for Heap::Simple',
'THOSPEL',
'6'
],
[
'Heap::Simple::XS',
'R',
'd',
'c',
'O',
'p',
'An XS implementation for Heap::Simple',
'THOSPEL',
'6'
],
[
'Acme::Tpyo',
'b',
'd',
'p',
'f',
'p',
'Adds typos to a string',
'ALTREUS',
'11'
],
[
'Lingua::Tolkien::BURL',
'b',
'd',
'p',
'f',
'p',
'Perl in Orkish',
'RJE',
'11'
],
[
'Regexp::Compost',
'c',
'd',
'p',
'O',
'p',
'lexical heuristic reduces alphabet of chars',
'SHIELDS',
'11'
],
[
'Algorithm::Networksort',
'R',
'd',
'p',
'f',
'p',
'Create Sorting Networds',
'JGAMBLE',
'6'
],
[
'DBIx::SimpleQuery',
'a',
'd',
'p',
'h',
'p',
'Query a SQL database with very little code',
'SSIMMS',
'7'
],
[
'Shell::Parser',
'b',
'd',
'p',
'O',
'p',
'Simple shell script parser',
'SAPER',
'11'
],
[
'Tie::Hash::CustomStorage',
'b',
'd',
'p',
'r',
'p',
'Tied hash with tied or object storage',
'DDUMONT',
'6'
],
[
'Class::DBI::Plugin::Pager',
'b',
'd',
'p',
'O',
'p',
'paged queries for CDBI',
'DAVEBAIRD',
'7'
],
[
'Noid',
'b',
'd',
'p',
'f',
'b',
'nice opaque identifier minter and binder',
'JAK',
'7'
],
[
'IPC::Filter',
'R',
'd',
'p',
'f',
'p',
'filter data through an external process',
'ZEFRAM',
'5'
],
[
'WWW::Webjay',
'a',
'd',
'p',
'O',
'g',
'Interface to Webjay.org API',
'SPACEMAN',
'15'
],
[
'Text::SpellChecker',
'b',
'd',
'p',
'O',
'p',
'OO interface to spellcheck blocks of text',
'BDUGGAN',
'11'
],
[
'Tie::Array::CustomStorage',
'b',
'd',
'p',
'r',
'p',
'Tied array with tied or object storage',
'DDUMONT',
'6'
],
[
'Text::Ngram',
'M',
'd',
'p',
'f',
'p',
'Basis for n-gram analysis',
'AMBS',
'11'
],
[
'Text::Affixes',
'R',
'd',
'p',
'f',
'p',
'Prefixes and suffixes analisys of text',
'KAPPA',
'11'
],
[
'Algorithm::ScheduledPath',
'a',
'a',
'p',
'O',
'p',
'Find scheduled paths in a directed graph',
'RRWO',
'6'
],
[
'Games::Score',
'M',
'd',
'p',
'O',
'p',
'Keep track of score in games',
'COG',
'23'
],
[
'IO::Toolkit',
'R',
'm',
'p',
'n',
'p',
'Creates Logfiles for Perl Modules',
'LINMAR',
'8'
],
[
'DBA::Backup',
'a',
'm',
'p',
'O',
'p',
'Manage automated database backups',
'SEANQ',
'7'
],
[
'DBA::Backup::mysql',
'a',
'm',
'p',
'n',
'p',
'MySQL server plugin for DBA::Backup',
'SEANQ',
'7'
],
[
'Win32::SearchPath',
'R',
'd',
'c',
'f',
'p',
'Perl extension for the Win32 API SearchPath',
'CLIVE',
'22'
],
[
'Bio::Affymetrix',
'b',
'd',
'p',
'O',
'p',
'Parses files created by Affymetrix software',
'SKIPPY',
'24'
],
[
'Graph::Clique',
'S',
'n',
'p',
'f',
'o',
'Generation of k-cliques in a graph',
'EWIJAYA',
'6'
],
[
'Mail::DomainKeys',
'b',
'd',
'p',
'O',
'p',
'Perl implementation of Yahoo\'s DomainKeys',
'ANTHONYU',
'19'
],
[
'Class::Data::Reloadable',
'b',
'd',
'p',
'O',
'p',
'inheritable class data survives reloads',
'DAVEBAIRD',
'6'
],
[
'Net::IPP',
'b',
'd',
'p',
'f',
'p',
'Perl Internet Printing Protocol API',
'BIGHIL',
'5'
],
[
'POE::Component::IRC::Plugin::WWW::XKCD::AsText',
'b',
'd',
'p',
'O',
'p',
'read http://xkcd.com comics on IRC',
'ZOFFIX',
'15'
],
[
'Archive::Tar::Stream',
'R',
'd',
'p',
'O',
'p',
'Streaming on-the-fly Tar archive manipulator',
'KIMMORMH',
'17'
],
[
'Class::IntrospectionMethods',
'b',
'd',
'p',
'O',
'p',
'creates methods with introspection',
'DDUMONT',
'6'
],
[
'Algorithm::Munkres',
'a',
'm',
'p',
'O',
'g',
'Solution to classical Assignment Problem',
'ANAGHAKK',
'17'
],
[
'DBIx::SQLEngine',
'R',
'd',
'p',
'O',
'p',
'Extends DBI with high-level operations',
'EVO',
'7'
],
[
'Test::TempDatabase',
'a',
'd',
'p',
'O',
'p',
'Automates creation and dropping of databases',
'BOSU',
'3'
],
[
'Win32::FetchCommand',
'R',
'd',
'c',
'f',
'p',
'Get the command line for a file extension',
'CLIVE',
'22'
],
[
'Net::RTP',
'b',
'd',
'p',
'O',
'l',
'Send and recieve RTP packets (RFC3550)',
'NJH',
'5'
],
[
'Regexp::Assemble',
'R',
'm',
'p',
'O',
'p',
'Combine patterns into single pattern',
'DLAND',
'11'
],
[
'Image::Xbm2bmp',
'b',
'd',
'p',
'O',
'p',
'Convert xbm image to bmp',
'SHADOWX',
'18'
],
[
'Telephony::CountryDialingCodes',
'R',
'd',
'p',
'O',
'p',
'Int\'l dialing code to country code converter',
'CMANLEY',
'23'
],
[
'Math::Group::Thompson',
'b',
'd',
'p',
'O',
'g',
'Calculate #B(n) on Thompson group F.',
'RALAMOSM',
'23'
],
[
'Mail::Toaster',
'M',
'd',
'p',
'O',
'b',
'a secure full-featured mail server',
'MSIMERSON',
'19'
],
[
'Gtk2::Ex::FormFactory',
'b',
'd',
'p',
'O',
'g',
'Makes building complex Gtk2 GUI\'s easy',
'JRED',
'8'
],
[
'Net::P0f',
'a',
'd',
'p',
'O',
'p',
'Perl wrapper for the P0f utility',
'SAPER',
'5'
],
[
'GD::Barcode::Code93',
'b',
'd',
'p',
'O',
'g',
'GD::Barcode extension for Code93 Symbology',
'DIMARTINO',
'18'
],
[
'Tk::Playlist',
'R',
'd',
'p',
'O',
'p',
'HList widget with "playlist" editing ability',
'CRAKRJACK',
'8'
],
[
'Commands::Guarded',
'b',
'd',
'p',
'h',
'p',
'Better scripting through guarded commands',
'TREY',
'20'
],
[
'Set::Array',
'R',
'd',
'p',
'O',
'p',
'Arrays as objects, with set methods',
'RSAVAGE',
'6'
],
[
'Set::Hash',
'R',
'd',
'p',
'O',
'p',
'Hashes as objects, including set methods',
'RSAVAGE',
'6'
],
[
'Set::String',
'R',
'd',
'p',
'O',
'p',
'Strings as sets of characters',
'RSAVAGE',
'6'
],
[
'GMail::Checker',
'R',
'd',
'p',
'O',
'p',
'GMail wrapper',
'FAYS',
'19'
],
[
'Net::SMS::Clickatell',
'b',
'd',
'p',
'O',
'p',
'Send SMS messages through Clickatell service',
'RALAMOSM',
'24'
],
[
'Lemonldap::Portal',
'b',
'd',
'p',
'O',
'g',
'Lemonldap is a web SSO single sign on',
'EGERMAN',
'15'
],
[
'Chart::Scientific',
'b',
'd',
'p',
'O',
'p',
'A module to make simple scientific 2d plots',
'KESTER',
'18'
],
[
'File::Copy::Recursive',
'R',
'd',
'p',
'f',
'p',
'uses File::Copy to recursively copy dirs',
'DMUEY',
'10'
],
[
'Lemonldap::Portal::Standard',
'b',
'd',
'p',
'O',
'g',
'SSO system based on apache and ldap',
'EGERMAN',
'15'
],
[
'Math::BigInt::GMP',
'R',
'd',
'h',
'f',
'p',
'Use the GMP library for Math::BigInt',
'TELS',
'6'
],
[
'Lemonldap::Portal::Authntsso',
'b',
'd',
'p',
'O',
'g',
'smb authentification for lemonldap SSO',
'EGERMAN',
'15'
],
[
'Lemonldap::Portal::Sslsso',
'b',
'd',
'p',
'O',
'g',
'implementation of client certificate',
'EGERMAN',
'15'
],
[
'SCUBA::Table::NoDeco',
'b',
'd',
'p',
'O',
'p',
'Calculate no-deco limits on repetitive dives',
'PJF',
'23'
],
[
'Finance::Bank::Wachovia',
'b',
'd',
'p',
'O',
'p',
'access account info from Perl via OO module',
'JGARVIN',
'23'
],
[
'News::Article::NoCeM',
'b',
'd',
'p',
'O',
'p',
'a module to generate accurate nocem notices',
'LEEYM',
'19'
],
[
'Verilog::GetInfo',
'R',
'd',
'p',
'O',
'p',
'Get info on Verilog design',
'ROHITM',
'9'
],
[
'POE::Component::Pool::Thread',
'b',
'd',
'p',
'O',
'o',
'Boss session for managing Worker threads',
'TAG',
'5'
],
[
'Teamspeak',
'a',
'd',
'p',
'O',
'p',
'OO Interface to the Voice-Server Teamspeak',
'MALETIN',
'24'
],
[
'Plugin::Installer',
'R',
'd',
'p',
'h',
'p',
'Autoload interface for installing plugins.',
'LEMBARK',
'3'
],
[
'Plugin::Language::DML',
'b',
'd',
'p',
'h',
'p',
'Plugin language handled by Plugin::Installer',
'LEMBARK',
'3'
],
[
'Data::Paginate',
'R',
'd',
'p',
'O',
'p',
'OO interface to paginate data with 1 module',
'DMUEY',
'6'
],
[
'CGI::Application::Plugin::Stream',
'R',
'd',
'p',
'O',
'p',
'CGI::Application Plugin for streaming files',
'PURDY',
'15'
],
[
'Weather::NOAA::GFS',
'a',
'n',
'p',
'O',
'g',
'forecast weather maps from NOAA GFS site',
'LBECCHI',
'23'
],
[
'POE::Component::IRC',
'M',
'd',
'p',
'h',
'p',
'A POE component for building IRC clients',
'BINGOS',
'5'
],
[
'Data::Validate',
'b',
'd',
'p',
'h',
'p',
'Lightweight data validation and untainting',
'SONNEN',
'6'
],
[
'Test::Numeric',
'R',
'd',
'p',
'f',
'p',
'Testing for numbers.',
'EVDB',
'3'
],
[
'AxKit::XSP::Sendmail',
'M',
'm',
'p',
'h',
'a',
'XSP Taglib for sending email',
'MSERGEANT',
'15'
],
[
'Text::Table',
'M',
'd',
'p',
'O',
'p',
'Organize Data in Tables',
'ANNO',
'11'
],
[
'Template::Plugin::Translit::RU',
'b',
'd',
'p',
'O',
'p',
'TT2 plugin for transliterating cyrillic text',
'LIOL',
'11'
],
[
'iCal::Parser::SAX',
'a',
'd',
'p',
'O',
'p',
'Generate SAX events from an iCalendar',
'RFRANKEL',
'11'
],
[
'iCal::Parser',
'a',
'd',
'p',
'O',
'p',
'Parse iCalendar files into a data structure',
'RFRANKEL',
'11'
],
[
'Lemonldap::Config::Parameters',
'b',
'd',
'p',
'O',
'g',
'manages the lemonldap SSO configuration',
'EGERMAN',
'15'
],
[
'Math::FresnelZone',
'M',
'd',
'p',
'f',
'p',
'Calculate Fresnel Zone for a distance & freq',
'DMUEY',
'23'
],
[
'Sub::Recursive',
'b',
'd',
'p',
'f',
'p',
'Anonymous memory leak free recursive subs',
'LODIN',
'3'
],
[
'Test::MockRandom',
'R',
'd',
'p',
'h',
'p',
'Override randoms with non-random behavior',
'DAGOLDEN',
'3'
],
[
'Env::Bash',
'R',
'd',
'p',
'h',
'p',
'Perl access to all bash environ variables',
'BEAU',
'4'
],
[
'Voicent',
'R',
'd',
'p',
'f',
'o',
'Make telephone calls using Voicent Gateway',
'ANDREWIK',
'24'
],
[
'XML::DT',
'M',
'd',
'p',
'f',
'p',
'XML Down Translation Module',
'JJOAO',
'11'
],
[
'Tie::Cvs',
'R',
'd',
'p',
'r',
'p',
'Tie hashes with CVS',
'AMBS',
'6'
],
[
'Lingua::PT::PLN',
'S',
'd',
'p',
'f',
'p',
'Portuguese Natural Language Processing',
'AMBS',
'11'
],
[
'Convert::Wiki',
'b',
'd',
'p',
'O',
'g',
'Convert HTML/POD/TXT from/to Wiki code',
'TELS',
'11'
],
[
'Net::IP::Match::XS',
'R',
'd',
'c',
'f',
'p',
'Match an IP address against a range using C',
'BEAU',
'5'
],
[
'Class::DBI::Template',
'b',
'd',
'p',
'O',
'p',
'Class::DBI / Template Toolkit interface',
'JASONK',
'7'
],
[
'CGI::Session::DB2',
'b',
'd',
'p',
'O',
'p',
'DB2 backing for CGI::Session',
'DMCBRIDE',
'15'
],
[
'Filesys::DiskUsage',
'R',
'd',
'p',
'f',
'p',
'Estimate file space usage (similar to `du`)',
'COG',
'10'
],
[
'Unicode::UTF8simple',
'R',
'd',
'p',
'O',
'p',
'Conversions to/from UTF8 from/to characterse',
'GUS',
'13'
],
[
'Palm::SMS',
'R',
'd',
'p',
'O',
'g',
'Manipulate SMS PDB files for PalmOS',
'LOLO',
'7'
],
[
'X11::FreeDesktop::DesktopEntry',
'b',
'd',
'p',
'O',
'p',
'Interface to Freedesktop.org .desktop files',
'GBROWN',
'8'
],
[
'Date::Holidays::AU',
'a',
'd',
'p',
'f',
'p',
'australian public holidays',
'DDICK',
'6'
],
[
'GD::Image::AnimatedGif',
'M',
'd',
'p',
'O',
'p',
'Super easy way to create Animated Gifs w/ GD',
'DMUEY',
'18'
],
[
'Search::Glimpse',
'S',
'd',
'p',
'O',
'p',
'Perl interface to the Glimpse file indexer',
'AMBS',
'11'
],
[
'File::Monitor',
'?',
'?',
'?',
'?',
'?',
'File monitoring interface',
'ANDYA',
'0'
],
[
'Finance::Amortization',
'b',
'd',
'p',
'O',
'd',
'Amortization Table interface',
'WAGNER',
'23'
],
[
'Test::Number::Delta',
'R',
'd',
'p',
'f',
'p',
'Test absolute difference between numbers',
'DAGOLDEN',
'3'
],
[
'iCal::Parser::HTML',
'a',
'd',
'p',
'O',
'p',
'Generate HTML calendars from iCalendars',
'RFRANKEL',
'11'
],
[
'Tie::File::AsHash',
'b',
'd',
'p',
'r',
'p',
'Access the lines of a file via a Perl hash',
'CANGELL',
'6'
],
[
'AI::NNFlex',
'a',
'd',
'p',
'O',
'p',
'Flexible API for neural networks',
'CCOLBOURN',
'23'
],
[
'Lingua::Treebank',
'R',
'd',
'p',
'O',
'p',
'convert and use Penn Treebank & others',
'KAHN',
'11'
],
[
'Net::DNS::DynDNS',
'b',
'd',
'p',
'O',
'p',
'Interface to www.dyndns.org',
'DDICK',
'5'
],
[
'Text::Tokenizer',
'M',
'd',
'h',
'O',
'g',
'Text tokenizer',
'SAMSK',
'11'
],
[
'GD::Image::Thumbnail',
'M',
'd',
'p',
'O',
'p',
'GD Subclass to create thumbnails even easier',
'DMUEY',
'18'
],
[
'Text::TagTemplate',
'M',
'd',
'p',
'h',
'l',
'Replace tags with generated content',
'MATISSE',
'11'
],
[
'App::Options',
'R',
'd',
'p',
'f',
'p',
'combine cmdline opts, env vars, config files',
'SPADKINS',
'12'
],
[
'Chatbot::Alpha',
'R',
'd',
'p',
'O',
'g',
'AiChaos Alpha Response Brain',
'KIRSLE',
'11'
],
[
'MathML::Entities',
'b',
'd',
'p',
'f',
'a',
'Convert XHTML+MathML named entities',
'DISTLER',
'15'
],
[
'IPC::UPDmsg',
'b',
'd',
'p',
'O',
'p',
'provides cross platform IPC message passing',
'RLAUGHLIN',
'5'
],
[
'Gtk2::Ex::DBI',
'R',
'd',
'p',
'O',
'l',
'Bind a Gtk2::GladeXML to DB server via DBI',
'DKASAK',
'7'
],
[
'Lemonldap::Portal::Cda',
'b',
'n',
'p',
'O',
'g',
'provides Cross Domain Authentification',
'EGERMAN',
'15'
],
[
'Math::Business::MACD',
'M',
'd',
'p',
'O',
'l',
'Moving Average Convergence/Divergence',
'JETTERO',
'6'
],
[
'Math::Business::SMA',
'M',
'd',
'p',
'O',
'l',
'Simple Moving Average',
'JETTERO',
'6'
],
[
'Mobile::UserAgent',
'R',
'd',
'p',
'O',
'p',
'Mobile user agent string parsing class.',
'CMANLEY',
'15'
],
[
'GD::Image::Orientation',
'M',
'd',
'p',
'O',
'p',
'Determine if GD image is vertical/horizontal',
'DMUEY',
'18'
],
[
'Java::Swing',
'b',
'd',
'h',
'O',
'p',
'Perl bindings for Java Swing GUI',
'PHILCROW',
'8'
],
[
'Flickr::Upload',
'R',
'd',
'p',
'f',
'p',
'module for uploading to Flickr.com',
'CPB',
'24'
],
[
'Test::MockDBI',
'a',
'd',
'p',
'O',
'p',
'Test by mocking-up DBI',
'MLFISHER',
'3'
],
[
'Finance::Bank::Commerzbank',
'a',
'd',
'p',
'O',
'p',
'Online Banking Interface for Commerzbank AG',
'TOBI',
'23'
],
[
'Apache::Authen::Program',
'b',
'd',
'p',
'f',
'p',
'authenticate by output of specified program',
'MLFISHER',
'15'
],
[
'Sort::Radix',
'S',
'd',
'p',
'f',
'p',
'A multiple passes distribution algorithm',
'EWIJAYA',
'6'
],
[
'Log::Writer',
'c',
'd',
'h',
'h',
'o',
'Just another logging interface',
'ARPADF',
'21'
],
[
'Games::Go::AGATourn',
'a',
'd',
'p',
'O',
'p',
'parses AGA format tournament files',
'REID',
'23'
],
[
'Finance::Bank::AU::StGeorge',
'b',
'd',
'p',
'O',
'p',
'St George Internet Banking client',
'IWADE',
'23'
],
[
'Time::UTC',
'R',
'd',
'p',
'h',
'p',
'manipulation of UTC in terms of TAI',
'ZEFRAM',
'6'
],
[
'Tie::Constrained',
'R',
'd',
'p',
'r',
'p',
'Pre-validation of changes to variables',
'ZAXO',
'6'
],
[
'List::Part',
'R',
'd',
'p',
'f',
'p',
'Partition one array into several',
'BRENTDAX',
'6'
],
[
'Tie::iCal',
'R',
'd',
'p',
'r',
'p',
'Tie iCal files to Perl hashes',
'BSDZ',
'6'
],
[
'Number::OutlineNumber',
'R',
'd',
'p',
'O',
'p',
'Objects for Outline Numbering strings',
'WILSONPM',
'11'
],
[
'Template::Plugin::Config::General',
'a',
'd',
'p',
'O',
'p',
'TT wrapper around Config::General module',
'LIOL',
'11'
],
[
'Image::Kimdaba',
'b',
'd',
'p',
'f',
'g',
'Parser for the KDE Image Database',
'JMFAYARD',
'18'
],
[
'Net::DHCP',
'b',
'd',
'p',
'O',
'p',
'Interface to DHCP Protocol (RFC2132)',
'SHADINGER',
'5'
],
[
'File::Spec::Link',
'b',
'd',
'p',
'O',
'p',
'reading and resolving symbolic links',
'RMBARKER',
'10'
],
[
'File::Copy::Link',
'b',
'd',
'p',
'f',
'p',
'To replace a link by a copy of the link.',
'RMBARKER',
'10'
],
[
'Games::Diplomacy',
'i',
'n',
'p',
'O',
'p',
'Collection of Diplomacy game modules',
'JAMESTHOM',
'23'
],
[
'POE::Component::IRC::Plugin::CPAN::Info',
'b',
'd',
'p',
'O',
'p',
'access CPAN module/distro/author information',
'ZOFFIX',
'15'
],
[
'Visio',
'a',
'd',
'p',
'O',
'b',
'mainpulating and creating Visio XML files',
'AAKHTER',
'18'
],
[
'Algorithm::SixDegrees',
'b',
'd',
'p',
'O',
'p',
'Find a path through linked elements in a set',
'PETEK',
'6'
],
[
'Lyrics::Fetcher::Google',
'a',
'd',
'p',
'h',
'g',
'Uses google to fetch song lyrics',
'NEBULOUS',
'11'
],
[
'IPC::Shm::Simple',
'a',
'd',
'p',
'O',
'p',
'String data in SysV shared memory.',
'KCODY',
'5'
],
[
'Devel::Fail::Make',
'R',
'd',
'p',
'n',
'p',
'`make` always fails, deliberately',
'MTHURN',
'3'
],
[
'SVG::Template::Graph',
'R',
'd',
'p',
'O',
'p',
'Build line and bar graphs from templates',
'RONAN',
'18'
],
[
'OpenOffice::OODoc',
'R',
'm',
'p',
'O',
'l',
'OpenDocument processing interface',
'JMGDOC',
'11'
],
[
'QWizard',
'M',
'm',
'p',
'O',
'b',
'Easy wizard screens (Gtk2,CGI,Tk,Readline)',
'HARDAKER',
'8'
],
[
'Apache::Voodoo',
'M',
'd',
'p',
'O',
'a',
'Apache/mod_perl web application framework',
'MAVERICK',
'15'
],
[
'Murex',
'c',
'm',
'p',
'O',
'r',
'Murex Configuration',
'LINMAR',
'24'
],
[
'Lemonldap::Handlers::Generic',
'b',
'd',
'p',
'O',
'g',
'Handler for the apache used by lemonldap SSO',
'EGERMAN',
'15'
],
[
'SVG::Manual',
'R',
'd',
'p',
'O',
'p',
'Generate and manipulate SVG XML modules',
'RONAN',
'18'
],
[
'WebService::GoogleMaps',
'a',
'd',
'p',
'f',
'p',
'Retrieves maps from Google Maps',
'KLOHNER',
'15'
],
[
'TiVo::HME',
'a',
'd',
'p',
'O',
'a',
'Pure perl implementation TiVo\'s HME protocol',
'METZZO',
'24'
],
[
'Template::Plugin::SSI',
'R',
'd',
'p',
'O',
'p',
'Plugin to use SSI in Template Toolkit',
'COREY',
'11'
],
[
'DBD::Amazon',
'c',
'd',
'p',
'h',
'a',
'DBI Driver for Amazon ECS API',
'DARNOLD',
'7'
],
[
'Text::Conversation',
'b',
'd',
'p',
'O',
'p',
'Turn a conversation into threads.',
'RCAPUTO',
'11'
],
[
'Test::MockClass',
'a',
'd',
'p',
'O',
'p',
'A module to provide mock classes and objects',
'JJORDAN',
'3'
],
[
'Bundle::Knetrix',
'b',
'd',
'p',
'n',
'n',
'Bundle to install modules for Knetrix',
'ICESPIRIT',
'25'
],
[
'Bio::GMOD',
'b',
'd',
'p',
'O',
'p',
'Unified Generic Model Organism Database API',
'TWH',
'23'
],
[
'Math::Function::Roots',
'b',
'd',
'p',
'f',
'p',
'Collection of Root Finding algorithms',
'SJO',
'23'
],
[
'Maypole::Plugin::Authorization',
'R',
'm',
'p',
'h',
'p',
'Role-based authorization for Maypole apps.',
'DJH',
'14'
],
[
'URI::Obfuscate',
'i',
'd',
'p',
'O',
'g',
'Visually obfuscate a URI',
'DDF',
'15'
],
[
'Error::TryCatch',
'a',
'd',
'p',
'f',
'p',
'OO Exception Handling thru source filtering',
'NILSONSFJ',
'2'
],
[
'Algorithm::Pair::Best',
'a',
'd',
'p',
'O',
'p',
'Pair items according to a \'best score\'',
'REID',
'6'
],
[
'Business::ISBN::Data',
'R',
'd',
'p',
'f',
'p',
'Data pack for Business::ISBN',
'BDFOY',
'23'
],
[
'Audio::DB',
'b',
'd',
'p',
'O',
'p',
'Relational DBs of digital audio collections',
'TWH',
'23'
],
[
'Win32::GUI::HyperLink',
'R',
'd',
'p',
'O',
'p',
'A Win32::GUI HyperLink Label',
'ROBERTMAY',
'22'
],
[
'Sys::PortIO',
'a',
'd',
'h',
'f',
'p',
'Perform direct port I/O from Perl',
'ANDREWHO',
'4'
],
[
'Yahoo::Search',
'R',
'd',
'p',
'O',
'b',
'Official interface to Yahoo!s Search API',
'JFRIEDL',
'15'
],
[
'Mac::Growl',
'R',
'm',
'h',
'f',
'b',
'Interface to the Growl framework',
'CNANDOR',
'4'
],
[
'PHP',
'b',
'd',
'h',
'f',
'p',
'embedded PHP interpreter',
'KARASIK',
'9'
],
[
'Math::Fibonacci::Phi',
'a',
'd',
'p',
'f',
'p',
'Adds Phi support to Math::Fibonacci',
'DMUEY',
'23'
],
[
'BBDB::Export',
'b',
'd',
'p',
'O',
'b',
'versatile emacs-bbdb exporter',
'VVU',
'7'
],
[
'Data::Validate::Domain',
'R',
'd',
'p',
'h',
'p',
'Light weight module for validating domains',
'NEELY',
'6'
],
[
'Data::Validate::IP',
'R',
'd',
'p',
'h',
'p',
'Lightweight IP validation module.',
'NEELY',
'6'
],
[
'DBD::TSM',
'a',
'd',
'p',
'O',
'p',
'Perl DBD driver for TSM admin client',
'LBENDAVID',
'7'
],
[
'Net::EPP::Client',
'b',
'n',
'p',
'O',
'p',
'Perl client module for the EPP protocol.',
'GBROWN',
'5'
],
[
'Taint::Runtime',
'b',
'd',
'p',
'f',
'p',
'Runtime enable taint checking',
'RHANDOM',
'2'
],
[
'WWW::Patent::Page',
'a',
'd',
'p',
'O',
'p',
'Patent document pages downloader; OO',
'ANONWB',
'15'
],
[
'List::Rotation::Cycle',
'R',
'd',
'p',
'O',
'p',
'Cycle through a list of values',
'PELAGIC',
'6'
],
[
'Gtk2::Ex::PopupWindow',
'R',
'd',
'p',
'O',
'l',
'A PopupWindow widget for Gtk2',
'LEEDO',
'8'
],
[
'Games::Tournament::BlackJack',
'a',
'd',
'p',
'h',
'p',
'BlackJack Simulation Environment',
'PJACOBS',
'23'
],
[
'MRTG::Parse',
'b',
'd',
'p',
'f',
'l',
'Parse and utilize MRTG logfiles',
'MARIOF',
'11'
],
[
'Games::Perlwar',
'c',
'd',
'p',
'O',
'p',
'Perl variant of the classic Corewar game',
'YANICK',
'23'
],
[
'SQL::Abstract',
'M',
'm',
'p',
'O',
'p',
'Generate SQL from Perl data structures',
'MSTROUT',
'7'
],
[
'POE::Loop::Wx',
'a',
'd',
'p',
'f',
'p',
'a bridge to support Wx\'s event loop from POE',
'MIKE',
'8'
],
[
'Syntax::Highlight::Universal',
'R',
'd',
'+',
'h',
'p',
'Syntax highlighter based on Colorer library',
'MISHOO',
'11'
],
[
'Devel::Fail::MakeTest',
'R',
'd',
'p',
'n',
'p',
'`make test` always fails, deliberately',
'MTHURN',
'3'
],
[
'WWW::Mechanize:Frames',
'c',
'n',
'p',
'f',
'p',
'WWW::Mechanize extension for frames',
'CPANPERL',
'15'
],
[
'Math::Random::Brownian',
'b',
'd',
'c',
'O',
'p',
'Generates realizations of Brownian Motion',
'WMSZELIGA',
'23'
],
[
'Test::MockTime',
'a',
'd',
'p',
'f',
'p',
'Mock time/localtime for testing',
'DDICK',
'3'
],
[
'File::Format::RIFF',
'R',
'd',
'p',
'O',
'p',
'Resource Interchange File Format/RIFF files',
'STURM',
'21'
],
[
'XML::Tidy',
'R',
'd',
'p',
'O',
'g',
'tidy indenting of XML documents',
'PIP',
'11'
],
[
'XML::Merge',
'R',
'd',
'p',
'O',
'g',
'flexibly merge XML documents',
'PIP',
'11'
],
[
'Games::Cards::Poker',
'R',
'd',
'p',
'f',
'g',
'Pure Perl Poker Functions',
'PIP',
'23'
],
[
'Perl6::Subs',
'a',
'd',
'p',
'p',
'l',
'Define subs in w/named parameters like Perl6',
'CHIPS',
'28'
],
[
'Net::FTP::File',
'R',
'd',
'p',
'O',
'p',
'Simply File operations with Net::FTP',
'DMUEY',
'15'
],
[
'Template::Plugin::HTML::BBCode',
'b',
'd',
'p',
'O',
'p',
'TT2 wrapper around HTML::BBCode module',
'LIOL',
'11'
],
[
'Stream::Reader',
'b',
'd',
'p',
'O',
'p',
'is a stream reader',
'ONDR',
'21'
],
[
'Win32::Word::Writer',
'b',
'd',
'p',
'O',
'p',
'Create Microsoft Word documents',
'JOHANL',
'22'
],
[
'Text::Starfish',
'a',
'd',
'p',
'h',
'p',
'Perl-based System for Text-Embedded Programm',
'VLADO',
'11'
],
[
'Digest::MD5::File',
'R',
'd',
'p',
'O',
'p',
'Digest::MD5 Sub Class to use paths directly',
'DMUEY',
'14'
],
[
'Oracle::Sqlldr',
'a',
'd',
'p',
'O',
'p',
'Perl wrapper around Oracle\'s sqlldr utility.',
'MCGREGOR',
'7'
],
[
'DBD::Pg',
'M',
'm',
'c',
'O',
'p',
'Postgres Driver for DBI',
'DBDPG',
'7'
],
[
'Number::Phone::IE',
'b',
'd',
'p',
'O',
'p',
'Ireland-specific methods for Number::Phone',
'DERMOT',
'11'
],
[
'Cache::Repository',
'b',
'd',
'p',
'O',
'p',
'Generic file repository handling',
'DMCBRIDE',
'17'
],
[
'Tie::Cycle::Sinewave',
'R',
'd',
'p',
'r',
'p',
'Cycle through values following a sinewave',
'DLAND',
'6'
],
[
'Class::AutoloadCAN',
'R',
'd',
'p',
'h',
'p',
'Write CAN instead of AUTOLOAD.',
'TILLY',
'2'
],
[
'Win32::Share',
'c',
'a',
'p',
'O',
'g',
'to create/manage Shares remotely on machine',
'MNIKHIL',
'22'
],
[
'Text::StripAccents',
'a',
'd',
'p',
'h',
'p',
'Convert accented characters to unaccented.',
'CCOLBOURN',
'11'
],
[
'Bio::ASN1::EntrezGene',
'R',
'd',
'p',
'O',
'p',
'Parser for NCBI Entrez Gene (ASN.1-format)',
'MINGYILIU',
'23'
],
[
'Apache::AuthCookieDBI',
'M',
'd',
'p',
'O',
'l',
'Use a DBI datasource with Apache::AuthCookie',
'MATISSE',
'15'
],
[
'Games::Multiplayer::Manager',
'R',
'd',
'p',
'f',
'g',
'Multiplayer games manager',
'KIRSLE',
'23'
],
[
'Lingua::ManagementSpeak',
'b',
'd',
'p',
'O',
'p',
'Tool to build managerial-sounding documents',
'GRYPHON',
'11'
],
[
'Mobile::WURFL',
'b',
'd',
'p',
'O',
'l',
'Interface to WURFL data file',
'VALDEZ',
'15'
],
[
'Win32::File::Summary',
'R',
'n',
'+',
'O',
'p',
'Shows Win32 File summary informations',
'RPAGITSCH',
'22'
],
[
'Image::Epeg',
'a',
'd',
'h',
'O',
'p',
'Resize jpegs at lightning speed',
'MCURTIS',
'18'
],
[
'Astro::SpaceTrack',
'b',
'd',
'p',
'O',
'p',
'Fetch orbital elements from Space-Track.org',
'WYANT',
'23'
],
[
'Net::SMS::BulkSMS',
'R',
'd',
'p',
'O',
'p',
'send SMS messages via provider bulksms.com',
'PEDWARDS',
'5'
],
[
'WordNet::SenseRelate::AllWords',
'R',
'd',
'p',
'O',
'g',
'Semantically Disambiguate All Words in Text',
'TPEDERSE',
'11'
],
[
'Text::Embed',
'a',
'd',
'p',
'r',
'p',
'seperate unwieldy chunks of text from code',
'MCEWAN',
'11'
],
[
'Gnome2::VFS',
'M',
'm',
'c',
'O',
'l',
'Interface to the GNOME VFS library',
'TSCH',
'21'
],
[
'Business::OnlinePayment::Cybersource',
'R',
'd',
'p',
'O',
'p',
'Cybersource implimentation for B::OP',
'PBOWEN',
'23'
],
[
'File::Rename',
'b',
'd',
'p',
'f',
'p',
'Renaming multiple files: based on eg/rename',
'RMBARKER',
'10'
],
[
'CGI::Application::Plugin::CompressGzip',
'b',
'd',
'p',
'n',
'p',
'Add gzip compression to CGI::Application',
'RHESA',
'15'
],
[
'WebService::Upcoming',
'b',
'd',
'p',
'O',
'p',
'A simple interface for the upcoming.org API',
'GKNAUSS',
'15'
],
[
'Data::Sofu',
'b',
'd',
'p',
'O',
'o',
'Interface to "sofu" files',
'MALUKU',
'6'
],
[
'Geo::PostalAddress',
'a',
'd',
'p',
'O',
'b',
'Country-specific postal address management',
'PAUAMMA',
'13'
],
[
'Proc::Fork',
'R',
'd',
'p',
'f',
'p',
'Simple, intuitive interface to fork()',
'ARISTOTLE',
'4'
],
[
'Net::SMS::MessageNet',
'b',
'd',
'p',
'h',
'p',
'Send SMS messages via messagenet.com.au',
'DDICK',
'5'
],
[
'Apache2::AuthCookieDBI',
'M',
'd',
'p',
'O',
'l',
'MP2 AuthCookie module using a DBI datasource',
'MATISSE',
'15'
],
[
'Apache2::AuthenNTLM',
'b',
'd',
'p',
'O',
'p',
'Microsoft NTLM and Basic User Authentication',
'SPEEVES',
'15'
],
[
'CGI::Getopt',
'b',
'd',
'p',
'O',
'p',
'Enable params from file, commandline and CGI',
'GEOTIGER',
'15'
],
[
'Data::Describe',
'R',
'd',
'p',
'O',
'p',
'Find data type & width for delimted data',
'GEOTIGER',
'6'
],
[
'PDF::ReportWriter',
'b',
'd',
'p',
'O',
'l',
'Renders high-quality business reports to PDF',
'DKASAK',
'11'
],
[
'WWW::Postini',
'a',
'd',
'p',
'O',
'p',
'Interact with Postini mail filtering service',
'PGUZIS',
'15'
],
[
'Sort::Key',
'R',
'd',
'c',
'f',
'p',
'sort objects by some (calculated) key',
'SALVA',
'6'
],
[
'WordNet::SenseRelate::TargetWord',
'R',
'd',
'p',
'O',
'g',
'Semantically Disambiguate Given Word in Text',
'TPEDERSE',
'11'
],
[
'Oracle::Reporter',
'c',
'd',
'p',
'O',
'p',
'Create HTML, CSV and XML from Oracle table',
'GEOTIGER',
'7'
],
[
'HTML::Debug',
'R',
'd',
'p',
'O',
'p',
'Add debugging info to your HTML pages.',
'MRANDALL',
'15'
],
[
'Data::Tabular',
'b',
'd',
'p',
'O',
'g',
'Manipulate and output 2d arrays.',
'GAM',
'6'
],
[
'Mozilla::Backup',
'b',
'a',
'p',
'O',
'p',
'Backup and restore Mozilla profiles',
'RRWO',
'15'
],
[
'Pod::Readme',
'b',
'd',
'p',
'h',
'p',
'Convert Module POD to a README file',
'RRWO',
'3'
],
[
'Apache::SiteControl',
'a',
'd',
'p',
'O',
'g',
'Fine grained web app access control',
'AWKAY',
'15'
],
[
'Text::FixEOL',
'R',
'd',
'p',
'O',
'p',
'Canonicalizes mixed convention EOL/EOF',
'SNOWHARE',
'11'
],
[
'URI::virtual',
'b',
'd',
'p',
'O',
'p',
'Use \'em as bookmarks or mirror lists',
'RPAUL',
'15'
],
[
'Oracle::Schema',
'a',
'd',
'p',
'O',
'p',
'Oracle Schema Information and Management',
'GEOTIGER',
'7'
],
[
'Logfile::EPrints',
'R',
'd',
'p',
'O',
'p',
'Low-level log processing for eprints',
'TIMBRODY',
'23'
],
[
'Config::YUM',
'a',
'm',
'p',
'O',
'p',
'Config::YUM is used to parse a yum.conf',
'OPITZ',
'12'
],
[
'Apache2::AuthNetLDAP',
'b',
'd',
'p',
'f',
'p',
'mod_perl2 LDAP authentication module',
'SPEEVES',
'15'
],
[
'Class::DBI::Plugin::DeepAbstractSearch',
'b',
'd',
'p',
'O',
'p',
'deep_search_where() method for Class::DBI',
'SRIHA',
'7'
],
[
'Net::DNS::Check',
'a',
'm',
'p',
'O',
'p',
'Module for easy implement a DNS check tool',
'LLT',
'5'
],
[
'Getopt::GUI::Long',
'R',
'm',
'p',
'O',
'p',
'Auto-GUI extending Getopt::Long',
'HARDAKER',
'12'
],
[
'Oracle::DML',
'a',
'd',
'p',
'O',
'p',
'provides functions for Oracle batch DML',
'GEOTIGER',
'7'
],
[
'Oracle::Trigger',
'b',
'd',
'p',
'O',
'p',
'Perl Module for Creating Oracle triggers',
'GEOTIGER',
'7'
],
[
'Net::DRI',
'R',
'd',
'p',
'O',
'g',
'Interface to Domain Name Registries/ars',
'PMEVZEK',
'5'
],
[
'XML::Parser::Wrapper',
'b',
'd',
'p',
'O',
'p',
'Simple object wrapper around XML::Parser',
'DOWENS',
'11'
],
[
'Net::DNS::TestNS',
'R',
'd',
'p',
'O',
'o',
'Test environment nameserver',
'OLAF',
'16'
],
[
'Spreadsheet::ReadSXC',
'b',
'd',
'p',
'f',
'p',
'Extract OpenOffice 1.x spreadsheet data',
'TERHECHTE',
'7'
],
[
'Data::Traverse',
'R',
'd',
'p',
'f',
'p',
'Depth-first traversal with callbacks',
'FRIEDO',
'6'
],
[
'DBIx::Counter',
'b',
'd',
'p',
'O',
'p',
'Named counters stored in a database',
'RHESA',
'7'
],
[
'Crypt::X509',
'b',
'm',
'p',
'O',
'g',
'Pure Perl X.509 Parser',
'JACKSONM',
'14'
],
[
'Apache2::PageKit',
'b',
'm',
'p',
'O',
'o',
'MVCC web framework mod_perl, XML, H:T or TT',
'BORISZ',
'15'
],
[
'Event::RPC',
'b',
'd',
'p',
'O',
'p',
'Transparent Client/Server OO RPC framework',
'JRED',
'16'
],
[
'HPUX::Pstat',
'R',
'd',
'c',
'f',
'p',
'access HPUX kernel stats',
'SCHWENKE',
'4'
],
[
'Math::Telephony::ErlangB',
'b',
'd',
'p',
'f',
'p',
'Erlang B functions for dimensioning',
'POLETTIX',
'6'
],
[
'Class::DBI::Plugin::DeepAbstractSearchPager',
'b',
'd',
'p',
'O',
'p',
'paged CDBI::Plugin::DeepAbstractSearch',
'SRIHA',
'7'
],
[
'Spreadsheet::Read',
'R',
'd',
'p',
'r',
'p',
'Transparent read the data from a spreadsheet',
'HMBRAND',
'8'
],
[
'Text::Highlight',
'b',
'm',
'p',
'O',
'p',
'a flexible text/code/syntax highlighter',
'ICRF',
'11'
],
[
'Net::CyanChat',
'R',
'd',
'p',
'O',
'g',
'Perl Interface to Cyan Worlds\' Chat Room',
'KIRSLE',
'15'
],
[
'Geo::Coordinates::OSGB',
'R',
'd',
'p',
'f',
'p',
'Converts between Lat/Lon and British grid',
'TOBY',
'23'
],
[
'Test::Fixme',
'R',
'd',
'p',
'f',
'p',
'check code for FIXMEs.',
'EVDB',
'3'
],
[
'CLucene',
'R',
'd',
'h',
'O',
'l',
'CLucene C++ free text search engine',
'PEDWARDS',
'11'
],
[
'Win32::Net::Session',
'R',
'n',
'c',
'f',
'p',
'List the Session which connected to a Win32',
'RPAGITSCH',
'22'
],
[
'Net::OpenSoundControl',
'M',
'd',
'p',
'O',
'p',
'OpenSound Control client and server',
'CRENZ',
'5'
],
[
'Data::RandomPerson',
'R',
'd',
'p',
'O',
'p',
'Generate people data to populate databases',
'PETERHI',
'6'
],
[
'OzDB',
'b',
'd',
'p',
'O',
'g',
'The OzDB is a text DB format.',
'NEXEN',
'7'
],
[
'SIL::Shoe',
'b',
'd',
'p',
'O',
'p',
'Handles SIL Shoe/Toolbox files and settings',
'MHOSKEN',
'11'
],
[
'GD::Image::CopyIFS',
'a',
'd',
'c',
'O',
'p',
'fractal-based image copying and resizing',
'RKOBES',
'18'
],
[
'Lingua::FI::Inflect',
'c',
'd',
'p',
'f',
'p',
'Finnish inflect',
'VILJUN',
'11'
],
[
'Parse::Nessus::Plugin',
'b',
'd',
'p',
'O',
'g',
'OO methods to parse Nessus plugins',
'RALAMOSM',
'11'
],
[
'Gtk2::Ex::Datasheet::DBI',
'R',
'd',
'p',
'O',
'l',
'Bind a Gtk2::TreeView to DB server via DBI',
'DKASAK',
'7'
],
[
'LWPx::ParanoidAgent',
'M',
'd',
'p',
'O',
'p',
'paranoid subclass of LWP::UserAgent',
'BRADFITZ',
'15'
],
[
'Class::DataStore',
'R',
'd',
'p',
'O',
'p',
'A simple storage system for object data',
'EFOLLEY',
'6'
],
[
'Zeta',
'R',
'd',
'p',
'O',
'g',
'Generic code foundation for various purposes',
'ZETA',
'23'
],
[
'Tuxedo',
'R',
'd',
'c',
'f',
'p',
'tuxedo binding for perl',
'AFRYER',
'24'
],
[
'POE::Component::Client::SMTP',
'b',
'd',
'p',
'O',
'p',
'Asynchronous email sending with POE',
'ULTRADM',
'3'
],
[
'Data::Postponed',
'R',
'd',
'p',
'f',
'p',
'Delayed evaluation & postfacto changes',
'JJORE',
'6'
],
[
'Config::Find',
'M',
'd',
'p',
'O',
'p',
'find configuration files',
'SALVA',
'12'
],
[
'Net::CyanChat::Server',
'R',
'd',
'p',
'O',
'g',
'Perl interface for a CyanChat server.',
'KIRSLE',
'15'
],
[
'Config::General',
'R',
'd',
'p',
'O',
'a',
'Generic config file parser',
'TLINDEN',
'12'
],
[
'Spreadsheet::WriteExcel::Worksheet::SheetProtection',
'R',
'd',
'p',
'O',
'p',
'Sheet Protection for SWE',
'SRIHA',
'7'
],
[
'Video::Dumper::QuickTime',
'R',
'd',
'p',
'O',
'p',
'Dump QuickTime movie file structure',
'GRANDPA',
'23'
],
[
'Net::TL1',
'a',
'd',
'p',
'O',
'p',
'A management interface for network devices',
'STEVENH',
'5'
],
[
'App::Modular',
'R',
'd',
'p',
'O',
'a',
'Application plugin framework (\'Modularizer\')',
'BCEVC',
'3'
],
[
'File::Tabular',
'M',
'd',
'p',
'O',
'p',
'searching and editing flat tabular files',
'DAMI',
'21'
],
[
'CGI::UploadEasy',
'R',
'u',
'p',
'O',
'p',
'Facilitate file uploads',
'GUNNAR',
'15'
],
[
'Sort::External',
'a',
'd',
'p',
'O',
'p',
'Sort::External - sort huge lists',
'CREAMYG',
'6'
],
[
'XML::ApacheFOP',
'R',
'd',
'p',
'O',
'p',
'Use Apache FOP via Perl to create PDF files.',
'KEN',
'11'
],
[
'PAR::WebStart',
'a',
'd',
'p',
'O',
'p',
'Perl implementation of Java\'s WebStart',
'RKOBES',
'15'
],
[
'IPC::Door',
'a',
'u',
'c',
'h',
'p',
'Perl interface to Solaris door library',
'ASARIH',
'5'
],
[
'Apache2::AuthenSmb',
'R',
'd',
'h',
'f',
'p',
'mod_perl NT Authentication module',
'SPEEVES',
'15'
],
[
'Mac::SysProfile',
'R',
'd',
'p',
'O',
'p',
'Perl access to Mac OSXs system profile info',
'DMUEY',
'4'
],
[
'Postgres::Handler',
'b',
'd',
'p',
'O',
'g',
'Accessors for PostgreSQL data',
'CSA',
'7'
],
[
'Net::FTP::Versioning',
'R',
'd',
'p',
'O',
'p',
'Adds versioning support to Net::FTP',
'BNEGRAO',
'5'
],
[
'Audio::Play::MPG321',
'R',
'd',
'p',
'O',
'g',
'An interface to the mpg321 MP3 player.',
'BREEGSTER',
'23'
],
[
'Ekahau',
'b',
'd',
'p',
'O',
'd',
'Interface to Ekahau location sensing system',
'GIFF',
'24'
],
[
'Find::File::Object',
'b',
'd',
'p',
'O',
'g',
'Find::Find like object oriented',
'NANARDON',
'8'
],
[
'WebSphere::MQTT::Client',
'a',
'd',
'c',
'O',
'p',
'IBM WebSphere MQ Telemetry Transport',
'NJH',
'24'
],
[
'CGI::Application::Plugin::HtmlTidy',
'b',
'm',
'p',
'O',
'p',
'Add HTML::Tidy support to CGI::Application',
'RHESA',
'15'
],
[
'WordNet::Similarity::Visual',
'a',
'd',
'p',
'O',
'g',
'Visualization tools for path based measures',
'KOHLIS',
'11'
],
[
'Geo::IP2Location',
'R',
'd',
'p',
'r',
'p',
'Lookup of geographical info by IP address',
'LOCATION',
'13'
],
[
'File::sudoers',
'c',
'd',
'p',
'O',
'p',
'Interface to sudoers database',
'CMORRIS',
'7'
],
[
'Archive::Cabinet',
'R',
'd',
'h',
'f',
'l',
'Cabinet archive extraction',
'BRADD',
'17'
],
[
'Encode::HEBCI',
'R',
'd',
'p',
'O',
'a',
'HTML Entity Based Codepage Inference',
'JBM',
'13'
],
[
'Math::Random::MT::Auto',
'R',
'd',
'c',
'h',
'd',
'Auto-seeded Mersenne Twister PRNGs',
'JDHEDDEN',
'6'
],
[
'Mail::SPF',
'b',
'd',
'p',
'O',
'p',
'Sender Permitted From - Object Oriented',
'SHEVEK',
'19'
],
[
'xDash',
'R',
'd',
'p',
'O',
'o',
'Integration of applications using Jabber',
'JWACH',
'5'
],
[
'POE::Component::IRC::Plugin::Google::Calculator',
'b',
'd',
'p',
'O',
'p',
'access to Google\'s Calculator from IRC',
'ZOFFIX',
'15'
],
[
'OpenOffice::PerlPoint',
'a',
'd',
'p',
'O',
'2',
'Converts OpenOffice docs into PerlPoint.',
'JSTENZEL',
'11'
],
[
'Time::Skew',
'c',
'd',
'p',
'f',
'g',
'compute the skew between two clocks',
'AUGUSTO',
'16'
],
[
'Tree::Node',
'b',
'd',
'c',
'h',
'p',
'Memory-efficient tree node implementation',
'RRWO',
'6'
],
[
'Pod::PerlPoint',
'M',
'm',
'p',
'O',
'p',
'Converts POD documents into PerlPoint.',
'JSTENZEL',
'26'
],
[
'POE::Component::IRC::Plugin::Google::PageRank',
'b',
'd',
'p',
'O',
'p',
'access to Google\'s PageRank from IRC',
'ZOFFIX',
'15'
],
[
'Mono',
'b',
'd',
'h',
'O',
'l',
'Bindings for Mono',
'AMMMA',
'9'
],
[
'Math::Telephony::ErlangC',
'b',
'd',
'p',
'f',
'p',
'Erlang C functions for dimensioning',
'POLETTIX',
'6'
],
[
'IO::Socket::PortState',
'R',
'd',
'p',
'f',
'p',
'Test state of given hash of ports/protocols',
'DMUEY',
'8'
],
[
'HTML::Chunks::Local',
'R',
'd',
'p',
'O',
'p',
'HTML::Chunks templating with localization',
'MBLYTHE',
'15'
],
[
'HTML::Chunks::Super',
'R',
'd',
'p',
'O',
'p',
'HTML::Chunks templating with conditionals',
'MBLYTHE',
'15'
],
[
'CGI::ContactForm',
'M',
'u',
'p',
'f',
'p',
'Generate a web contact form',
'GUNNAR',
'15'
],
[
'Text::Templet',
'R',
'd',
'p',
'f',
'p',
'Template processor using eval()',
'DPETROV',
'11'
],
[
'Apache2::Filter::HTTPHeadersFixup',
'R',
'd',
'p',
'O',
'p',
'manipulate HTTP headers',
'PGOLLUCCI',
'15'
],
[
'GStreamer',
'b',
'm',
'c',
'O',
'l',
'Interface to the GStreamer library',
'TSCH',
'23'
],
[
'Lemonldap::NG::Handler',
'R',
'm',
'p',
'O',
'p',
'Web-SSO handler based on Apache::Session',
'GUIMARD',
'14'
],
[
'Lemonldap::NG::Portal',
'R',
'm',
'p',
'O',
'p',
'Web-SSO portal based on Apache::Session',
'GUIMARD',
'14'
],
[
'Net::DNS::ValueDomain::DDNS',
'R',
'd',
'p',
'O',
'p',
'Update your Value-Domain DynamicDNS records.',
'TYPESTER',
'16'
],
[
'Net::RGTP',
'a',
'd',
'p',
'O',
'p',
'Access bulletin boards like Cambridge GROGGS',
'MARNANEL',
'5'
],
[
'IO::Socket::PortState::cPanel',
'R',
'd',
'p',
'f',
'p',
'xtnd IO::Socket::PortState for cPanel ports',
'DMUEY',
'8'
],
[
'Apache2::DebugFilter',
'S',
'd',
'p',
'O',
'p',
'Debug mod_perl and native Apache2 filters',
'PGOLLUCCI',
'15'
],
[
'Data::Dumper::HTML',
'R',
'd',
'p',
'f',
'p',
'make Data::Dumper output text/html safe',
'DMUEY',
'6'
],
[
'Geo::Caching',
'i',
'd',
'p',
'f',
'g',
'General Geocaching helper functions',
'NSHADOW',
'23'
],
[
'Statistics::Gap',
'a',
'm',
'p',
'O',
'g',
'Estimates the #of clusters in a dataset.',
'ANAGHAKK',
'6'
],
[
'Sub::Timebound',
'R',
'd',
'p',
'f',
'p',
'Timebound execution of subroutine',
'MVR',
'3'
],
[
'Win32::ShellExt',
'a',
'd',
'h',
'h',
'p',
'makes Windows Explorer extensions easy',
'JBNIVOIT',
'22'
],
[
'DBIx::Threaded',
'c',
'd',
'p',
'h',
'p',
'DBI subclass to share handles across threads',
'DARNOLD',
'7'
],
[
'WWW::TVguide::NL',
'R',
'd',
'p',
'O',
'p',
'Fetch Dutch TVguide info from gids.omroep.nl',
'BAS',
'15'
],
[
'WWW::Google::SiteMap',
'b',
'd',
'p',
'f',
'p',
'Create Google sitemaps and sitemap indexes',
'JASONK',
'15'
],
[
'Filter::CommaEquals',
'b',
'd',
'p',
'n',
'p',
'Adds support for ,= to any package or script',
'GRYPHON',
'2'
],
[
'Solr',
'b',
'd',
'p',
'O',
'o',
'Perl Interface for Solr',
'GARAFOLA',
'15'
],
[
'Solstice',
'b',
'd',
'p',
'O',
'o',
'The Solstice Development Framework',
'PMICHAUD',
'3'
],
[
'WWW::Search::UrbanDictionary',
'R',
'd',
'p',
'O',
'p',
'An search interface for urbandictionary.com.',
'SOCK',
'15'
],
[
'Tk::Gpack',
'b',
'u',
'p',
'f',
'g',
'Group widget packer w/ option abbreviations',
'CROSSWIRE',
'8'
],
[
'Lemonldap::Portal::Session',
'a',
'd',
'p',
'O',
'g',
'parser of lemonldap websso session',
'EGERMAN',
'15'
],
[
'Archive::Chm',
'R',
'd',
'h',
'O',
'p',
'Access HTML Help (.chm) files.',
'APALADE',
'17'
],
[
'Linux::Inotify',
'a',
'd',
'p',
'O',
'p',
'interface to inotify API of the Linux kernel',
'TWERNER',
'4'
],
[
'CGI::NoPoison',
'R',
'd',
'p',
'O',
'p',
'No Poison Null Byte in CGI-Vars',
'SGODIN',
'15'
],
[
'Time::Elapse',
'R',
'd',
'p',
'O',
'p',
'Perl extension for monitoring time convenien',
'SGODIN',
'16'
],
[
'Test::PerlTidy',
'R',
'd',
'p',
'f',
'p',
'check that all your files are tidy',
'EVDB',
'3'
],
[
'Cobalt::LCD',
'b',
'd',
'p',
'O',
'g',
'Perl wrapper for using a Cobalt\'s LCD',
'JEFFW',
'23'
],
[
'Jabber::PubSub::JEAI',
'b',
'n',
'p',
'f',
'g',
'Perl interfaces to Erlang\'s J-EAI server 1.0',
'KAILI',
'23'
],
[
'Mobile::Wurfl',
'R',
'd',
'p',
'O',
'a',
'Wurfl - a perl module interface to WURFL',
'AWRIGLEY',
'15'
],
[
'SQL::QueryBroker',
'a',
'd',
'p',
'O',
'p',
'Send sql queries from files to db',
'NRBRT',
'7'
],
[
'WWW::Search::Bookmarks',
'R',
'd',
'p',
'O',
'p',
'An xmlrpc search interface to bookmarks.com',
'SOCK',
'15'
],
[
'Win32::Filenames',
'R',
'd',
'p',
'f',
'g',
'Validate Microsoft Windows filenames',
'BCH',
'22'
],
[
'SyncSort',
'i',
'd',
'p',
'h',
'a',
'SyncSort Unix Interface',
'MAGO',
'24'
],
[
'FrameNet::WordNet::Detour',
'b',
'd',
'p',
'O',
'p',
'Generate FrameNet frames for WordNet synsets',
'REITER',
'11'
],
[
'DCOP::Amarok::Player',
'a',
'd',
'p',
'O',
'p',
'Interface to Amarok via dcop',
'JCMULLER',
'8'
],
[
'IO::LCDproc',
'a',
'd',
'p',
'O',
'p',
'Interface to LCDproc from perl',
'JCMULLER',
'8'
],
[
'SOAP::Axis',
'i',
'd',
'h',
'O',
'o',
'Perl bindings to Apache Axis\' C++ Libraries',
'BWMCADAMS',
'5'
],
[
'Symbol::Values',
'R',
'd',
'p',
'h',
'p',
'OO interface to values of symbol',
'KMIYAZAKI',
'2'
],
[
'POE::Component::Growl',
'R',
'd',
'p',
'O',
'p',
'Growl notification dispatcher for POE',
'AAR',
'8'
],
[
'Number::Theory',
'i',
'd',
'p',
'O',
'p',
'Number-theoretic',
'BARUCH',
'11'
],
[
'Bio::Phylo',
'b',
'd',
'p',
'O',
'p',
'Analysis and manipulation of phylogenies.',
'RVOSA',
'23'
],
[
'Apache::AuthTkt',
'b',
'd',
'p',
'O',
'p',
'Apache mod_auth_tkt authentication tickets',
'GAVINC',
'15'
],
[
'Class::Measure',
'b',
'd',
'p',
'O',
'p',
'Create, compare, and convert measurements.',
'BLUEFEET',
'6'
],
[
'Class::AutoAccess',
'R',
'd',
'p',
'O',
'p',
'Zero code accessors dynamic implementation.',
'JETEVE',
'6'
],
[
'WWW::Search::Feedster',
'R',
'd',
'p',
'O',
'p',
'Search Feedster',
'SOCK',
'15'
],
[
'Text::Scraper',
'a',
'd',
'p',
'O',
'a',
'Structured data from (un)structured text',
'MCEWAN',
'11'
],
[
'Text::Record::Cleanser',
'i',
'd',
'p',
'O',
'p',
'Normalize text based records',
'KIMRYAN',
'11'
],
[
'Text::Record::Deduper',
'b',
'd',
'p',
'O',
'p',
'Separate duplicate records from a text file',
'KIMRYAN',
'11'
],
[
'RFID::ISO15693::Tag',
'b',
'n',
'p',
'O',
'd',
'An ISO15693 RFID Tag',
'PAINA',
'5'
],
[
'PHP::Interpreter',
'R',
'm',
'c',
'O',
'a',
'Tightly integrated PHP interpereter',
'DWHEELER',
'9'
],
[
'Mirago::Search',
'c',
'd',
'p',
'O',
'p',
'Easy to use interface to the Mirago search',
'PAPILLION',
'24'
],
[
'Mac::Spotlight',
'a',
'd',
'h',
'O',
'p',
'Perl interface to OS X Spotlight service',
'AHOSEY',
'4'
],
[
'Games::Dice::Probability',
'b',
'd',
'p',
'O',
'p',
'Calculate dice probabilities.',
'JAD',
'23'
],
[
'Date::Holidays::PT',
'M',
'd',
'p',
'h',
'p',
'Determine Portuguese public holidays',
'COG',
'13'
],
[
'Date::Say::Czech',
'b',
'd',
'p',
'f',
'p',
'Output dates as text as you would speak it',
'HIHIK',
'13'
],
[
'Chatbot::Alpha::Sort',
'b',
'n',
'p',
'O',
'g',
'Perl class for sorting Alpha documents',
'KIRSLE',
'11'
],
[
'Games::SGF::Tournament',
'R',
'd',
'p',
'O',
'g',
'SGF-based tournament',
'CLOWN',
'23'
],
[
'Rose::DB::Object',
'b',
'm',
'p',
'O',
'p',
'Extensible, high performance RDBMS-OO mapper',
'JSIRACUSA',
'7'
],
[
'WWW::Bookmarks',
'b',
'd',
'p',
'O',
'p',
'An interface to Bookmarks servers',
'SOCK',
'15'
],
[
'Rose::Object',
'b',
'd',
'p',
'O',
'p',
'A simple object base class and method maker.',
'JSIRACUSA',
'6'
],
[
'Rose::HTML::Objects',
'b',
'm',
'p',
'O',
'p',
'Object-oriented HTML form and field widgets.',
'JSIRACUSA',
'15'
],
[
'Rose::DateTime',
'b',
'd',
'p',
'O',
'p',
'DateTime helper functions and parser objects',
'JSIRACUSA',
'6'
],
[
'Bundle::Rose',
'b',
'd',
'p',
'n',
'p',
'The Rose web application framework',
'JSIRACUSA',
'25'
],
[
'Number::Theory::CFrac',
'c',
'd',
'p',
'h',
'p',
'Continued Fraction Object & Methods',
'BARUCH',
'11'
],
[
'Rose',
'b',
'd',
'p',
'O',
'p',
'The Rose web application framework',
'JSIRACUSA',
'15'
],
[
'Rose::URI',
'R',
'd',
'p',
'O',
'p',
'URI object built for efficient manipulation',
'JSIRACUSA',
'15'
],
[
'Test::Spelling',
'b',
'd',
'p',
'f',
'p',
'Check for spelling errors in POD',
'ITUB',
'3'
],
[
'PDL::LinearAlgebra',
'a',
'd',
'c',
'h',
'a',
'Linear algebra utils',
'ELLIPSE',
'6'
],
[
'Hey::heyPass',
'R',
'd',
'p',
'O',
'p',
'heyPass Centralized Authentication Client',
'WILSOND',
'15'
],
[
'Drupal::Module::Starter',
'b',
'd',
'p',
'O',
'p',
'Save the tedium of creating Drupal modules',
'SMCNABB',
'15'
],
[
'CORBA::Python',
'a',
'd',
'p',
'O',
'a',
'IDL compiler to language Python mapping',
'PERRAD',
'9'
],
[
'Config::Sofu',
'R',
'd',
'p',
'p',
'o',
'Retrieves and stores complex data structures',
'MALUKU',
'12'
],
[
'Class::GAPI',
'R',
'd',
'p',
'O',
'p',
'Generic API, Base class, autoloaded methods',
'CROSSWIRE',
'6'
],
[
'Devel::PerlySense',
'b',
'm',
'p',
'O',
'p',
'IntelliSense for Perl',
'JOHANL',
'3'
],
[
'Chatbot::Alpha::Syntax',
'R',
'n',
'p',
'O',
'g',
'Syntax checking for Chatbot::Alpha',
'KIRSLE',
'11'
],
[
'Text::Record::Filter',
'i',
'd',
'p',
'O',
'p',
'Filter records in a text file',
'KIMRYAN',
'11'
],
[
'HTML::Template::Compiled',
'b',
'd',
'p',
'O',
'p',
'Simple and fast templating module',
'TINITA',
'15'
],
[
'XML::Spew',
'b',
'd',
'p',
'O',
'p',
'Spew small chunks of XML',
'FRIEDO',
'11'
],
[
'PerlIO::via::CBC',
'R',
'd',
'p',
'O',
'p',
'PerlIO layer for CBC encrypted files',
'ESSKAR',
'14'
],
[
'HTML::TagUtil',
'R',
'd',
'p',
'O',
'p',
'Perl Utlity for HTML tags',
'LINC',
'15'
],
[
'Win32::StreamNames',
'R',
'd',
'c',
'f',
'p',
'List stream names for a file on NTFS',
'CLIVE',
'22'
],
[
'Statistics::CalinskiHarabasz',
'a',
'm',
'p',
'O',
'g',
'Estimates the #of clusters in a dataset',
'ANAGHAKK',
'6'
],
[
'Object::AutoAccessor',
'b',
'd',
'p',
'O',
'p',
'Accessor class by using AUTOLOAD',
'PIA',
'6'
],
[
'Genezzo::Contrib::Clustered',
'c',
'd',
'h',
'h',
'g',
'Shared data cluster support for Genezzo',
'EROLLINS',
'7'
],
[
'BBCode::Parser',
'b',
'd',
'p',
'O',
'p',
'Recursive descent BBCode parser',
'DLKING',
'15'
],
[
'MIDI::Praxis::Variation',
'R',
'n',
'p',
'f',
'p',
'Tools for variation technique using MIDI.',
'CBOURNE',
'23'
],
[
'Statistics::Hartigan',
'a',
'm',
'p',
'f',
'g',
'Estimates the #of clusters in a dataset',
'ANAGHAKK',
'6'
],
[
'Iterator',
'b',
'd',
'p',
'O',
'p',
'A general-purpose iterator class',
'ROODE',
'6'
],
[
'Catalyst::Plugin::Authorization::CDBI::GroupToken',
'a',
'd',
'p',
'O',
'p',
'simplified version of group-role-permission',
'SSC',
'15'
],
[
'Iterator::DBI',
'b',
'd',
'p',
'f',
'p',
'An iterator for returning DBI query results.',
'ROODE',
'7'
],
[
'Iterator::IO',
'b',
'd',
'p',
'f',
'p',
'Filesystem and stream iterators.',
'ROODE',
'21'
],
[
'Iterator::Misc',
'b',
'd',
'p',
'f',
'p',
'Miscellaneous iterator functions.',
'ROODE',
'6'
],
[
'Iterator::Util',
'b',
'd',
'p',
'f',
'p',
'Essential utilities for the Iterator class.',
'ROODE',
'6'
],
[
'Thread::Apartment',
'c',
'd',
'p',
'O',
'a',
'Apartment thread wrapper for Perl objects',
'DARNOLD',
'2'
],
[
'Jeens',
'i',
'n',
'p',
'h',
'g',
'A Wiki/Blog/PIM Manager/Photo Album tool',
'JESSESTAY',
'15'
],
[
'HTTP::Client',
'b',
'd',
'p',
'O',
'p',
'Class for creating HTTP clients',
'LINC',
'15'
],
[
'File::Size',
'R',
'd',
'p',
'f',
'p',
'Get file & directory size in several formats',
'DMUEY',
'10'
],
[
'HTML::PopupTreeSelect::Dynamic',
'R',
'd',
'p',
'O',
'p',
'dynamic version of HTML::PopupTreeSelect',
'SAMTREGAR',
'15'
],
[
'Net::eBay',
'b',
'd',
'p',
'f',
'p',
'Communicates with eBy via their XML API',
'ICHUDOV',
'15'
],
[
'List::MRU',
'b',
'd',
'p',
'O',
'p',
'Most-Recently Used Ordered List',
'GAVINC',
'6'
],
[
'Encode::EUCJPMS',
'a',
'd',
'p',
'n',
'p',
'An encoding module for eucJP-ms',
'NARUSE',
'13'
],
[
'Template::Plugin::Lingua::EN::Inflect',
'R',
'd',
'p',
'O',
'p',
'TT2 interface to Lingua::EN::Inflect',
'ANDREWF',
'11'
],
[
'EB',
'a',
'd',
'p',
'O',
'p',
'Electronic Bookkeeping (Dutch/European)',
'JV',
'23'
],
[
'IO::NestedCapture',
'R',
'd',
'p',
'O',
'p',
'Nested capture of the STD* file handles.',
'HANENKAMP',
'21'
],
[
'Xfce4',
'a',
'm',
'h',
'O',
'l',
'Perl bindings for Xfce 4',
'BJT',
'9'
],
[
'Test::Files',
'b',
'd',
'p',
'f',
'p',
'Test file contents and directory structures',
'PHILCROW',
'3'
],
[
'MegaDistro',
'a',
'm',
'p',
'f',
'p',
'Build a package from a list of perl modules.',
'DBUCHMAN',
'23'
],
[
'Data::Sync',
'a',
'd',
'p',
'O',
'p',
'Simple metadirectory/data pump module',
'CCOLBOURN',
'6'
],
[
'CGI::Ajax',
'b',
'm',
'p',
'O',
'p',
'Export perl methods to javascript for AJAX',
'BCT',
'15'
],
[
'Parse::MediaWikiDump',
'b',
'd',
'p',
'O',
'p',
'Tools to assist in parsing MediaWiki dumps',
'TRIDDLE',
'11'
],
[
'SCGI',
'a',
'd',
'p',
'O',
'p',
'SCGI server interface.',
'VIPERCODE',
'15'
],
[
'Log::Localized',
'R',
'd',
'p',
'f',
'p',
'Make logging localized',
'ERWAN',
'3'
],
[
'Geo::Coordinates::Parser',
'R',
'd',
'p',
'O',
'p',
'Parses a coordinate string',
'CRAIHA',
'23'
],
[
'Device::SerialPort::Xmodem',
'R',
'd',
'p',
'O',
'p',
'Xmodem file transfer protocol',
'MITTI',
'5'
],
[
'Slauth',
'b',
'm',
'p',
'O',
'p',
'Apache 2 auth/authz module with plugins',
'IKLUFT',
'15'
],
[
'Games::Baseball::Scorecard',
'b',
'd',
'h',
'O',
'g',
'Generate baseball scorecards',
'CNANDOR',
'23'
],
[
'ORM',
'b',
'd',
'p',
'O',
'l',
'Object-relational mapper',
'AKIMOV',
'7'
],
[
'Win32::AD::Control::DirSync',
'a',
'd',
'p',
'O',
'p',
'LDAPv3 DirSync control wrapper for Net::LDAP',
'AKR',
'22'
],
[
'Template::Plugin::ASCIITable',
'b',
'd',
'p',
'O',
'p',
'TT2 plugin for Text::ASCIITable',
'DAKKAR',
'11'
],
[
'Lemonldap::Cluster::Status',
'b',
'd',
'p',
'O',
'g',
'aggregates sereval server-status apache page',
'EGERMAN',
'15'
],
[
'Acme::Void',
'b',
'n',
'p',
'f',
'p',
'Provide void and void-ish functions',
'RYOCHIN',
'2'
],
[
'WWW::Google::PageRank',
'R',
'd',
'p',
'O',
'p',
'Query PageRank value from Google',
'YKAR',
'15'
],
[
'CGI::WebApp',
'b',
'd',
'p',
'O',
'g',
'Implementation of WebApp.pm MVC using CGI.pm',
'SHAWNVAN',
'15'
],
[
'Net::SMTP::IPMM',
'R',
'd',
'p',
'O',
'p',
'IronPort Mail-Merge Protocol',
'FRIEDO',
'5'
],
[
'IO::Dir::Recursive',
'R',
'd',
'p',
'r',
'p',
'IO::Dir working recursive',
'FLORA',
'21'
],
[
'Module::Optional',
'R',
'd',
'p',
'p',
'p',
'Breaking dependency chains',
'IVORW',
'2'
],
[
'XML::SAX::ExpatXS',
'M',
'd',
'h',
'O',
'p',
'Perl SAX parser using Expat',
'PCIMPRICH',
'11'
],
[
'Win32::MSI::HighLevel',
'R',
'd',
'p',
'O',
'p',
'Perl wrapper for Windows Installer API',
'GRANDPA',
'22'
],
[
'Solaris::Lgrp',
'b',
'd',
'c',
'h',
'o',
'Interface to Solaris liblgrp(3LIB) library',
'AKOLB',
'4'
],
[
'Text::Textile',
'R',
'd',
'p',
'h',
'a',
'Transforms text in Textile format to HTML.',
'BCHOATE',
'11'
],
[
'Audio::MPD',
'b',
'm',
'p',
'O',
'p',
'class to talk to MPD (Music Player Daemon)',
'JQUELIN',
'16'
],
[
'Gtk2::SourceView',
'R',
'm',
'c',
'O',
'l',
'Perl interface to the GtkSourceView library',
'EBASSI',
'8'
],
[
'Log::WithCallbacks',
'R',
'd',
'p',
'O',
'p',
'Log to a file, data formatted by callbacks.',
'DAOTOAD',
'21'
],
[
'JavaScript::Squish',
'R',
'd',
'p',
'O',
'p',
'Compact JavaScript code to minimal length',
'UNRTST',
'9'
],
[
'Win32::IIS::Admin',
'a',
'd',
'p',
'O',
'p',
'Automate administration of IIS webserver',
'MTHURN',
'22'
],
[
'Tie::Hash::RegexKeys',
'S',
'd',
'p',
'f',
'p',
'Extend Tie::HRegex to retrieve the KEYS in p',
'FDULAU',
'6'
],
[
'CGI::Application::Plugin::DevPopup',
'b',
'm',
'p',
'O',
'p',
'Runtime cgiapp info in a popup window',
'RHESA',
'15'
],
[
'Proc::PID::File::Fcntl',
'R',
'd',
'p',
'O',
'p',
'Manage PID files using fcntl() locks',
'JGMYERS',
'16'
],
[
'DB::Table',
'a',
'd',
'p',
'O',
'p',
'Base class for relational table definitions.',
'KITE',
'7'
],
[
'Chatbot::Alpha::Tutorial',
'R',
'n',
'p',
'n',
'n',
'Beginners Guide to Chatbot::Alpha 2.0',
'KIRSLE',
'11'
],
[
'WWW::Search::ISBNDB',
'R',
'd',
'p',
'O',
'p',
'Search for book information on isbndb.com',
'SOCK',
'15'
],
[
'Crypt::GCrypt',
'R',
'd',
'c',
'O',
'p',
'Perl interface to the GNU Crypto library',
'AAR',
'14'
],
[
'CGI::Application::Plugin::Eparam',
'b',
'n',
'p',
'O',
'p',
'multibyte is made easy to use.',
'ASKADNA',
'15'
],
[
'Tk::TOTD',
'a',
'd',
'p',
'f',
'p',
'Tip Of The Day dialog for PerlTk',
'KIRSLE',
'8'
],
[
'Net::ICQ::On',
'R',
'd',
'p',
'f',
'p',
'ICQ Online Tester',
'JEROMEMCK',
'5'
],
[
'DB::Table::Row',
'a',
'd',
'p',
'O',
'p',
'Interface to a row from a DB::Table object',
'KITE',
'7'
],
[
'Teradata::BTET',
'b',
'd',
'c',
'O',
'p',
'Perl interface to Teradata SQL',
'GROMMEL',
'7'
],
[
'Apache::SWIT',
'c',
'd',
'p',
'O',
'p',
'Application server with integrated testing',
'BOSU',
'15'
],
[
'Math::Taylor',
'R',
'd',
'p',
'f',
'p',
'Taylor Polynomials and remainders',
'SMUELLER',
'6'
],
[
'Text::Diff3',
'b',
'n',
'p',
'O',
'g',
'compute three way differences between text',
'TOCIYUKI',
'11'
],
[
'Math::Orthonormalize',
'R',
'd',
'p',
'f',
'p',
'Gram-Schmidt Orthonormalization of vectors',
'SMUELLER',
'6'
],
[
'WWW::Sucksub::Divxstation',
'b',
'n',
'p',
'O',
'p',
'automated access to divxstation.com',
'TFOUCART',
'15'
],
[
'IO::Redirect',
'R',
'd',
'p',
'O',
'p',
'redirect|duplicate FH and restore them',
'DMUEY',
'21'
],
[
'Tie::Judy',
'b',
'd',
'h',
'r',
'p',
'Tie a hash to a Judy array',
'BHOLZMAN',
'6'
],
[
'DBIx::VersionedSchema',
'a',
'd',
'p',
'O',
'p',
'Keeps track of database schema versions',
'BOSU',
'7'
],
[
'Net::DBus',
'b',
'm',
'c',
'O',
'p',
'Binding for DBus messaging protocol',
'DANBERR',
'5'
],
[
'Net::SSH2',
'c',
'd',
'h',
'O',
'p',
'SSH 2 protocol interface',
'DBROBINS',
'5'
],
[
'Object::Trampoline',
'R',
'd',
'p',
'O',
'p',
'Delay object construct, module use.',
'LEMBARK',
'6'
],
[
'ETL::Pequel',
'b',
'd',
'p',
'O',
'g',
'High performance ETL/DataDistribution engine',
'GAFFIE',
'7'
],
[
'SLOOPS',
'R',
'd',
'p',
'O',
'l',
'Simple Light OO Persist System',
'JETEVE',
'7'
],
[
'SOAP::Data::ComplexType',
'b',
'd',
'p',
'O',
'p',
'Complex SOAP::Data object class interface',
'RYBSKEJ',
'5'
],
[
'Encode::Detect',
'a',
'd',
'+',
'O',
'o',
'An Encoding that detects encoding from data',
'JGMYERS',
'13'
],
[
'Encode::Detect::Detector',
'a',
'd',
'+',
'O',
'o',
'The Mozilla universal charset detector',
'JGMYERS',
'13'
],
[
'RTx::RightsMatrix',
'b',
'm',
'p',
'n',
'p',
'Makes rights mgmt. in Request Tracker easier',
'HTCHAPMAN',
'23'
],
[
'Lingua::DE::Wortschatz',
'R',
'd',
'p',
'f',
'p',
'wortschatz.uni-leipzig.de webservice client',
'SCHROEER',
'11'
],
[
'WWW::Sucksub::Attila',
'b',
'd',
'p',
'O',
'p',
'automated access to attila website',
'TFOUCART',
'15'
],
[
'Finance::Risk',
'i',
'd',
'h',
'O',
'p',
'Provides collection of risk management tools',
'TOM',
'23'
],
[
'PDF::Table',
'b',
'd',
'p',
'O',
'p',
'Utility to create table layouts in PDF::API2',
'RHYTHMAN',
'11'
],
[
'Object::InsideOut',
'R',
'd',
'p',
'p',
'p',
'Comprehensive inside-out object support',
'JDHEDDEN',
'6'
],
[
'Algorithm::CurveFit',
'R',
'd',
'p',
'f',
'p',
'Nonlinear Least Squares Fitting',
'SMUELLER',
'6'
],
[
'Audio::Radio::Sirius',
'a',
'd',
'p',
'O',
'p',
'Control Sirius satellite radio tuners',
'JTATUM',
'23'
],
[
'Lingua::TR::Hyphenate',
'R',
'd',
'p',
'O',
'p',
'a hyphenator for Turkish',
'ENGIN',
'11'
],
[
'ModPerl::PackageRegistry',
'b',
'd',
'p',
'h',
'p',
'Map URIs to package namespaces in apache2',
'CRAKRJACK',
'15'
],
[
'Acme::Scripticide',
'R',
'd',
'p',
'n',
'p',
'destroy the script when it has 0 to live for',
'DMUEY',
'2'
],
[
'Acme::ScriptoPhrenic',
'R',
'd',
'p',
'n',
'p',
'make your script randomly change personality',
'DMUEY',
'2'
],
[
'Acme::Enc',
'R',
'd',
'p',
'n',
'p',
'It Enc[rypts] your scripts, Acme Style',
'DMUEY',
'2'
],
[
'Thread::Barrier',
'b',
'd',
'p',
'O',
'p',
'Thread barriers for Perl',
'MROGASKI',
'2'
],
[
'Config::Model',
'b',
'm',
'p',
'O',
'l',
'Framework for config validation and edition',
'DDUMONT',
'12'
],
[
'SVN::Look',
'R',
'd',
'p',
'O',
'p',
'Improved interface to svnlook',
'DMUEY',
'24'
],
[
'Ratpoison',
'b',
'd',
'h',
'f',
'p',
'Ratpoison - communicate with Ratpoison WM',
'BUU',
'5'
],
[
'Digest::MD5::Reverse',
'S',
'n',
'p',
'f',
'p',
'MD5 Reverse Lookup',
'MWDHK',
'11'
],
[
'Test::RandomResults',
'R',
'd',
'p',
'f',
'p',
'Test non-deterministic functions',
'COG',
'3'
],
[
'Tree',
'R',
'm',
'p',
'O',
'p',
'A tree datastructure',
'RKINYON',
'6'
],
[
'Mail::vpopmaild',
'a',
'd',
'p',
'O',
'g',
'A module for interfacing with vpopmaild',
'DDF',
'19'
],
[
'Class::Classless::DBI',
'b',
'd',
'p',
'O',
'p',
'provides DB methods for classless objects',
'MDASH',
'7'
],
[
'SQL::Interpolate',
'R',
'm',
'p',
'h',
'p',
'Interpolate Perl variables into SQL',
'DMANURA',
'11'
],
[
'IP::Anonymous',
'R',
'd',
'p',
'f',
'p',
'Port of Crypto-PAn to anonymize IP addresses',
'JTK',
'5'
],
[
'DBIx::Interpolate',
'R',
'm',
'p',
'h',
'p',
'Interpolate Perl variables into SQL with DBI',
'DMANURA',
'7'
],
[
'WWW::NanoRef',
'a',
'd',
'p',
'O',
'p',
'Creates shortened URLs via nanoref.com',
'DOWENS',
'15'
],
[
'Business::PayPal::SDK',
'b',
'd',
'o',
'O',
'p',
'Perl interface paypal SDKs',
'LINNIN',
'23'
],
[
'Getopt::Long::Descriptive',
'R',
'd',
'p',
'f',
'p',
'Getopt::Long with usage text and validation',
'HDP',
'12'
],
[
'Math::Symbolic::Custom::CCompiler',
'R',
'd',
'h',
'O',
'p',
'Compile Math::Symbolic trees to C',
'SMUELLER',
'6'
],
[
'WWW::Sucksub::Vostfree',
'b',
'd',
'p',
'O',
'p',
'automated access to vost.free.fr database',
'TFOUCART',
'15'
],
[
'Sys::Gamin',
'R',
'd',
'c',
'O',
'p',
'Interface to Gamin\'s FAM implementation',
'GARNACHO',
'4'
],
[
'Audio::Cuefile::Parser',
'R',
'd',
'p',
'O',
'p',
'Parses audio CD .cue files',
'MATTK',
'23'
],
[
'MonetDB::CLI',
'b',
'm',
'p',
'O',
'o',
'MonetDB Call Level Interface',
'SGOELDNER',
'7'
],
[
'MonetDB::CLI::MapiLib',
'b',
'm',
'p',
'O',
'o',
'MonetDB::CLI impl., using MapiLib',
'SGOELDNER',
'7'
],
[
'MonetDB::CLI::MapiPP',
'b',
'm',
'p',
'O',
'o',
'MonetDB::CLI impl., using the Mapi protocol',
'SGOELDNER',
'7'
],
[
'MonetDB::CLI::MapiXS',
'b',
'm',
'h',
'O',
'o',
'MonetDB::CLI impl., using libMapi',
'SGOELDNER',
'7'
],
[
'Math::Symbolic::Custom::Pattern',
'R',
'd',
'p',
'h',
'p',
'Pattern matching on Math::Symbolic trees',
'SMUELLER',
'6'
],
[
'GMail::IMAPD',
'b',
'd',
'p',
'O',
'p',
'IMAP4 interface to Google\'s webmail service',
'KRS',
'19'
],
[
'Goo',
'a',
'd',
'p',
'O',
'a',
'StickThings together with The Goo',
'NIGE',
'3'
],
[
'Unix::PID',
'R',
'd',
'p',
'O',
'p',
'Utility for getting Process Id info',
'DMUEY',
'4'
],
[
'Acme::PIA::Export',
'a',
'd',
'p',
'O',
'p',
'Export Interface to Arcor\'s PIA messaging',
'CHRWIN',
'23'
],
[
'PHP::Session::DB',
'b',
'd',
'p',
'O',
'p',
'read / write PHP session stored on databases',
'RALAMOSM',
'11'
],
[
'Crypt::SaltedHash',
'R',
'd',
'p',
'O',
'p',
'Working with salted hashes',
'ESSKAR',
'14'
],
[
'File::Atomic',
'R',
'd',
'p',
'O',
'p',
'Write files atomically',
'DMUEY',
'10'
],
[
'ExtUtils::ModuleMaker',
'M',
'd',
'p',
'h',
'p',
'Better than h2xs for creating modules',
'JKEENAN',
'3'
],
[
'List::Compare',
'M',
'd',
'p',
'h',
'p',
'Compare elements of two or more lists',
'JKEENAN',
'6'
],
[
'BoxBackup',
'a',
'd',
'p',
'O',
'p',
'Modules related to Ben Summers Box Backup',
'PTHOMSEN',
'16'
],
[
'DBIx::Roles',
'b',
'd',
'p',
'h',
'p',
'Roles for DBI handles',
'KARASIK',
'7'
],
[
'Games::DungeonMaker',
'b',
'd',
'+',
'O',
'g',
'Front-end to the DungeonMaker library',
'ACDALTON',
'23'
],
[
'Math::ConvexHull',
'M',
'd',
'p',
'f',
'p',
'Calculate convex hulls using Graham\'s scan',
'SMUELLER',
'6'
],
[
'Math::SymbolicX::Inline',
'R',
'd',
'p',
'f',
'p',
'Inlined Math::Symbolic functions',
'SMUELLER',
'6'
],
[
'DBIx::Transaction',
'b',
'm',
'p',
'O',
'p',
'DBMS-agnostic nested database transactions',
'CRAKRJACK',
'7'
],
[
'Language::Befunge',
'M',
'm',
'p',
'O',
'p',
'Module to interpret Befunge code.',
'JQUELIN',
'9'
],
[
'Apache::Request::I18N',
'a',
'a',
'p',
'O',
'p',
'I18N extension to Apache::Request',
'FBRIERE',
'15'
],
[
'Bio::MCPrimers',
'R',
'd',
'p',
'f',
'p',
'Design molecular cloning PCR primers',
'SLENK',
'23'
],
[
'Win32::SqlServer',
'R',
'd',
'h',
'O',
'p',
'Access Microsoft SQL Server through OLE DB',
'SOMMAR',
'7'
],
[
'Net::Telnet::Cisco::IOS',
'b',
'd',
'p',
'O',
'p',
'Do basic stuff on a Cisco IOS device',
'KRAKEN',
'5'
],
[
'Color::Scheme',
'R',
'd',
'p',
'O',
'p',
'Generate pleasant color schemes',
'IAN',
'8'
],
[
'Lemonolap::Log4lemon',
'a',
'd',
'p',
'O',
'g',
'datawarehouse framework',
'EGERMAN',
'7'
],
[
'Lemonolap',
'a',
'd',
'p',
'O',
'g',
'On-Line Analytical Processing framework',
'EGERMAN',
'7'
],
[
'Bio::mGen',
'R',
'd',
'p',
'f',
'o',
'Preparsed Genbank for DNA extraction',
'CYBER',
'23'
],
[
'Apache::Upload::I18N',
'a',
'd',
'p',
'O',
'p',
'I18N extension to Apache::Upload',
'FBRIERE',
'15'
],
[
'WWW::Sucksub::Frigo',
'b',
'd',
'p',
'O',
'p',
'automated access to frigorifix web database',
'TFOUCART',
'15'
],
[
'Model3D::WavefrontObject',
'R',
'd',
'p',
'O',
'a',
'Read, manp, write Wavefront Object 3D Models',
'DODGER',
'23'
],
[
'String::Util',
'R',
'd',
'p',
'f',
'p',
'Handy string processing utilities',
'MIKO',
'11'
],
[
'PGPLOT::Simple',
'a',
'd',
'p',
'r',
'p',
'Simple Interface for PGPLOT',
'FMERGES',
'18'
],
[
'Class::DBI::Storable',
'a',
'd',
'p',
'h',
'p',
'Mixin Storable hooks for Class::DBI',
'BOWMANBS',
'7'
],
[
'PDF::Report::Table',
'a',
'd',
'p',
'O',
'p',
'Adds Table support to PDF::Report',
'MITTI',
'11'
],
[
'VMS::smg',
'R',
'd',
'c',
'f',
'a',
'VMS specific screen and menu manipulations',
'FRIDA',
'4'
],
[
'CGI::Ex',
'b',
'd',
'p',
'O',
'p',
'Utility Suite - applications made fun & easy',
'RHANDOM',
'15'
],
[
'Tie::Plural::Scalar',
'b',
'd',
'p',
'r',
'p',
'Singular or plural variant based on counter',
'LALLIP',
'6'
],
[
'Text::Printf',
'R',
'd',
'p',
'h',
'd',
'Simple templates with printf-like formatting',
'ROODE',
'11'
],
[
'Time::Normalize',
'R',
'd',
'p',
'f',
'd',
'Standardize date/time input values.',
'ROODE',
'6'
],
[
'HTML::BBReverse',
'b',
'd',
'p',
'O',
'p',
'Module to convert HTML to BBCode and back',
'YORHEL',
'15'
],
[
'PostScript::Simple::Table',
'b',
'd',
'p',
'O',
'p',
'Adds table support to PostScript::Simple',
'MITTI',
'11'
],
[
'XML::RSS::FOXSports',
'b',
'd',
'p',
'O',
'p',
'RSS Parser for FOXSports.com RSS Feeds',
'PEREZ',
'11'
],
[
'Audio::TagLib',
'R',
'm',
'+',
'O',
'a',
'a library for processing audio meta data',
'DONGXU',
'23'
],
[
'IMAP::Client',
'a',
'd',
'p',
'O',
'p',
'Full IMAP client library w/ referral support',
'CONTEB',
'19'
],
[
'HTTP::CryptoCookie',
'M',
'd',
'h',
'O',
'd',
'Highly Secure HTTP Cookies',
'DPARIS',
'15'
],
[
'Class::Unique',
'R',
'd',
'p',
'O',
'p',
'Generate per-instance dynamic subclasses',
'FRIEDO',
'2'
],
[
'Finance::OFX',
'a',
'd',
'p',
'O',
'b',
'Open Financial Exchange client',
'BFOZ',
'15'
],
[
'Acme::Homer',
'R',
'd',
'p',
'f',
'p',
'Put a little Homer in your code',
'DMUEY',
'2'
],
[
'POSIX::SchedYield',
'a',
'd',
'c',
'f',
'g',
'Execute POSIX sched_yield system call',
'MARCB',
'4'
],
[
'File::Tail::App',
'R',
'd',
'p',
'O',
'p',
'Easy app maker to proc files as they update',
'DMUEY',
'10'
],
[
'Games::Sudoku::General',
'b',
'd',
'p',
'O',
'p',
'Solve Sudoku and Sudoku-like puzzles',
'WYANT',
'23'
],
[
'Eng::Naval',
'i',
'd',
'p',
'O',
'p',
'ITTC Power Prediction Procedure',
'RAGRO',
'23'
],
[
'Class::Clone',
'b',
'd',
'p',
'f',
'p',
'Subclass & copy a class with code on-the-fly',
'CRAKRJACK',
'2'
],
[
'Perl6::Doc',
'a',
'm',
'p',
'n',
'p',
'Perl 6 Documentation Collection',
'LICHTKIND',
'28'
],
[
'Hardware::Simulator::MIX',
'b',
'd',
'p',
'O',
'p',
'Knuth\'s famous virtual machine',
'LITCHIE',
'23'
],
[
'Algorithm::Step',
'c',
'd',
'p',
'f',
'p',
'Tracing algorithm steps.',
'LITCHIE',
'23'
],
[
'WWW::Yandex::TIC',
'R',
'n',
'p',
'f',
'p',
'Query Yandex Thematic Index of Citing',
'BASHLOV',
'15'
],
[
'Net::LibLO',
'R',
'd',
'c',
'O',
'g',
'Perl interface for liblo Lightweight OSC lib',
'NJH',
'5'
],
[
'Class::Driver',
'a',
'd',
'p',
'O',
'p',
'Generate driver class heiarchies on-the-fly',
'CRAKRJACK',
'2'
],
[
'DBIx::Wrapper::Config',
'a',
'd',
'p',
'O',
'p',
'Config Module for DBIx::Wrapper',
'DOWENS',
'7'
],
[
'LSF::Hosts',
'R',
'd',
'p',
'O',
'p',
'Retrieve information about LSF hosts',
'AUKJAN',
'5'
],
[
'CGI::Carp::DebugScreen',
'b',
'd',
'p',
'h',
'p',
'provides a decent debug screen for Web app',
'ISHIGAKI',
'15'
],
[
'Object::Mapper',
'b',
'd',
'p',
'O',
'p',
'primitive Perl object persistence',
'EJS',
'6'
],
[
'Jifty',
'b',
'm',
'p',
'h',
'p',
'Nifty applications in a jiffy',
'JESSE',
'15'
],
[
'Audio::TagLib::Shell',
'R',
'd',
'p',
'f',
'p',
'a mini shell of Audio::TagLib',
'DONGXU',
'23'
],
[
'DBIx::Class::FormTools',
'a',
'd',
'p',
'O',
'p',
'Build forms with multiple interconnected obj',
'DJO',
'15'
],
[
'Net::SMTP::TLS',
'a',
'd',
'p',
'O',
'p',
'TLS and AUTH enabled mail client',
'AWESTHOLM',
'19'
],
[
'Net::UPCDatabase',
'b',
'd',
'p',
'O',
'p',
'Simple OO interface to UPCDatabase.com',
'WILSOND',
'15'
],
[
'Chess::GameClock',
'b',
'd',
'p',
'O',
'p',
'Chess or Go digital Clock for portable pc',
'CHESSKIT',
'23'
],
[
'Archive::Tyd',
'b',
'd',
'p',
'O',
'p',
'Tyd Archiving Algorithm',
'KIRSLE',
'17'
],
[
'Test::CPANpm',
'a',
'd',
'p',
'f',
'p',
'Test CPAN.pm\'s interaction with your module',
'CRAKRJACK',
'3'
],
[
'Catalyst::Plugin::Email::Page',
'b',
'd',
'p',
'O',
'p',
'Simple Plugin for Email Links with Catalyst',
'GHENRY',
'15'
],
[
'Acme::Adjudge',
'R',
'd',
'p',
'h',
'p',
'Award damages by law to a given Acme Module',
'DMUEY',
'2'
],
[
'Catalyst::Plugin::DateTime',
'b',
'd',
'p',
'O',
'p',
'DateTime plugin for Catalyst',
'JKISER',
'15'
],
[
'Apache2::ExplorerDestroyer',
'a',
'd',
'p',
'O',
'p',
'Kill Bill\'s Browser with Google AdSense',
'CRAKRJACK',
'15'
],
[
'Convert::Addressbook::Mozilla2Blackberry',
'R',
'd',
'p',
'O',
'g',
'translate the Mozilla address book to a CSV',
'KRIPT',
'11'
],
[
'Net::Proxy',
'b',
'd',
'p',
'O',
'p',
'Framework for proxying network connections',
'BOOK',
'16'
],
[
'Math::Macopt',
'R',
'u',
'+',
'O',
'l',
'A perl wrapper for macopt++',
'TOM',
'6'
],
[
'Quota::OO',
'R',
'd',
'p',
'O',
'p',
'Object oriented interface to Quota.pm',
'DMUEY',
'4'
],
[
'Acme::Clouseau',
'a',
'd',
'p',
'f',
'p',
'Make your text read like Inspector Clouseau',
'MARTYLOO',
'23'
],
[
'WWW::Salesforce',
'b',
'd',
'p',
'O',
'p',
'Get/Set info from your salesforce account.',
'CAPOEIRAB',
'15'
],
[
'Net::Akismet',
'R',
'd',
'p',
'O',
'p',
'Perl interface to Akismet.',
'NIKOLAY',
'15'
],
[
'WWW::Myspace',
'M',
'd',
'p',
'O',
'p',
'Access your Myspace.com profile in Perl!',
'GRANTG',
'15'
],
[
'ModPerl::ParamBuilder',
'b',
'd',
'p',
'O',
'p',
'Makes custom Apache directives easier',
'FWILES',
'15'
],
[
'Linux::hddtemp',
'b',
'd',
'p',
'O',
'p',
'Monitors hard drive temperatures',
'YORHEL',
'4'
],
[
'Finance::InteractiveBrokers::TWS',
'R',
'd',
'h',
'O',
'p',
'Use Perl to call IB\'s Java TWS API',
'JSTRAUSS',
'24'
],
[
'Business::AllPay::Code',
'b',
'd',
'p',
'O',
'p',
'An interface to AllPay Code service',
'DWUZIU',
'23'
],
[
'WWW::Akismet',
'R',
'd',
'p',
'O',
'p',
'Perl interface to Akismet.',
'NIKOLAY',
'15'
],
[
'File::Basename::Object',
'b',
'd',
'p',
'O',
'p',
'Object wrapper around File::Basename',
'CRAKRJACK',
'10'
],
[
'WWW::PDAScraper',
'a',
'd',
'p',
'h',
'p',
'Scrape PDA-friendly content from websites',
'CODYP',
'15'
],
[
'Samba::LDAP',
'b',
'm',
'p',
'O',
'g',
'Manage a Samba PDC with an LDAP Backend',
'GHENRY',
'23'
],
[
'HTTP::WebTest::Plugin::Sticky',
'b',
'd',
'p',
'O',
'p',
'Propagate hidden and text form fields',
'HUGUEI',
'15'
],
[
'Tk::LineGraph',
'a',
'd',
'p',
'O',
'g',
'Tk Widget for Line Graphs',
'CLIFFORD',
'8'
],
[
'BigIP::ParseConfig',
'R',
'd',
'p',
'O',
'p',
'F5/BigIP configuration parser',
'SSCHNEID',
'21'
],
[
'Linux::Distribution::Packages',
'b',
'd',
'p',
'O',
'p',
'Gets Linux package information.',
'JUDITH',
'4'
],
[
'Tk::Image::Cut',
'a',
'd',
'p',
'O',
'p',
'Graphic user interface to cut pictures',
'KNORR',
'8'
],
[
'CGI::Pager',
'b',
'd',
'p',
'h',
'p',
'Generate HTML pagination linkage easily',
'EGORSH',
'15'
],
[
'Net::MirrorDir',
'c',
'd',
'p',
'O',
'p',
'Perl extension to compare directories',
'KNORR',
'16'
],
[
'Net::DownloadMirror',
'c',
'd',
'p',
'O',
'p',
'mirroring a remote location via FTP',
'KNORR',
'16'
],
[
'Net::UploadMirror',
'c',
'd',
'p',
'O',
'p',
'mirroring a local directory via FTP',
'KNORR',
'16'
],
[
'Tk::Mirror',
'a',
'd',
'p',
'O',
'p',
'graphic user interface to mirror directories',
'KNORR',
'8'
],
[
'Tie::CountLoop',
'R',
'd',
'p',
'h',
'g',
'Counter looping scalar w. min max inc',
'FDULAU',
'6'
],
[
'OpenOffice::UNO',
'c',
'd',
'+',
'O',
'l',
'OpenOffice.org perlUNO Bridge',
'MBARBON',
'5'
],
[
'Module::Selector',
'b',
'd',
'p',
'O',
'p',
'Selects the first/best module for a job',
'OKROEGER',
'2'
],
[
'Log::Statistics',
'a',
'd',
'p',
'O',
'b',
'near-real-time statistics from log files',
'VVU',
'21'
],
[
'Getopt::Long::String',
'a',
'd',
'p',
'f',
'p',
'Parses strings option',
'LEVENGLI',
'12'
],
[
'Parallel::Cluster',
'R',
'd',
'p',
'O',
'a',
'Distributed computing w/ multiple machines',
'RJHARMON',
'5'
],
[
'DBD::PgLite',
'a',
'd',
'p',
'O',
'p',
'PostgreSQL emulation mode for SQLite',
'BALDUR',
'7'
],
[
'Cache::BerkeleyDB',
'b',
'd',
'p',
'O',
'p',
'implements the Cache::Cache interface',
'BALDUR',
'17'
],
[
'Sledge::Plugin::Prototype',
'R',
'd',
'p',
'O',
'p',
'wrapper arround HTML::Prototype for Sledge',
'HORIUCHI',
'15'
],
[
'Template::Plugin::AutoLink',
'R',
'd',
'p',
'O',
'p',
'TT plugin to make hyperlink automatically',
'HORIUCHI',
'11'
],
[
'Term::BashTab',
'S',
'd',
'p',
'O',
'p',
'a wrapper of ReadLine with Bash-like ',
'DONGXU',
'8'
],
[
'Games::Tournament::RoundRobin',
'a',
'd',
'p',
'O',
'p',
'Round-Robin Tournament Schedule Pairings',
'DRBEAN',
'23'
],
[
'Lingua::JA::EDICT',
'c',
'd',
'p',
'O',
'p',
'Interface to EDICT, a Japanese-English dict',
'JKIM',
'11'
],
[
'Salesforce',
'b',
'd',
'p',
'O',
'p',
'Salesforce API Adapter',
'BAYSIDE',
'15'
],
[
'MySQL::Handler',
'b',
'd',
'p',
'O',
'g',
'Simplified MySQL handler for DBD::mysql',
'CSA',
'7'
],
[
'Class::DBI::Loader::Informix',
'b',
'd',
'p',
'O',
'p',
'Informix class for Class::DBI::Loader',
'JSTOWE',
'7'
],
[
'Number::WithError',
'R',
'd',
'p',
'h',
'p',
'Numbers with error propagation and rounding',
'SMUELLER',
'11'
],
[
'Number::WithError::LaTeX',
'R',
'd',
'p',
'h',
'p',
'LaTeX output for Number::WithError',
'SMUELLER',
'11'
],
[
'Device::Cdio',
'a',
'm',
'c',
'O',
'g',
'Encapulates CD-ROM reading and control',
'ROCKY',
'4'
],
[
'LWP::Authen::Negotiate',
'R',
'm',
'p',
'f',
'p',
'GSSAPI based Authentication Plugin for LWP',
'AGROLMS',
'15'
],
[
'Solaris::Modinfo',
'b',
'd',
'p',
'O',
'p',
'object oriented interface for MODINFO',
'SNCK',
'4'
],
[
'Paranoid',
'R',
'd',
'p',
'h',
'p',
'Paranoia support for safer programs',
'CORLISS',
'23'
],
[
'Unix::Lsof',
'a',
'd',
'p',
'O',
'a',
'Wrapper around *NIX lsof utility',
'MARCB',
'4'
],
[
'Math::Logic::Ternary',
'c',
'd',
'p',
'O',
'p',
'ternary logic and related operations',
'MHASCH',
'6'
],
[
'Business::OnlinePayment::InternetSecure',
'b',
'a',
'p',
'O',
'p',
'InternetSecure online payment processor',
'FBRIERE',
'23'
],
[
'Test::Singleton',
'R',
'd',
'p',
'f',
'g',
'Test singleton classes',
'TPG',
'3'
],
[
'DBD::Salesforce',
'a',
'd',
'p',
'O',
'p',
'Treat Salesforce as a datasource for DBI',
'BAYSIDE',
'7'
],
[
'CMMi',
'i',
'd',
'p',
'O',
'p',
'CMMi process implementation - web interface',
'THUNDERA',
'23'
],
[
'Math::Symbolic::Custom::Transformation',
'R',
'd',
'p',
'O',
'p',
'Transform Math::Symbolic trees',
'SMUELLER',
'6'
],
[
'DBIx::Migration::Directories',
'b',
'm',
'p',
'O',
'p',
'Install,up/downgrade&remove database schemas',
'CRAKRJACK',
'7'
],
[
'Net::Oscar',
'b',
'd',
'p',
'O',
'g',
'Perl implementation of the OSCAR - ICQ/AIM',
'SLAFF',
'16'
],
[
'Net::OpenSRS',
'b',
'd',
'p',
'O',
'p',
'Interface to OpenSRS reseller DNS functions',
'MAHLON',
'23'
],
[
'SVG::Metadata',
'R',
'd',
'p',
'O',
'g',
'Retrieves/stores metadata in SVG files',
'BRYCE',
'18'
],
[
'Webalizer::Hist',
'b',
'd',
'p',
'O',
'p',
'Perl module to parse webalizer.hist',
'YORHEL',
'6'
],
[
'Catalyst::Plugin::MortalForward',
'b',
'm',
'p',
'O',
'p',
'Make forward() to throw exception',
'YANNK',
'15'
],
[
'Tree::Suffix',
'b',
'd',
'c',
'O',
'p',
'Interface to the libstree library',
'GRAY',
'6'
],
[
'What',
'R',
'd',
'p',
'O',
'g',
'Find out about running services (MTA, etc)',
'TPG',
'5'
],
[
'Tk::MARC::Editor',
'R',
'd',
'p',
'O',
'p',
'Tk widget for editing MARC records',
'DCHRIS',
'8'
],
[
'WebService::Hatena::BookmarkCount',
'b',
'd',
'p',
'O',
'p',
'Interface for Hatena::Bookmark getCount API',
'KAWASAKI',
'15'
],
[
'Test::HTML::W3C',
'b',
'd',
'p',
'f',
'p',
'W3C HTML validation testing module',
'VICTORF',
'3'
],
[
'Math::Interval',
'c',
'd',
'p',
'O',
'p',
'Interval number data type',
'HOLLYKING',
'6'
],
[
'Luka',
'b',
'd',
'p',
'O',
'g',
'Exception handling and reporting framework',
'TPG',
'20'
],
[
'Class::STL::Containers',
'a',
'd',
'p',
'O',
'g',
'STL-like object management classes',
'GAFFIE',
'6'
],
[
'Sub::Autostub',
'R',
'd',
'p',
'h',
'p',
'Stub OO and functional calls with logging.',
'LEMBARK',
'3'
],
[
'Freedesktop::Trash',
'c',
'd',
'p',
'O',
'p',
'The Freedesktop.org "Trash Can" standard',
'RRWO',
'4'
],
[
'CPANPLUS',
'R',
'm',
'p',
'O',
'?',
'Command-line access to the CPAN interface',
'KANE',
'23'
],
[
'Net::Abuse::Utils',
'R',
'd',
'p',
'f',
'p',
'Routines useful for processing network abuse',
'MIKEGRB',
'5'
],
[
'HTML::WikiConverter',
'R',
'd',
'p',
'O',
'p',
'Convert HTML to wiki markup',
'DIBERRI',
'15'
],
[
'Hardware::Vhdl::Lexer',
'b',
'd',
'p',
'O',
'a',
'Return Lexical tokens from VHDL source files',
'MYKL',
'9'
],
[
'Devel::ObjectCount',
'b',
'd',
'h',
'f',
'p',
'Count number of objects in memory',
'TBUSCH',
'3'
],
[
'POE::Component::IRC::Plugin::YouTube::MovieFindStore',
'b',
'd',
'p',
'O',
'p',
'IRC plugin for YouTube .flv resolve or store',
'ZOFFIX',
'15'
],
[
'CaCORE',
'b',
'd',
'p',
'O',
'd',
'A Common Framework for Cancer Data Managemen',
'JIANGS',
'23'
],
[
'Hook::Filter',
'R',
'd',
'p',
'f',
'p',
'A runtime firewall for subroutine calls',
'ERWAN',
'20'
],
[
'Apache::AuthPOP3',
'R',
'd',
'p',
'f',
'p',
'Authentication and Authorization via POP3',
'SHERWIN',
'15'
],
[
'Finance::TickerSymbols',
'R',
'd',
'p',
'f',
'p',
'get lists of stock symbols',
'JEZRA',
'15'
],
[
'Parallel::Queue',
'b',
'd',
'p',
'h',
'p',
'Fork a queue N-way parallel',
'LEMBARK',
'5'
],
[
'Devel::GDB',
'R',
'd',
'p',
'O',
'a',
'open and communicate gdb process',
'JEZRA',
'3'
],
[
'Catalyst::Plugin::AutoSession',
'b',
'd',
'p',
'O',
'p',
'Automatically save session variables',
'ICYDEE',
'15'
],
[
'Compress::AsciiFlate',
'S',
'd',
'p',
'O',
'p',
'De/inflates text data. Useful for databases.',
'JIMI',
'17'
],
[
'SAS::Parser',
'b',
'd',
'p',
'O',
'p',
'Classes for parsing SAS programs',
'MLF',
'11'
],
[
'GPS::Poi',
'a',
'd',
'p',
'O',
'g',
'Manages POI files ov2 extension GPS TomTom',
'EGERMAN',
'23'
],
[
'Apache2::JSONRPC',
'a',
'd',
'p',
'O',
'p',
'Object-Oriented JSONRPC dispatch for Apache2',
'CRAKRJACK',
'15'
],
[
'Data::RuledValidator',
'b',
'd',
'p',
'O',
'p',
'Data validator with rule',
'KTAT',
'6'
],
[
'CGI::Application::Plugin::AbstractCallback',
'R',
'm',
'p',
'O',
'p',
'Easy callback extention for C::A',
'ZIGOROU',
'15'
],
[
'Lingua::HU::Numbers',
'a',
'd',
'p',
'f',
'p',
'Converts numbers into hungarian text form',
'SZBALINT',
'11'
],
[
'RiveScript',
'b',
'd',
'p',
'O',
'g',
'Rendering Intelligence Very Easily',
'KIRSLE',
'11'
],
[
'Filter::Template',
'R',
'd',
'p',
'n',
'p',
'Source filter for code templates or macros.',
'RCAPUTO',
'2'
],
[
'Music::Chord::Namer',
'a',
'd',
'p',
'f',
'p',
'You give it notes, it names the chord.',
'JIMI',
'23'
],
[
'Gantry',
'R',
'm',
'p',
'O',
'p',
'Web Application Framework',
'TKEEFER',
'15'
],
[
'CGI::JSONRPC',
'a',
'd',
'p',
'O',
'p',
'Object-Oriented JSONRPC dispatch for CGI',
'CRAKRJACK',
'15'
],
[
'CGI::Session::Plugin::Redirect',
'R',
'd',
'p',
'O',
'p',
'extended redirect method for CGI::Session',
'MAKOTO',
'15'
],
[
'Template::Plugin::NoFollow',
'R',
'd',
'p',
'O',
'p',
'TT plugin to add rel="nofollow" to HTML link',
'GTERMARS',
'11'
],
[
'Cache::Memcached::Tie',
'R',
'd',
'p',
'O',
'g',
'Tie for Cache::Memcached',
'GUGU',
'17'
],
[
'cPanel',
'S',
'd',
'p',
'O',
'p',
'root of our company\'s public modules',
'DMUEY',
'24'
],
[
'cPanel::SyncUtil',
'S',
'd',
'p',
'f',
'p',
'cpanelsync directory utility functions',
'DMUEY',
'24'
],
[
'Games::QuizTaker',
'R',
'd',
'p',
'O',
'p',
'Create and take your own quizzes and tests',
'TSTANLEY',
'23'
],
[
'Mail::DKIM',
'R',
'd',
'p',
'O',
'p',
'Implements DomainKeys Identified Mail (DKIM)',
'JASLONG',
'19'
],
[
'Lingua::JA::Romanize::Japanese',
'b',
'd',
'p',
'O',
'g',
'Romanization of Japanese language',
'KAWASAKI',
'11'
],
[
'Lingua::KO::Romanize::Hangul',
'b',
'd',
'p',
'O',
'p',
'Romanization of Korean language',
'KAWASAKI',
'11'
],
[
'Lingua::ZH::Romanize::Pinyin',
'b',
'd',
'p',
'O',
'd',
'Romanization of Standard Chinese language',
'KAWASAKI',
'11'
],
[
'Net::GPSD',
'b',
'd',
'p',
'O',
'p',
'Provides a perl interface to the gpsd daemon',
'MRDVT',
'16'
],
[
'DCOP',
'b',
'd',
'p',
'O',
'p',
'Extensible inheritable class to dcop.',
'JCMULLER',
'8'
],
[
'DCOP::Amarok',
'b',
'd',
'p',
'O',
'p',
'Interface to Amarok via system\'s dcop',
'JCMULLER',
'8'
],
[
'DCOP::Amarok::Playlist',
'b',
'd',
'p',
'O',
'p',
'Object to manage the playlist of amaroK',
'JCMULLER',
'8'
],
[
'Grid::Transform',
'a',
'd',
'c',
'O',
'p',
'Grid transformations (rotate, flip, etc.)',
'GRAY',
'6'
],
[
'Class::Trigger::Ordered',
'b',
'd',
'p',
'O',
'p',
'Class::Trigger wrapped module',
'BOXPHERE',
'6'
],
[
'HTML::LinkChanger',
'b',
'd',
'p',
'O',
'p',
'Helps change all links in HTML code',
'SERGEYCHE',
'15'
],
[
'Lingua::EL::Poly2Mono',
'a',
'a',
'p',
'f',
'p',
'Convert polytonic Greek text to monotonic',
'SPROUT',
'11'
],
[
'Numbers::Base::DWIM',
'b',
'd',
'p',
'p',
'p',
'Just in time based numeric constant parsing',
'CMO',
'6'
],
[
'Apache2::AuthenDBMCache',
'b',
'd',
'p',
'f',
'p',
'mod_perl Authen accelerator using DBM cache',
'REGGERS',
'15'
],
[
'Apache2::AuthenMSAD',
'b',
'd',
'p',
'f',
'p',
'Apache authentication to MS Active Directory',
'REGGERS',
'15'
],
[
'Catalyst::Plugin::Server',
'b',
'd',
'p',
'O',
'p',
'Server extensions for Catalyst',
'KANE',
'15'
],
[
'AI::FANN',
'b',
'd',
'c',
'O',
'p',
'Fast Artificial Neural Network library',
'SALVA',
'23'
],
[
'Win32::Fonts::Info',
'R',
'u',
'c',
'f',
'p',
'List of installed fonts (families) in window',
'RPAGITSCH',
'22'
],
[
'CGI::Application::Plugin::ActionDispatch',
'b',
'd',
'p',
'O',
'p',
'Used to dispatch requests based on actions.',
'JAYWHY',
'15'
],
[
'Email::Fingerprint',
'a',
'd',
'p',
'O',
'p',
'Calculate MD5 or other digests of emails',
'BUDNEY',
'19'
],
[
'SOAP::Amazon::S3',
'a',
'd',
'p',
'O',
'p',
'Classes for accessing Amazon\'s S3',
'KARJALA',
'15'
],
[
'UkrMoney::API',
'c',
'd',
'p',
'O',
'g',
'API for UkrMoney.com payment system',
'DMITRY',
'24'
],
[
'Data::Stack',
'b',
'd',
'p',
'O',
'p',
'OO Stack',
'GPHAT',
'6'
],
[
'Catalyst::Plugin::FormValidator::Simple::OwnCheck',
'b',
'd',
'p',
'O',
'p',
'load your own checker of your app namespace',
'ADONG',
'15'
],
[
'RT::Client::REST',
'R',
'd',
'p',
'O',
'g',
'Talk to RT using REST protocol.',
'DMITRI',
'23'
],
[
'Apache2::ModBT',
'b',
'm',
'p',
'O',
'o',
'mod_perl interface to mod_bt',
'CRAKRJACK',
'15'
],
[
'Finance::SE::OMX',
'b',
'd',
'p',
'O',
'p',
'Retrieves stock informaton from OMX',
'SCATO',
'23'
],
[
'Lucene',
'b',
'd',
'+',
'O',
'p',
'API to the Lucene search engine',
'TBUSCH',
'11'
],
[
'Inline::WSC',
'R',
'u',
'p',
'f',
'p',
'Use JavaScript and VBScript from within Perl',
'JOHND',
'2'
],
[
'Template::Plugin::ByDate',
'R',
'd',
'p',
'O',
'p',
'TT filter for in/excluding based on date',
'DMCBRIDE',
'11'
],
[
'Tk::GraphItems',
'R',
'd',
'p',
'O',
'p',
'View-side for nodes and edges of Rel-Graphs',
'LAMPRECHT',
'8'
],
[
'Catalyst::Model::DBIC::Schema',
'R',
'm',
'p',
'O',
'p',
'DBIx::Class model for Catalyst',
'MSTROUT',
'15'
],
[
'WebService::MusicBrainz',
'b',
'd',
'p',
'O',
'p',
'Interface to MusicBrainz web services',
'BFAIST',
'15'
],
[
'Catalyst::View::TT',
'M',
'm',
'p',
'O',
'p',
'The Elegant MVC Web Application Framework',
'MRAMBERG',
'15'
],
[
'HTTP::Request::AsCGI',
'M',
'm',
'p',
'O',
'p',
'Setup a CGI enviroment from a HTTP::Request',
'CHANSEN',
'15'
],
[
'Catalyst::Plugin::ConfigLoader',
'R',
'm',
'p',
'O',
'p',
'Load config files of various types',
'BRICAS',
'15'
],
[
'Catalyst::Plugin::DefaultEnd',
'M',
'm',
'p',
'O',
'p',
'A Default End action for Catalyst',
'MRAMBERG',
'15'
],
[
'HTTP::Body',
'M',
'm',
'p',
'O',
'p',
'HTTP Body Parser',
'CHANSEN',
'15'
],
[
'Catalyst::Engine::Apache',
'M',
'm',
'p',
'O',
'p',
'Catalyst engines for mod_perl 1.3, 1.99, 2.x',
'AGRUNDMA',
'15'
],
[
'Catalyst::Engine::HTTP::POE',
'a',
'm',
'p',
'O',
'p',
'Single-threaded multi-tasking Cat engine',
'AGRUNDMA',
'15'
],
[
'Catalyst::Plugin::UploadProgress',
'b',
'm',
'p',
'O',
'p',
'Display file upload progress information',
'AGRUNDMA',
'15'
],
[
'Catalyst::Plugin::I18N',
'M',
'm',
'p',
'O',
'p',
'I18N plugin for Catalyst',
'CHANSEN',
'15'
],
[
'Catalyst::Plugin::StackTrace',
'R',
'm',
'p',
'O',
'p',
'Display a stack trace on the error screen.',
'AGRUNDMA',
'15'
],
[
'Catalyst::Plugin::Authentication',
'S',
'm',
'p',
'O',
'p',
'Authentication support for Catalyst',
'NUFFIN',
'15'
],
[
'Catalyst::Plugin::RequireSSL',
'R',
'm',
'p',
'O',
'p',
'Force SSL mode on select pages',
'AGRUNDMA',
'15'
],
[
'Catalyst::Plugin::PageCache',
'R',
'm',
'p',
'O',
'p',
'Cache the output of entire pages',
'AGRUNDMA',
'15'
],
[
'Catalyst::Plugin::OrderedParams',
'R',
'm',
'p',
'O',
'p',
'Maintain order of submitted form parameters',
'AGRUNDMA',
'15'
],
[
'Catalyst::Plugin::Session',
'S',
'm',
'p',
'O',
'p',
'Session support "parent" plugin for Catalyst',
'NUFFIN',
'15'
],
[
'Catalyst',
'M',
'm',
'p',
'O',
'p',
'The Elegant MVC Web Application Framework',
'MRAMBERG',
'15'
],
[
'Catalyst::Plugin::Authorization::ACL',
'S',
'm',
'p',
'O',
'p',
'ACL support for Catalyst',
'NUFFIN',
'15'
],
[
'Catalyst::Plugin::Scheduler',
'R',
'm',
'p',
'O',
'p',
'Schedule events to run in a cron-like manner',
'AGRUNDMA',
'15'
],
[
'Catalyst::Plugin::Session::Store::DBI',
'R',
'm',
'p',
'O',
'p',
'Store your sessions in a database',
'AGRUNDMA',
'15'
],
[
'Catalyst::Plugin::Authorization::Roles',
'S',
'm',
'p',
'O',
'p',
'RBAC support for Catalyst',
'NUFFIN',
'15'
],
[
'Catalyst::Controller::BindLex',
'S',
'm',
'p',
'O',
'p',
'Bind lexical variables to $c structures',
'NUFFIN',
'15'
],
[
'Catalyst::Plugin::Authentication::Credential::HTTP',
'S',
'm',
'p',
'O',
'p',
'Catalyst HTTP authentication',
'NUFFIN',
'15'
],
[
'Catalyst::Plugin::Authentication::Credential::TypeKey',
'S',
'm',
'p',
'O',
'p',
'Catalyst TypeKey authentication',
'NUFFIN',
'15'
],
[
'Catalyst::Plugin::Static::Simple',
'R',
'm',
'p',
'O',
'p',
'Serve static content painlessly',
'AGRUNDMA',
'15'
],
[
'Catalyst::Engine',
'M',
'm',
'p',
'O',
'p',
'The Elegant MVC Web Application Framework',
'MRAMBERG',
'15'
],
[
'Catalyst::Plugin::Params::Nested',
'M',
'm',
'p',
'O',
'p',
'rails style nested form parameters',
'NUFFIN',
'15'
],
[
'Catalyst::Base',
'M',
'm',
'p',
'O',
'p',
'The Elegant MVC Web Application Framework',
'MRAMBERG',
'15'
],
[
'Catalyst::View',
'M',
'm',
'p',
'f',
'p',
'The Elegant MVC Web Application Framework',
'MRAMBERG',
'15'
],
[
'Catalyst::Model',
'M',
'm',
'p',
'f',
'p',
'The Elegant MVC Web Application Framework',
'MRAMBERG',
'15'
],
[
'Catalyst::Controller',
'M',
'm',
'p',
'f',
'p',
'The Elegant MVC Web Application Framework',
'MRAMBERG',
'15'
],
[
'Catalyst::Plugin::Session::PerUser',
'M',
'm',
'p',
'O',
'p',
'Generalized member/guest session merging',
'NUFFIN',
'15'
],
[
'Catalyst::Plugin::Session::State::Cookie',
'M',
'm',
'p',
'O',
'p',
'Cookie driver for Catalyst sessions',
'NUFFIN',
'15'
],
[
'Catalyst::Plugin::Session::Store::FastMmap',
'S',
'm',
'p',
'O',
'p',
'FastMmap storage for Catalyst sessions',
'NUFFIN',
'15'
],
[
'Catalyst::Plugin::Session::Store::Memcached',
'S',
'm',
'p',
'O',
'p',
'Memcached storage for Catalyst sessions',
'NUFFIN',
'15'
],
[
'Catalyst::View::TT::FunctionGenerator',
'S',
'm',
'p',
'O',
'p',
'Easy function generation for the TT view',
'NUFFIN',
'15'
],
[
'Catalyst::Plugin::Authentication::Store::DBIC',
'M',
'm',
'p',
'O',
'p',
'Catalyst Authentication against DBIC',
'MRAMBERG',
'15'
],
[
'Catalyst::Log::Log4perl',
'M',
'd',
'p',
'O',
'p',
'Integrates Log::Log4perl with Catalyst',
'BOBTFISH',
'15'
],
[
'Catalyst::Plugin::ClamAV',
'b',
'd',
'p',
'O',
'p',
'ClamAV scanning Plugin for Catalyst',
'FUJIWARA',
'15'
],
[
'Template::Plugin::Digest::MD5',
'R',
'd',
'p',
'h',
'p',
'Template Toolkit interface to Digest::MD5',
'ANDREWF',
'11'
],
[
'Template::Plugin::Digest::SHA1',
'R',
'd',
'p',
'h',
'p',
'Template Toolkit interface to Digest::SHA1',
'ANDREWF',
'11'
],
[
'XML::MyXML',
'a',
'd',
'p',
'f',
'p',
'A simple XML module used in SOAP::Amazon::S3',
'KARJALA',
'11'
],
[
'SOAP::MySOAP',
'a',
'd',
'p',
'O',
'p',
'A small SOAP module',
'KARJALA',
'5'
],
[
'Encode',
'S',
'm',
'h',
'h',
'p',
'Character Encodings Handler',
'DANKOGAI',
'13'
],
[
'Jcode',
'R',
'm',
'h',
'h',
'p',
'Japanese Encodings Handler',
'DANKOGAI',
'13'
],
[
'Data::Report',
'b',
'd',
'p',
'O',
'p',
'Flexible framework for reports',
'JV',
'11'
],
[
'Apache::JemplateFilter',
'b',
'd',
'p',
'O',
'p',
'Jemplate compile filter for Apache1',
'FUJIWARA',
'15'
],
[
'Geo::Coder::Canada',
'b',
'd',
'p',
'O',
'p',
'Conversion between addresses and Geocoding',
'JETTRA',
'13'
],
[
'Tk::PerlInheritanceTree',
'R',
'd',
'p',
'O',
'p',
'Display inheritance trees for Perl classes',
'LAMPRECHT',
'3'
],
[
'Algorithm::SpiralSearch',
'R',
'd',
'p',
'f',
'p',
'Function Optimization of Two Parameters',
'MOSTAFAVI',
'23'
],
[
'Tk::PerlMethodList',
'R',
'd',
'p',
'O',
'p',
'Display methods of a Perl class',
'LAMPRECHT',
'3'
],
[
'Reaction',
'c',
'd',
'p',
'O',
'g',
'perl MVC application development platform',
'MSTROUT',
'15'
],
[
'Test::Group',
'R',
'd',
'p',
'h',
'a',
'Group together related tests in a test suite',
'DOMQ',
'3'
],
[
'HTML::TagParser',
'b',
'd',
'p',
'O',
'p',
'Pure Perl HTML Tag Parser',
'KAWASAKI',
'15'
],
[
'Test::Glade',
'R',
'd',
'p',
'h',
'n',
'Validate GladeXML files',
'NMUELLER',
'3'
],
[
'Bigtop',
'b',
'm',
'?',
'?',
'p',
'A web app description language',
'PHILCROW',
'0'
],
[
'Statistics::Forecast',
'R',
'd',
'p',
'O',
'p',
'It calculates a future value.',
'FALCAO',
'6'
],
[
'Filesys::DfPortable',
'R',
'd',
'h',
'f',
'p',
'Portable way to obtain filesystem info.',
'IGUTHRIE',
'10'
],
[
'CGI::Session::DBI',
'R',
'd',
'p',
'n',
'p',
'Use 1+ DBI->connect DBHs to cluster sessions',
'DMUEY',
'15'
],
[
'Boost::Graph',
'R',
'd',
'h',
'O',
'p',
'Interface to the Boost Graph C++ Library',
'DBURDICK',
'6'
],
[
'Tk::TimePick',
'a',
'd',
'p',
'O',
'p',
'extension to pick time syntax mistake-secure',
'KNORR',
'8'
],
[
'Class::InsideOut',
'R',
'd',
'p',
'O',
'p',
'safe, simple inside-out objects',
'DAGOLDEN',
'6'
],
[
'Lucy',
'i',
'm',
'h',
'O',
'o',
'Search engine library.',
'CREAMYG',
'11'
],
[
'WWW::YouTube',
'c',
'd',
'p',
'O',
'p',
'Toplevel Interface to www.youtube.com',
'ERMEYERS',
'15'
],
[
'Class::CodeStyler',
'b',
'd',
'p',
'O',
'g',
'OO API to produce formatted code',
'GAFFIE',
'6'
],
[
'Catalyst::Plugin::Authentication::Credential::PAM',
'b',
'd',
'p',
'O',
'p',
'Authenticate a user against PAM',
'RGARCIA',
'15'
],
[
'Time::UTC::Now',
'R',
'd',
'c',
'f',
'p',
'determine current time in UTC correctly',
'ZEFRAM',
'6'
],
[
'Device::Serdisp',
'b',
'd',
'c',
'O',
'p',
'Perl extension for talking to the serdisplib',
'FUZZ',
'4'
],
[
'DBIx::Romani',
'b',
'd',
'p',
'O',
'g',
'Helps handle differences in SQL dialects.',
'DSNOPEK',
'7'
],
[
'Catalyst::Plugin::CRUD',
'b',
'd',
'p',
'O',
'p',
'CRUD Plugin for Class::DBI adn DBIx::Class',
'BAYSIDE',
'15'
],
[
'XML::DTD',
'b',
'd',
'p',
'O',
'g',
'Parse and process an XML DTD',
'WOHL',
'11'
],
[
'Net::BitTorrent::LibBT::Tracker',
'a',
'm',
'h',
'O',
'o',
'Access a tracker running under libbttracker',
'CRAKRJACK',
'5'
],
[
'DBIx::Log4perl',
'a',
'm',
'p',
'O',
'p',
'An extension to log all DBI SQL activity',
'MJEVANS',
'7'
],
[
'Archive::StringToZip',
'R',
'd',
'p',
'h',
'p',
'Transforms a string to a zip',
'ROBBIEBOW',
'17'
],
[
'Tk::Schedule',
'a',
'd',
'p',
'O',
'p',
'carrying out tasks up to schedule',
'KNORR',
'8'
],
[
'Parse::Colloquy::Bot',
'R',
'm',
'p',
'f',
'o',
'Parse Colloquy bot/client terminal output',
'NICOLAW',
'11'
],
[
'Text::Restructured',
'b',
'd',
'p',
'h',
'p',
'Parse and transform reStructuredText docs',
'NODINE',
'11'
],
[
'Apache2::AuthColloquy',
'R',
'd',
'p',
'f',
'o',
'mod_perl authentication against the Colloquy',
'NICOLAW',
'15'
],
[
'WWW::BF2S',
'a',
'a',
'p',
'O',
'p',
'Get Battlefield 2 Player Stats',
'WILSOND',
'15'
],
[
'Bio::Data::Plasmid::CloningVector',
'b',
'd',
'p',
'f',
'a',
'Provides plasmid cloning vector data',
'SLENK',
'23'
],
[
'Authen::Passphrase',
'R',
'd',
'p',
'O',
'p',
'hashed passwords/passphrases as objects',
'ZEFRAM',
'14'
],
[
'Verilog::Info',
'i',
'd',
'p',
'O',
'p',
'Fetches information on Verilog Designs',
'ROHITM',
'9'
],
[
'Sepia',
'b',
'd',
'h',
'h',
'p',
'Simple Emacs Perl Interface',
'SEANO',
'3'
],
[
'GD::Map',
'M',
'd',
'p',
'O',
'p',
'Map drawing tool using lat and long values',
'CJS',
'18'
],
[
'Xmldoom',
'b',
'd',
'p',
'O',
'g',
'Object persistance framework.',
'DSNOPEK',
'3'
],
[
'WWW::GameMonitor',
'b',
'a',
'p',
'O',
'p',
'Get info about public game servers from GM',
'WILSOND',
'15'
],
[
'SOAP::XML::Client',
'M',
'd',
'p',
'O',
'p',
'Talk with SOAP/.net/web services easily',
'LLAP',
'5'
],
[
'Text::Same',
'R',
'd',
'p',
'O',
'p',
'Look for similarities between files',
'KIM',
'11'
],
[
'Baseball::Sabermetrics',
'b',
'd',
'p',
'O',
'p',
'An Easy Baseball Statistic Module',
'VICTOR',
'23'
],
[
'WWW::Simpy',
'c',
'd',
'p',
'O',
'p',
'OOP Simpy (social bookmarking) service API',
'BEADSLAND',
'15'
],
[
'WWW::phpBB',
'b',
'd',
'p',
'O',
'p',
'scrape a phpBB forum',
'STEFANT',
'15'
],
[
'Device::SNP',
'R',
'd',
'p',
'O',
'p',
'Support for GE Fanuc SNP-X serial protocol',
'MIKEM',
'4'
],
[
'Net::Bluetooth',
'R',
'd',
'h',
'h',
'p',
'Perl interface to Bluetooth',
'IGUTHRIE',
'5'
],
[
'Module::Recursive::Require',
'b',
'd',
'p',
'O',
'p',
'This class require module recursively.',
'MASAP',
'23'
],
[
'WWW::BF2Player',
'a',
'a',
'p',
'O',
'p',
'Get Battlefield 2 Player Info',
'WILSOND',
'15'
],
[
'Template::DBI',
'M',
'd',
'p',
'O',
'p',
'DBI extensions for the Template Toolkit',
'ABW',
'11'
],
[
'Template::XML',
'M',
'd',
'p',
'O',
'p',
'XML plugins for the Template Toolkit',
'ABW',
'11'
],
[
'Template::GD',
'M',
'd',
'p',
'O',
'p',
'GD plugins for the Template Toolkit',
'ABW',
'11'
],
[
'Thesaurus::DBI',
'b',
'd',
'p',
'O',
'p',
'Store and query synonyms in an sql database',
'JOSEIBERT',
'6'
],
[
'PIX::Walker',
'R',
'd',
'p',
'O',
'p',
'Process Cisco PIX/ASA configs and ACLs',
'LIFO',
'23'
],
[
'Bundle::DBWIZ',
'R',
'd',
'p',
'n',
'g',
'A bundle to install dbWiz: federated search',
'CALVINM',
'25'
],
[
'Algorithm::Pair::Swiss',
'R',
'd',
'p',
'O',
'p',
'Create pairings for Swiss-rounds tournaments',
'GGOUDSMIT',
'23'
],
[
'Yahoo::Marketing',
'R',
'd',
'p',
'O',
'a',
'SDK for Yahoo Search Marketing Web Services',
'JLAVALLEE',
'24'
],
[
'Image::BMP',
'R',
'd',
'p',
'O',
'd',
'Read bitmap (bmp) images. Writing is beta.',
'DAVEOLA',
'18'
],
[
'Logger::Simple',
'R',
'd',
'p',
'O',
'p',
'Log error and description messages',
'TSTANLEY',
'21'
],
[
'Java::JCR',
'R',
'd',
'o',
'O',
'p',
'Use JSR 170 (JCR) repositories from Perl',
'HANENKAMP',
'7'
],
[
'CGI::FormBuilder::Mail::FormatMultiPart',
'R',
'd',
'p',
'O',
'p',
'Plugin for CGI::FormBuilder->mailresults()',
'MARKLE',
'15'
],
[
'Hardware::1Wire',
'R',
'd',
'p',
'O',
'p',
'Dallas Semiconductors 1-Wire Bus',
'DVKLEIN',
'4'
],
[
'Unicode::Escape',
'b',
'd',
'p',
'h',
'p',
'Escape and unescape Unicode characters',
'ITWARRIOR',
'13'
],
[
'Math::Interpolator',
'R',
'd',
'p',
'O',
'p',
'interpolate between lazily-evaluated points',
'ZEFRAM',
'6'
],
[
'Win32::IEFavorites',
'b',
'd',
'p',
'O',
'p',
'handles Internet Explorer\'s Favorites',
'ISHIGAKI',
'22'
],
[
'CGI::Auth::Basic',
'R',
'd',
'p',
'O',
'p',
'Basic CGI authentication interface',
'BURAK',
'15'
],
[
'GD::Thumbnail',
'R',
'd',
'p',
'O',
'p',
'Thumbnail maker for GD',
'BURAK',
'18'
],
[
'Text::Template::Simple',
'b',
'd',
'p',
'O',
'p',
'Simple text template engine',
'BURAK',
'11'
],
[
'Mac::PropertyList::SAX',
'b',
'd',
'p',
'f',
'p',
'work with Mac property lists (plists), fast',
'KULP',
'11'
],
[
'Algorithm::QuineMcCluskey',
'a',
'd',
'p',
'O',
'p',
'Solve Quine-McCluskey set-cover problems',
'KULP',
'23'
],
[
'Class::Superclasses',
'R',
'd',
'p',
'O',
'p',
'Find a class\' superclasses',
'RENEEB',
'6'
],
[
'Win32::InternetShortcut',
'b',
'd',
'h',
'O',
'p',
'handles Internet Shortcut (IE\'s Favorite)',
'ISHIGAKI',
'22'
],
[
'Net::UKDomain::Nominet::Automaton',
'R',
'd',
'p',
'O',
'g',
'Interface to Nominet .UK Domain Registry',
'CLIFFORDJ',
'5'
],
[
'Net::TCP::PtyServer',
'b',
'd',
'p',
'f',
'p',
'Server up pseudo-TTYs over incoming TELNET',
'RJLEE',
'16'
],
[
'IPC::Run::Simple',
'R',
'd',
'p',
'f',
'p',
'Simple run() wrapper around system()',
'SFINK',
'5'
],
[
'Language::l33t',
'a',
'd',
'p',
'O',
'p',
'Perl interpreter of the l33t language.',
'YANICK',
'9'
],
[
'DBIx::NamedQuery',
'a',
'd',
'p',
'h',
'p',
'SQL queries are referenced by name from Perl',
'BOLEK',
'7'
],
[
'XML::XPS',
'a',
'd',
'p',
'O',
'g',
'An XPS Document Interface',
'MAIN',
'11'
],
[
'Class::Pluggable',
'a',
'd',
'p',
'O',
'p',
'Makes your subclass pluggable.',
'TAKESHIGE',
'2'
],
[
'Regexp::MultiLanguage',
'a',
'd',
'p',
'O',
'p',
'Use common Regexp in Perl,PHP,JavaScript,etc',
'ROBWALKER',
'11'
],
[
'Net::SynchroEdit::Service',
'a',
'd',
'p',
'O',
'l',
'SynchroEdit response service module',
'KALLEWOOF',
'16'
],
[
'GD::Tab::Ukulele',
'b',
'd',
'p',
'O',
'p',
'Ukulele tab image generator',
'TATENO',
'18'
],
[
'Math::SparseMatrix',
'a',
'd',
'p',
'O',
'g',
'Sparse matrix implementation',
'JMAHESH',
'6'
],
[
'Math::SparseVector',
'R',
'd',
'p',
'O',
'g',
'Sparse vector implementation',
'JMAHESH',
'6'
],
[
'Rose::DB',
'b',
'm',
'p',
'O',
'p',
'A DBI wrapper and abstraction layer.',
'JSIRACUSA',
'7'
],
[
'Wx::Perl::Packager',
'a',
'd',
'p',
'h',
'p',
'Assist packaging Wx applications',
'MDOOTSON',
'8'
],
[
'Time::Clock',
'b',
'd',
'p',
'O',
'p',
'Twenty-four hour clock object',
'JSIRACUSA',
'6'
],
[
'Enom::Base',
'b',
'd',
'p',
'f',
'p',
'Enom xml API Interface',
'JAMSHAID',
'24'
],
[
'Cache::Memcached::XS',
'b',
'd',
'h',
'O',
'p',
'Memcache client using libmemcache C library',
'JCARON',
'17'
],
[
'Win32::PowerPoint',
'b',
'd',
'p',
'O',
'p',
'helps to convert texts to PowerPoint slides',
'ISHIGAKI',
'22'
],
[
'Locale::Maketext::Utils',
'R',
'd',
'p',
'O',
'p',
'Add Utility methods to Locale::Maketext objs',
'DMUEY',
'13'
],
[
'SVN::Statistics',
'c',
'd',
'p',
'O',
'p',
'Subversion (SVN) Statistics using RRDTool',
'LINMAR',
'24'
],
[
'CGI',
'R',
'd',
'p',
'O',
'p',
'Simple Common Gateway Interface Class',
'LDS',
'15'
],
[
'Net::OpenVPN::Manage',
'R',
'd',
'p',
'O',
'p',
'Interact with an OpenVPN management port',
'MEYEAARD',
'5'
],
[
'Term::Menu',
'M',
'd',
'p',
'h',
'p',
'Print an interactive menu and get an answer',
'DAZJORZ',
'8'
],
[
'Devel::DumpSizes',
'b',
'd',
'p',
'f',
'p',
'Get name and size in bytes of all variables',
'CGAUTAM',
'3'
],
[
'Geo::Postcodes',
'b',
'd',
'p',
'h',
'p',
'Postcodes, locations and other information',
'ARNE',
'23'
],
[
'Digest::CMAC',
'b',
'd',
'p',
'O',
'p',
'One-key CBC MAC message authentication code',
'NUFFIN',
'14'
],
[
'Data::Alias',
'R',
'd',
'c',
'f',
'p',
'Comprehensive set of aliasing operations',
'XMATH',
'2'
],
[
'GPS::Babel',
'R',
'd',
'p',
'O',
'p',
'Interface to gpsbabel',
'ANDYA',
'23'
],
[
'IPC::Mmap::Share',
'b',
'd',
'p',
'O',
'p',
'Share structures using anonymous mmap',
'ADUITSIS',
'5'
],
[
'Clutter',
'b',
'd',
'c',
'O',
'l',
'Simple GL-based canvas library',
'EBASSI',
'8'
],
[
'Algorithm::SVMLight',
'R',
'd',
'h',
'O',
'p',
'Interface to SVMLight Machine-Learning pkg',
'KWILLIAMS',
'23'
],
[
'Parse::YAPP::KeyValue',
'b',
'd',
'p',
'O',
'p',
'simple parser of key/value pairs',
'DIZ',
'11'
],
[
'PDL::Fit::Levmar',
'b',
'm',
'h',
'h',
'p',
'Levenberg-Marquardt fit/optimization routine',
'JLAPEYRE',
'6'
],
[
'Convert::MIL1750A',
'R',
'd',
'p',
'f',
'p',
'Convert decimal and MIL-STD-1750A hex values',
'JTCLARKE',
'11'
],
[
'Data::Float',
'R',
'd',
'p',
'f',
'p',
'details of the floating point data type',
'ZEFRAM',
'6'
],
[
'Openview::Admin',
'i',
'n',
'p',
'O',
'n',
'Perform Openview(OVO,NNM) tasks',
'NHARALE',
'24'
],
[
'AIX::Perfstat',
'a',
'd',
'c',
'f',
'p',
'A wrapper around the AIX libperfstat library',
'ACIDDEATH',
'4'
],
[
'Win32::SDDL::ACE',
'a',
'd',
'p',
'O',
'p',
'Win32::SDDL ACE object class',
'TOJO',
'22'
],
[
'Tripletail',
'b',
'm',
'h',
'O',
'p',
'Tripletail, a framework for Japanese Web App',
'MIKAGE',
'15'
],
[
'Test::UseAllModules',
'b',
'd',
'p',
'f',
'p',
'do use_ok() for all modules MANIFESTed',
'ISHIGAKI',
'3'
],
[
'Set::Partition',
'R',
'd',
'p',
'O',
'p',
'Enumerate all arrangements of a set',
'DLAND',
'6'
],
[
'Data::Scroller',
'R',
'd',
'p',
'O',
'p',
'rolling pageset style data paging',
'BENH',
'6'
],
[
'BSD::Sysctl',
'a',
'd',
'c',
'h',
'p',
'Sysctl variable access for BSD systems',
'DLAND',
'4'
],
[
'Convert::Number::Greek',
'a',
'd',
'p',
'h',
'p',
'Convert between Arabic and Greek numerals',
'SPROUT',
'17'
],
[
'RT::Extension::QueueWizard',
'R',
'd',
'p',
'n',
'g',
'Clone existing RT queues',
'KEVINR',
'23'
],
[
'CGI::Ex::Template::XS',
'a',
'd',
'c',
'O',
'a',
'Fast TT2/TT3 template processor',
'RHANDOM',
'15'
],
[
'URI::ParseSearchString',
'R',
'd',
'p',
'f',
'p',
'extract search engine query strings',
'SDEN',
'15'
],
[
'Apache2::xForwardedFor',
'R',
'd',
'p',
'f',
'p',
'configure proxy requests',
'JVANASCO',
'15'
],
[
'Authen::PluggableCaptcha',
'R',
'd',
'p',
'O',
'p',
'object oriented framework for CAPTCHA',
'JVANASCO',
'14'
],
[
'Religion::Islam::PrayerTimes',
'R',
'd',
'p',
'O',
'g',
'Musilm prayers times and sunrise calculator',
'MEWSOFT',
'20'
],
[
'Religion::Islam::Qibla',
'R',
'd',
'p',
'O',
'g',
'Qiblah Direction Calculator',
'MEWSOFT',
'20'
],
[
'Religion::Islam::Quran',
'R',
'd',
'p',
'O',
'g',
'Holy Quran book searchable database multi-li',
'MEWSOFT',
'20'
],
[
'SQL::Extended',
'c',
'd',
'p',
'O',
'a',
'SQL::Statement extensions subclasses',
'DARNOLD',
'7'
],
[
'Thread::Sociable',
'c',
'd',
'h',
'h',
'a',
'Performance enhanced threads::shared',
'DARNOLD',
'2'
],
[
'Tk::StyledButton',
'b',
'm',
'p',
'O',
'a',
'Stylized Button widget for Perl/Tk',
'DARNOLD',
'8'
],
[
'Devel::Strace',
'R',
'd',
'p',
'f',
'a',
'strace-like runtime call trace for Perl appl',
'DARNOLD',
'3'
],
[
'Devel::RingBuffer',
'R',
'd',
'h',
'O',
'a',
'Shared memory ring buffers for Perl scripts',
'DARNOLD',
'3'
],
[
'Devel::Psichedb',
'c',
'd',
'h',
'h',
'o',
'interactive, attachable Perl debugger',
'DARNOLD',
'3'
],
[
'Data::SimplePassword',
'c',
'd',
'p',
'O',
'p',
'Simple random password generator',
'RYOCHIN',
'11'
],
[
'Etk',
'b',
'd',
'c',
'O',
'p',
'Bindings for the Enlightenment Toolkit',
'LEVIATHAN',
'8'
],
[
'Chart::EPS_graph',
'R',
'd',
'p',
'O',
'p',
'Generate EPS and PNG graphs',
'APLONIS',
'18'
],
[
'Crypt::Eksblowfish',
'R',
'd',
'c',
'O',
'p',
'the Eksblowfish block cipher',
'ZEFRAM',
'14'
],
[
'Debug::Message',
'R',
'd',
'p',
'O',
'p',
'Let\'s you easily debug print.',
'ATG',
'3'
],
[
'Directory::Scratch',
'R',
'd',
'p',
'O',
'p',
'self-cleaning scratch space for tests',
'JROCKWAY',
'10'
],
[
'Image::Magick::Square',
'b',
'd',
'p',
'f',
'p',
'square image from existing Image::Magick obj',
'LEOCHARRE',
'18'
],
[
'Image::Magick::Thumbnail::NotFound',
'b',
'd',
'p',
'O',
'p',
'make thumbnails as http requests fail',
'LEOCHARRE',
'18'
],
[
'Image::MetaData::GQview',
'b',
'd',
'p',
'O',
'g',
'Perl extension for GQview image metadata',
'KETHGEN',
'18'
],
[
'Net::SAML',
'c',
'd',
'c',
'f',
'o',
'Parse and generate SAML Assertions for SSO',
'SAMPO',
'5'
],
[
'POE::Component::Client::Traceroute',
'b',
'd',
'p',
'O',
'p',
'POE Component for traceroutes',
'AHOYING',
'5'
],
[
'Statistics::Sequences',
'b',
'n',
'p',
'O',
'p',
'Analyse data for sequential structure',
'RGARTON',
'6'
],
[
'Crypt::Eksblowfish::Bcrypt',
'R',
'd',
'p',
'f',
'p',
'Blowfish-based Unix crypt() password hash',
'ZEFRAM',
'14'
],
[
'File::Attributes',
'R',
'd',
'p',
'h',
'p',
'manipulate metadata on files',
'JROCKWAY',
'10'
],
[
'Crypt::OpenSSL::AES',
'a',
'd',
'c',
'O',
'p',
'Interface to AES functionality in OpenSSL',
'TTAR',
'14'
],
[
'Mail::Convert::Mbox::ToEml',
'R',
'u',
'p',
'O',
'p',
'Convert Mbox to OE single eml files',
'RJBS',
'19'
],
[
'Win32::Process::User',
'b',
'u',
'c',
'O',
'p',
'get user + domain for a given PID or name',
'RPAGITSCH',
'22'
],
[
'WebService::Basecamp',
'b',
'd',
'p',
'O',
'p',
'Perl interface to the Basecamp API',
'DAVIDB',
'15'
],
[
'Class::Std::Slots',
'R',
'd',
'p',
'O',
'p',
'Add signals and slots to Class::Std',
'ANDYA',
'2'
],
[
'Cache::Static',
'b',
'd',
'p',
'h',
'g',
'Caching without freshness concerns',
'BRIANSKI',
'17'
],
[
'SVN::Diff',
'R',
'd',
'p',
'f',
'p',
'Extract Diffs from a subversion server',
'DMUEY',
'24'
],
[
'Catalyst::Model::XML::Feed',
'R',
'd',
'p',
'O',
'p',
'use RSS/Atom feeds as a Catalyst model',
'JROCKWAY',
'15'
],
[
'Carp::Clan',
'R',
'd',
'p',
'f',
'p',
'blame errors on callers of "clan" of modules',
'JJORE',
'2'
],
[
'LaTeX::Table',
'R',
'd',
'p',
'O',
'p',
'Automatic generation of LaTeX tables',
'LIMAONE',
'23'
],
[
'Test::Pod::Snippets',
'a',
'd',
'p',
'O',
'p',
'Generate tests from pod code snippets',
'YANICK',
'3'
],
[
'Device::LabJack::Control',
'R',
'd',
'p',
'O',
'p',
'An OO interface to Device::LabJack',
'APLONIS',
'4'
],
[
'Text::MultiMarkdown',
'b',
'd',
'p',
'f',
'o',
'Convert MultiMarkdown syntax to (X)HTML',
'KULP',
'11'
],
[
'IO::Socket::ByteCounter',
'R',
'd',
'p',
'O',
'p',
'Count # of bytes In/Out of an IO::Socket obj',
'DMUEY',
'21'
],
[
'HTTP::Daemon::Threaded',
'c',
'd',
'p',
'O',
'o',
'Apartment threaded HTTP::Daemon',
'DARNOLD',
'15'
],
[
'Template::Multilingual',
'R',
'd',
'p',
'O',
'p',
'Multilingual templates for Template Toolkit',
'CHOLET',
'11'
],
[
'Text::Bidi',
'a',
'd',
'c',
'h',
'p',
'Unicode bidi algorithm-libfribidi interface',
'KAMENSKY',
'11'
],
[
'SMS::Send::TW::PChome',
'R',
'u',
'p',
'O',
'g',
'SMS::Send driver for sms.pchome.com.tw',
'SNOWFLY',
'15'
],
[
'Config::File',
'M',
'd',
'p',
'f',
'p',
'Parse a simple configuration file',
'GWOLF',
'12'
],
[
'Test::TestCoverage',
'a',
'd',
'p',
'f',
'p',
'Test if your test covers all \'public\' method',
'RENEEB',
'3'
],
[
'Params::Profile',
'R',
'd',
'p',
'f',
'o',
'Module for registering parameter profiles',
'MICHIEL',
'12'
],
[
'Catalyst::Plugin::Params::Profile',
'R',
'd',
'p',
'f',
'o',
'Parameter checking with Params::Profile',
'MICHIEL',
'15'
],
[
'Catalyst::Plugin::Log::Message',
'R',
'd',
'p',
'f',
'o',
'Log::Message plugin for Catalyst',
'MICHIEL',
'15'
],
[
'WebService::Eventful',
'R',
'm',
'p',
'O',
'p',
'Interface to the Eventful web services API',
'RADCLIFF',
'15'
],
[
'Linux::Sysfs',
'b',
'd',
'c',
'O',
'l',
'Perl interface to libsysfs',
'FLORA',
'4'
],
[
'Win32::MediaPlayer',
'R',
'u',
'p',
'O',
'a',
'Play audio (wma mp3) video (wmv mpeg avi)',
'KENWU',
'22'
],
[
'Dumpvalue::HTML',
'R',
'd',
'p',
'O',
'p',
'Get HTML safe output from Dumpvalue',
'DMUEY',
'6'
],
[
'Web::Scaffold',
'R',
'd',
'p',
'f',
'g',
'build minimalist fancy web sites',
'MIKER',
'15'
],
[
'Win32::TSA::Notify',
'a',
'd',
'p',
'O',
'p',
'Win32 TSA Notification System',
'THW',
'22'
],
[
'Pod::InComments',
'c',
'd',
'p',
'O',
'p',
'Extract POD hidden in comments',
'ANDREWF',
'3'
],
[
'Net::WSF',
'c',
'd',
'c',
'f',
'o',
'Web Services Framework ID-WSF 2.0, 1.1, etc.',
'SAMPO',
'5'
],
[
'Sub::ForceEval',
'R',
'm',
'p',
'p',
'p',
'rethrow exceptions if eval-ed, else cluck.',
'LEMBARK',
'3'
],
[
'Pod::InDesign::TaggedText::TPR',
'R',
'd',
'p',
'O',
'p',
'Transform Pod into Adobe Tagged Text for TPR',
'BDFOY',
'26'
],
[
'CPAN::Reporter',
'R',
'd',
'p',
'f',
'o',
'Adds CPAN Testers reporting to CPAN.pm',
'DAGOLDEN',
'23'
],
[
'WebService::YouTube',
'b',
'd',
'p',
'O',
'p',
'Perl interfece to YouTube',
'YOSHIDA',
'15'
],
[
'DBIx::Std',
'R',
'd',
'p',
'O',
'p',
'Standardize a DBI based app\'s DB interaction',
'DMUEY',
'7'
],
[
'Win32::PerlExe::Env',
'a',
'd',
'p',
'f',
'p',
'Get environment of Win32 Perl executables',
'THW',
'22'
],
[
'Games::Freelancer',
'R',
'd',
'p',
'f',
'o',
'interfaces for Microsoft Freelancer data',
'MALUKU',
'24'
],
[
'WebService::ISBNDB',
'a',
'd',
'p',
'O',
'a',
'Data classes for accessing isbndb.com',
'RJRAY',
'15'
],
[
'DBIx::ORM::Declarative',
'b',
'd',
'p',
'O',
'p',
'Creates db objects with descriptive syntax',
'JSCHNEID',
'7'
],
[
'Net::Server::Mail::ESMTP::XFORWARD',
'b',
'd',
'p',
'O',
'p',
'add support to the XFORWARD command',
'GUIMARD',
'19'
],
[
'Module::Versions',
'a',
'd',
'p',
'O',
'p',
'Handle module versions with flex. interface',
'THW',
'3'
],
[
'Net::CBQ',
'i',
'd',
'p',
'f',
'g',
'Class Based Queueing',
'DEEPAK',
'5'
],
[
'DBIx::Timeout',
'R',
'm',
'p',
'O',
'p',
'provides safe timeouts for DBI calls',
'SAMTREGAR',
'7'
],
[
'Test::Trap',
'a',
'd',
'p',
'h',
'p',
'Trap exit codes, exceptions, output, etc.',
'EBHANSSEN',
'3'
],
[
'POE::Filter::FSSocket',
'a',
'm',
'p',
'n',
'o',
'FreeSWITCH event socket POE Filter',
'PTINSLEY',
'5'
],
[
'Clone::More',
'b',
'd',
'h',
'f',
'p',
'Natively copying Perl data structures',
'WAZZUTEKE',
'6'
],
[
'Devel::GDB::Reflect',
'b',
'd',
'p',
'O',
'g',
'C++ reflection API for GDB',
'AFN',
'3'
],
[
'Linux::Bootloader',
'R',
'm',
'p',
'O',
'p',
'Modifies bootloader config files',
'BRYCE',
'4'
],
[
'Lingua::ZH::WordSegment',
'a',
'd',
'p',
'f',
'p',
'Simplified Chinese Word Segmentation',
'CHENYR',
'11'
],
[
'LEGO::NXT',
'a',
'd',
'p',
'O',
'g',
'LEGO NXT direct commands interface',
'COLLINS',
'23'
],
[
'Wiki::Toolkit::Store::Mediawiki',
'R',
'd',
'p',
'O',
'p',
'Mediawiki Store for Wiki::Toolkit',
'DPRICE',
'15'
],
[
'Wiki::Toolkit::Mediawiki',
'i',
'd',
'p',
'n',
'p',
'Perl Clone of the PHP Mediawiki',
'DPRICE',
'15'
],
[
'Wiki::Toolkit::Formatter::Mediawiki',
'R',
'd',
'p',
'O',
'p',
'Mediawiki Formatter for Wiki::Toolkit',
'DPRICE',
'15'
],
[
'Geo::Coder::YahooJapan',
'b',
'd',
'p',
'O',
'p',
'a wrapper for Yahoo Japan Geocoder API',
'KUMA',
'23'
],
[
'Template::Plugin::Trac',
'R',
'd',
'p',
'O',
'p',
'TT filter for Text::Trac',
'GTERMARS',
'11'
],
[
'WWW::PkgFind',
'R',
'm',
'p',
'O',
'p',
'Retrieves software packages from web/ftp',
'BRYCE',
'15'
],
[
'Crypt::ProtectedString',
'c',
'd',
'p',
'O',
'p',
'For automated handling of sensitive data.',
'IDO',
'14'
],
[
'Konstrukt',
'b',
'd',
'p',
'O',
'p',
'Web application/design framework',
'TWITTEK',
'15'
],
[
'Data::Generate',
'b',
'd',
'p',
'O',
'p',
'generate high customizable synthetic data',
'DACONTI',
'11'
],
[
'Pod::Perldoc::ToToc',
'b',
'd',
'p',
'O',
'a',
'Translate Pod to a Table of Contents',
'BDFOY',
'26'
],
[
'Task::Catalyst::Tutorial',
'R',
'm',
'p',
'n',
'p',
'install Catalyst Tutorial + dependencies',
'JROCKWAY',
'15'
],
[
'Test::WWW::Selenium::Catalyst',
'b',
'm',
'h',
'O',
'p',
'test your Catalyst app with Selenium',
'JROCKWAY',
'15'
],
[
'Crypt::Trillian3',
'b',
'd',
'p',
'O',
'p',
'Trillian v3.x Encrypt/Decrypt',
'CMORRIS',
'14'
],
[
'Audio::Ardour::Control',
'a',
'd',
'p',
'O',
'p',
'Control Ardour through Open Sound Control',
'JSTOWE',
'23'
],
[
'Tivoli::AccessManager',
'b',
'd',
'h',
'O',
'a',
'OO interface to TAM',
'MIKFIRE',
'24'
],
[
'Business::US::USPS::WebTools',
'a',
'd',
'p',
'O',
'a',
'Perl interface to US Postal Service WebTools',
'BDFOY',
'15'
],
[
'Mozilla::nsID',
'a',
'd',
'c',
'O',
'p',
'Mozilla nsID interface wrapper',
'BOSU',
'15'
],
[
'WWW::Sucksub::Extratitles',
'b',
'd',
'p',
'O',
'p',
'automated access to extratitles.com',
'TFOUCART',
'15'
],
[
'Alien::scriptaculous',
'R',
'd',
'o',
'O',
'p',
'find and install script.aculo.us',
'GTERMARS',
'15'
],
[
'RPC::Object',
'c',
'd',
'p',
'O',
'p',
'A lightweight pure Perl RPC implementation',
'JWU',
'5'
],
[
'Games::FEAR::Log',
'b',
'd',
'p',
'O',
'p',
'Log analyzer for the multiplayer game FEAR',
'EVANK',
'23'
],
[
'Win32::Env',
'R',
'd',
'p',
'f',
'p',
'System/user enviroment variables under Win32',
'ROWAA',
'22'
],
[
'Perl::Tidyview',
'a',
'd',
'p',
'h',
'p',
'A previewer for perltidy reformatting',
'LEIF',
'2'
],
[
'CORBA::omniORB',
'b',
'd',
'+',
'O',
'l',
'Perl module for CORBA 2.x using omniORB',
'HOUSEL',
'5'
],
[
'Text::ASCIIMathML',
'b',
'd',
'p',
'O',
'p',
'Converts ASCIIMathML text to MathML markup',
'NODINE',
'11'
],
[
'Text::Twiddler',
'R',
'd',
'p',
'O',
'p',
'base class to twiddle text in any output',
'DMUEY',
'11'
],
[
'ICS::Simple',
'R',
'd',
'p',
'O',
'p',
'Simple interface to CyberSource ICS2',
'WILSOND',
'15'
],
[
'Mail::QmailSend::MultilogParser',
'b',
'd',
'p',
'f',
'p',
'Parse qmail-send multilog files',
'MASAHITO',
'19'
],
[
'Lingua::TR::Numbers',
'R',
'd',
'p',
'f',
'p',
'Converts numbers into Turkish text',
'BURAK',
'11'
],
[
'Apache::Logmonster',
'M',
'm',
'p',
'O',
'b',
'merge, sort, and process apache log files',
'MSIMERSON',
'16'
],
[
'Math::MultiplicationTable',
'b',
'd',
'p',
'f',
'p',
'Generate multiplication table',
'PMINT',
'23'
],
[
'Ingres::Utility::IINamu',
'a',
'd',
'p',
'O',
'p',
'API to IINAMU Ingres RDBMS utility',
'WORM',
'7'
],
[
'Compress::LZW::Progressive',
'b',
'd',
'p',
'O',
'p',
'Progressive LZW-like compression',
'EWATERS',
'17'
],
[
'POE::Filter::LZW::Progressive',
'a',
'd',
'p',
'O',
'p',
'POE filter using Compress::LZW::Progressive',
'EWATERS',
'16'
],
[
'Parse::DMIDecode',
'R',
'd',
'p',
'O',
'o',
'Interface to SMBIOS under using dmidecode',
'NICOLAW',
'11'
],
[
'Config::LotusNotes',
'R',
'd',
'p',
'O',
'p',
'Access Lotus Notes/Domino configuration',
'ALBERS',
'24'
],
[
'Mac::Accessibility',
'b',
'd',
'p',
'O',
'p',
'Perl wrapper for Accessibility',
'BOGA',
'4'
],
[
'Data::URIEncode',
'b',
'd',
'p',
'f',
'p',
'(En|De)code complex data in key/value URIs',
'RHANDOM',
'6'
],
[
'Test::XML::Order',
'R',
'd',
'p',
'O',
'a',
'Extend Test::XML to test element order.',
'GAM',
'3'
],
[
'SNMP::Persist',
'b',
'd',
'p',
'f',
'g',
'backend for pass_persist feature of net-snmp',
'ANIAS',
'5'
],
[
'Data::Hierarchy::Traverser',
'c',
'd',
'p',
'f',
'p',
'Generic hierarchy structure traversal',
'TIGERPERL',
'23'
],
[
'List::Pairwise',
'R',
'd',
'p',
'f',
'p',
'map/grep arrays and hashes pairwise',
'TDRUGEON',
'6'
],
[
'POE::Component::IMDB',
'R',
'd',
'p',
'O',
'p',
'POE Component to talk to IMDB.com',
'BUU',
'15'
],
[
'Lingua::EN::Conjugate',
'a',
'd',
'p',
'f',
'p',
'Conjugate English verbs',
'RWG',
'11'
],
[
'Ingres::Utility::IIMonitor',
'a',
'd',
'p',
'O',
'p',
'API to iimonitor Ingres RDBMS utility',
'WORM',
'7'
],
[
'Mozilla::PromptService',
'c',
'd',
'h',
'h',
'p',
'wraps Mozilla nsIPromptService interface',
'BOSU',
'15'
],
[
'Mozilla::ObserverService',
'c',
'd',
'h',
'h',
'p',
'Interface to Mozilla nsIObserverService',
'BOSU',
'15'
],
[
'Weather::Underground::StationHistory',
'R',
'd',
'p',
'f',
'p',
'Historical data from http://wunderground.com',
'ELLIOTJS',
'23'
],
[
'Mac::Apps::Seasonality::LoadICAOHistory',
'b',
'd',
'p',
'h',
'p',
'Load data into Seasonality\'s database.',
'ELLIOTJS',
'24'
],
[
'Geo::OGR',
'i',
'm',
'+',
'O',
'p',
'An interface to the OGR library',
'AJOLMA',
'6'
],
[
'Geo::OSR',
'i',
'd',
'p',
'f',
'p',
'Interface to the SR classes in GDAL',
'AJOLMA',
'6'
],
[
'Bio::Trace::ABIF',
'b',
'd',
'p',
'O',
'p',
'Read and parse ABIF file format',
'VITA',
'23'
],
[
'CFEngine::CFPerl',
'b',
'd',
'p',
'h',
'a',
'cfengine parser and extender module',
'TEODOR',
'23'
],
[
'Geo::Spline',
'a',
'd',
'p',
'O',
'p',
'Calculate geographic locations btw GPS fixes',
'MRDVT',
'6'
],
[
'Mozilla::Mechanize::GUITester',
'c',
'd',
'p',
'O',
'p',
'Mozilla::Mechanize with GUI testing',
'BOSU',
'15'
],
[
'WWW::Translate::interNOSTRUM',
'b',
'd',
'p',
'O',
'p',
'Catalan <> Spanish machine translation',
'ENELL',
'15'
],
[
'Security::CVSS',
'b',
'd',
'p',
'O',
'p',
'Calculates CVSS values',
'JDENNIS',
'14'
],
[
'Asterisk::FastAGI',
'b',
'd',
'p',
'O',
'p',
'Provides support for FastAGI.',
'JAYWHY',
'25'
],
[
'Net::Amazon::EC2',
'a',
'd',
'p',
'O',
'a',
'A Perl module to interact with Amazon\'s EC2',
'JKIM',
'23'
],
[
'Mozilla::ConsoleService',
'c',
'd',
'h',
'h',
'p',
'Perl interface to Mozilla nsIConsoleService',
'BOSU',
'15'
],
[
'Geo::HelmertTransform',
'M',
'd',
'p',
'O',
'p',
'Geodetic datum transformations',
'MYSOCIETY',
'23'
],
[
'Bundle::Parrot',
'R',
'm',
'p',
'n',
'2',
'prereqs for developing and testing parrot',
'PARROTRE',
'25'
],
[
'Pod::SpeakIT::MacSpeech',
'b',
'd',
'p',
'f',
'p',
'Read the pod documentation aloud',
'BDFOY',
'26'
],
[
'WWW::Mechanize::Pliant',
'a',
'd',
'p',
'O',
'a',
'crawl Pliant based websites.',
'REITMAN',
'15'
],
[
'Tk::DiffText',
'R',
'd',
'p',
'O',
'p',
'Perl/Tk widget for colorized diffs',
'MJCARMAN',
'8'
],
[
'Catalyst::Plugin::I18N::DBIC',
'?',
'?',
'?',
'?',
'?',
'Load I18N Lexicon data from a database',
'ICYDEE',
'0'
],
[
'WebService::Geograph::API',
'b',
'd',
'p',
'O',
'p',
'Perl interface to the Geograph.co.uk API',
'SDEN',
'15'
],
[
'Color::Calc',
'R',
'd',
'p',
'h',
'p',
'Simple calculations with RGB colors',
'CFAERBER',
'8'
],
[
'Linux::KernelSort',
'a',
'd',
'p',
'O',
'g',
'Sort a list of Linux kernel versions.',
'OGASAWARA',
'4'
],
[
'Statistics::SDT',
'b',
'n',
'p',
'h',
'p',
'Signal detection theory measures',
'RGARTON',
'6'
],
[
'Lexical::Persistence',
'b',
'd',
'p',
'h',
'p',
'Bind lexicals to persistent data.',
'RCAPUTO',
'6'
],
[
'XML::API::WIX2',
'b',
'd',
'p',
'f',
'p',
'WiX ver2 doctype extension to XML::API',
'RBDAVISON',
'3'
],
[
'Games::Go::SGF',
'b',
'd',
'p',
'O',
'p',
'Parse and dissect Standard Go Format files',
'DEG',
'23'
],
[
'Ingres::Utility::Netutil',
'a',
'd',
'p',
'O',
'p',
'API to netutil Ingres RDBMS utility',
'WORM',
'7'
],
[
'Lemonldap::NG::Manager',
'R',
'm',
'p',
'O',
'p',
'Modules to manage Lemonldap::NG system',
'GUIMARD',
'14'
],
[
'XML::Descent',
'R',
'd',
'p',
'O',
'p',
'Simple recursive descent XML parsing',
'ANDYA',
'11'
],
[
'Class::XML::Parser',
'R',
'd',
'p',
'O',
'p',
'Parses an XML message into a class structure',
'MMORGAN',
'6'
],
[
'Time::LST',
'b',
'n',
'p',
'f',
'p',
'Convert datetime to LST via Astro-Time',
'RGARTON',
'6'
],
[
'WWW::Scraper::ISBN::LibUniIt_Driver',
'b',
'd',
'p',
'O',
'p',
'Search driver for libreriauniversitaria.it',
'LUCHA',
'15'
],
[
'Geo::Ellipsoids',
'a',
'm',
'p',
'O',
'p',
'Package for ellipsoid a, b, f and 1/f values',
'MRDVT',
'6'
],
[
'Config::Model::TkUI',
'b',
'm',
'p',
'O',
'l',
'GUI for conf editors based on Config::Model',
'DDUMONT',
'8'
],
[
'Router::Statistics',
'M',
'd',
'p',
'O',
'p',
'Collection of router statistics, multiple ',
'SHAMROCK',
'23'
],
[
'Crypt::PBC',
'b',
'd',
'h',
'O',
'g',
'OO interface for the Stanford PBC library',
'JETTERO',
'14'
],
[
'Class::CompiledC',
'b',
'd',
'h',
'h',
'a',
'C Structs as Objects;Dynamic generated code',
'BLADE',
'2'
],
[
'Geo::GeoNames',
'b',
'd',
'p',
'O',
'p',
'Perform geographical queries using GeoNames',
'PERHENRIK',
'23'
],
[
'Lingua::UK::Translit',
'b',
'd',
'p',
'f',
'p',
'Transliterate from Ukrainian to ASCII',
'PANOLEX',
'11'
],
[
'DateTime::Fiscal::Retail454',
'a',
'd',
'p',
'O',
'p',
'Manipulate 4-5-4 calendar data',
'BOFTX',
'6'
],
[
'Alvis::Convert',
'R',
'n',
'p',
'h',
'p',
'Tools for converting to Alvis XML format',
'WBUNTINE',
'23'
],
[
'Finance::Currency::Convert::DnB',
'R',
'd',
'p',
'f',
'p',
'Convert currencies with an up to date list.',
'TECHIE',
'23'
],
[
'HTML::AjaxTags',
'b',
'd',
'p',
'O',
'p',
'Implementation of AjaxTags for Perl',
'KMCGRATH',
'15'
],
[
'HTML::AjaxTags::Response',
'a',
'd',
'p',
'O',
'p',
'Aids in building Ajax Responses for AjaxTags',
'KMCGRATH',
'15'
],
[
'HTML::AjaxTags::TT',
'a',
'd',
'p',
'O',
'p',
'Use AjaxTags with Template Toolkit',
'KMCGRATH',
'15'
],
[
'Catalyst::Plugin::DBIC::Profiler',
'b',
'd',
'p',
'O',
'p',
'DBIC Profiler plugin for Catalyst.',
'TRAVAIL',
'3'
],
[
'CGI::Application::Plugin::DebugMessage',
'b',
'd',
'p',
'O',
'p',
'Debug message for CGI::Application.',
'TSUKAMOTO',
'15'
],
[
'Net::addrinfo',
'b',
'm',
'h',
'h',
'p',
'POSIX getaddrinfo(3)/struct addrinfo support',
'GSM',
'5'
],
[
'Net::DNS::SEC::Validator',
'b',
'm',
'h',
'O',
'p',
'DNSSEC validating resolver library-libval(3)',
'GSM',
'5'
],
[
'Closure::Loop',
'R',
'd',
'p',
'O',
'p',
'redo, last, next for closure based iterators',
'ANDYA',
'20'
],
[
'RPM::Header::PurePerl',
'S',
'd',
'p',
'r',
'p',
'a perl only implementation of RPM::Header',
'TLBDK',
'17'
],
[
'For::Else',
'c',
'd',
'p',
'p',
'p',
'Else blocks for foreach',
'ALFIE',
'2'
],
[
'Tie::Hash::Sorted',
'R',
'd',
'p',
'h',
'p',
'Presents hashes in sorted order',
'JGATCOMB',
'6'
],
[
'CPAN::SQLite',
'a',
'd',
'p',
'O',
'p',
'maintain and search a minimal CPAN database',
'RKOBES',
'23'
],
[
'Egg::Release',
'b',
'd',
'p',
'O',
'p',
'WEB application framework',
'LUSHE',
'15'
],
[
'Astro::SIMBAD::Client',
'b',
'd',
'p',
'O',
'p',
'Fetch astronomical data from SIMBAD 4',
'WYANT',
'23'
],
[
'Crypt::SSLeay',
'R',
'd',
'c',
'O',
'p',
'OpenSSL glue that provides LWP https support',
'CHAMAS',
'14'
],
[
'Net::SIP',
'b',
'd',
'p',
'O',
'p',
'SIP (VOIP) related modules, RFC3261',
'SULLR',
'5'
],
[
'Win32::WindowsMedia',
'b',
'd',
'p',
'O',
'p',
'Windows Media Services control modules',
'SHAMROCK',
'22'
],
[
'Net::SPOCP',
'M',
'd',
'p',
'O',
'b',
'Perl interface to SPOCP Policy Server',
'LEIFJ',
'5'
],
[
'Lingua::NL::Numbers::GroeneBoekje',
'R',
'd',
'p',
'h',
'p',
'Convert numbers into Dutch words',
'JV',
'11'
],
[
'Apache::FastForward',
'R',
'd',
'p',
'O',
'r',
'HTTP POST request with CSV body',
'JWACH',
'15'
],
[
'Catalyst::Plugin::Log::Dispatch',
'R',
'd',
'p',
'O',
'p',
'Catalyst::Plugin::Log::Dispatch is a plugin',
'SHOT',
'15'
],
[
'Lingua::DE::TypoGenerator',
'b',
'd',
'p',
'h',
'p',
'German typo generator',
'MWITTE',
'11'
],
[
'Module::AutoINC',
'b',
'd',
'p',
'O',
'p',
'Download and install modules upon first use',
'MACKENZIE',
'23'
],
[
'Mozilla::DOM::ComputedStyle',
'c',
'd',
'h',
'f',
'p',
'Interface to JS getComputedStyle function',
'BOSU',
'15'
],
[
'Text::vFile::toXML',
'b',
'd',
'p',
'h',
'b',
'Convert vFiles into equivalent XML',
'KULP',
'11'
],
[
'HTML::Tested::JavaScript',
'c',
'd',
'p',
'O',
'p',
'JavaScript enabled HTML::Tested widgets.',
'BOSU',
'15'
],
[
'Font::GlyphNames',
'c',
'd',
'p',
'h',
'p',
'Convert between characters and glyphs names',
'SPROUT',
'11'
],
[
'Catalyst::Plugin::DBIC::Schema::Profiler',
'b',
'd',
'p',
'O',
'p',
'C::M::DBIC::Schema query profiler',
'YAMAMOTO',
'15'
],
[
'Text::CSV::Track',
'R',
'd',
'p',
'O',
'p',
'module to work with .csv file that stores so',
'JKUTEJ',
'11'
],
[
'Statistics::Smoothing::SGT',
'b',
'd',
'p',
'O',
'g',
'Simple Good Turing smoothing',
'BJOERNW',
'6'
],
[
'Net::Cloud',
'a',
'd',
'p',
'O',
'o',
'Generic interface to cloud-computing apps',
'FSPEISER',
'15'
],
[
'XML::Table2XML',
'R',
'd',
'p',
'f',
'p',
'Generic Unflattening of tabular data to XML',
'RKAPL',
'11'
],
[
'DBIx::CopyRecord',
'a',
'd',
'p',
'O',
'p',
'Copy records within a database.',
'JACKB',
'7'
],
[
'WWW::TwentyQuestions',
'b',
'd',
'p',
'O',
'p',
'Perl interface to Twenty Questions',
'KIRSLE',
'15'
],
[
'Apache2::Pod',
'b',
'd',
'p',
'f',
'p',
'Apache2 mod_perl based pod file handler.',
'KYPREOS',
'15'
],
[
'Bio::Das::ProServer',
'R',
'd',
'p',
'O',
'g',
'A modular server for the DAS protocol',
'RPETTETT',
'16'
],
[
'Compass::Bearing',
'a',
'd',
'p',
'O',
'p',
'Convert angle to text bearing (aka heading)',
'MRDVT',
'6'
],
[
'GD::Graph::Polar',
'a',
'd',
'p',
'O',
'p',
'Make polar graph using GD package',
'MRDVT',
'18'
],
[
'Geo::ECEF',
'a',
'd',
'p',
'O',
'p',
'Converts between ECEF and lat, lon, & hae',
'MRDVT',
'6'
],
[
'Geo::Inverse',
'a',
'd',
'p',
'f',
'p',
'Calculate geo distance from a lat & lon pair',
'MRDVT',
'6'
],
[
'Finance::Bank::WaMu',
'c',
'd',
'p',
'O',
'p',
'Interface to Washington Mutual Website',
'MBAAS',
'15'
],
[
'CA::AutoSys',
'b',
'd',
'p',
'O',
'l',
'AutoSys job control',
'SINI',
'24'
],
[
'Data::Integer',
'R',
'd',
'p',
'f',
'p',
'details of the native integer data type',
'ZEFRAM',
'6'
],
[
'GPS::PRN',
'b',
'd',
'p',
'O',
'p',
'GPS PRN to Satellite Object ID conversions',
'MRDVT',
'6'
],
[
'GPS::SpaceTrack',
'b',
'd',
'p',
'O',
'p',
'Package for calculating the position of GPS',
'MRDVT',
'6'
],
[
'Lingua::Verbnet',
'b',
'd',
'p',
'O',
'p',
'extract stats from verbnet xml files',
'VKH',
'11'
],
[
'DBIx::MyServer',
'a',
'd',
'p',
'O',
'g',
'MySQL protocol sever-side implementation',
'PHILIPS',
'7'
],
[
'DBIx::GenerateData',
'c',
'd',
'p',
'O',
'p',
'Generate test data into DB table(s)',
'JACKB',
'7'
],
[
'Scalar::Number',
'R',
'd',
'p',
'f',
'p',
'numeric aspects of scalars',
'ZEFRAM',
'6'
],
[
'JE',
'a',
'd',
'p',
'O',
'p',
'Pure-Perl ECMAScript (JavaScript) Engine',
'SPROUT',
'9'
],
[
'Search::Lemur',
'R',
'd',
'p',
'O',
'p',
'Module to parse results from a Lemur server',
'PKAEDING',
'11'
],
[
'Muck',
'a',
'd',
'p',
'O',
'p',
'manage the muck of an EC2/S3 cloud',
'MIKE',
'25'
],
[
'Games::Tournament::Swiss',
'a',
'd',
'p',
'O',
'p',
'FIDE Swiss Same-Rank Contestant Pairing',
'DRBEAN',
'23'
],
[
'PerlIO::via::Logger',
'R',
'd',
'p',
'f',
'p',
'A PerlIO layer suited for use with logging',
'AKAPLAN',
'21'
],
[
'Linux::Input::Wiimote',
'b',
'n',
'h',
'h',
'g',
'interface to libcwiimote for wiimote',
'TEMPALTE',
'4'
],
[
'Palm::ListDB::Writer',
'R',
'd',
'p',
'O',
'p',
'Create databases for Palm List application',
'JV',
'7'
],
[
'Palm::Keyring',
'b',
'd',
'p',
'O',
'p',
'Interface to GNU Keyring databases',
'ANDREW',
'7'
],
[
'Laszlo::Documentation',
'a',
'd',
'p',
'O',
'p',
'Parses OpenLaszlo HTML documentation',
'BRICE',
'15'
],
[
'Color::Fade',
'R',
'd',
'p',
'f',
'p',
'Fade text from color to color!',
'KIRSLE',
'8'
],
[
'JavaScript::Engine',
'a',
'd',
'p',
'O',
'p',
'Pure-Perl ECMAScript (JavaScript) engine',
'SPROUT',
'9'
],
[
'File::Mirror',
'a',
'd',
'p',
'O',
'p',
'Mapping one path and its contents to another',
'JWU',
'10'
],
[
'PPI::HTML::CodeFolder',
'a',
'd',
'p',
'O',
'a',
'Compress and code fold PPI::HTML output',
'DARNOLD',
'26'
],
[
'Test::YAML::Valid',
'R',
'd',
'p',
'f',
'p',
'test validity of YAML strings and files',
'JROCKWAY',
'3'
],
[
'Module::Release',
'R',
'd',
'p',
'O',
'p',
'Automate software releases',
'BDFOY',
'3'
],
[
'Data::Passphrase',
'b',
'd',
'p',
'h',
'n',
'rule-based passphrase strength checker',
'KORTY',
'6'
],
[
'Device::Modem',
'R',
'd',
'p',
'O',
'p',
'Interface modems and other AT based devices',
'COSIMO',
'5'
],
[
'Device::Gsm',
'R',
'd',
'p',
'O',
'p',
'Interface gsm handphones and modems',
'COSIMO',
'5'
],
[
'Algorithm::AhoCorasick',
'R',
'd',
'p',
'f',
'p',
'efficient search for multiple strings',
'VBAR',
'11'
],
[
'Algorithm::AhoCorasick::SearchMachine',
'R',
'd',
'p',
'O',
'p',
'implementation of Algorithm::AhoCorasick',
'VBAR',
'11'
],
[
'PDF::Render',
'c',
'd',
'p',
'O',
'l',
'PDF document generation via PDF::API2',
'BORONK',
'11'
],
[
'Timestamp::Simple',
'R',
'd',
'p',
'O',
'p',
'Return a timestamp in the form yyyymmddHHMMS',
'SHOOP',
'21'
],
[
'Lucene::Search::Highlight',
'R',
'd',
'+',
'O',
'p',
'Highlight terms in Lucene search results',
'TBUSCH',
'11'
],
[
'DateTime::TimeZone::SystemV',
'R',
'm',
'p',
'O',
'p',
'System V and POSIX timezone strings',
'ZEFRAM',
'6'
],
[
'WWW::Monitor',
'a',
'd',
'p',
'O',
'p',
'monitor websites for updates and changes',
'YARON',
'15'
],
[
'File::FilterFuncs',
'R',
'd',
'p',
'f',
'l',
'Create filter functions for files',
'MUMIAW',
'21'
],
[
'Net::Telnet::Trango',
'b',
'd',
'p',
'O',
'p',
'Perl extension for accessing Trango hardware',
'ANDREW',
'5'
],
[
'Text::XmlMatch',
'b',
'd',
'p',
'O',
'p',
'XML-driven pattern matching on a buffer',
'LEEJA',
'11'
],
[
'DateTime::TimeZone::Tzfile',
'R',
'm',
'p',
'O',
'p',
'tzfile (zoneinfo) timezone files',
'ZEFRAM',
'6'
],
[
'Chart::HeatMap::Simple',
'a',
'd',
'p',
'O',
'p',
'converts 2d array into heatmap',
'JINKEE',
'18'
],
[
'Date::Holidays::AT',
'R',
'd',
'p',
'f',
'p',
'Determine Austrian holidays',
'MDIETRICH',
'13'
],
[
'HTML::Copy',
'b',
'd',
'p',
'O',
'p',
'copy a HTML file without breaking',
'TKURITA',
'15'
],
[
'POE::Filter::ErrorProof',
'b',
'd',
'p',
'O',
'p',
'An errorproof wrapper around POE::Filters.',
'DAZJORZ',
'5'
],
[
'Audio::Analyzer',
'a',
'd',
'p',
'O',
'p',
'Makes using Math::FFT very easy.',
'TRIDDLE',
'23'
],
[
'Apache2::Ajax',
'a',
'd',
'p',
'O',
'p',
'mod_perl interface to CGI::Ajax',
'RKOBES',
'15'
],
[
'Apache2::Autocomplete',
'a',
'd',
'p',
'O',
'p',
'Autocomplete service backend via mod_perl',
'RKOBES',
'15'
],
[
'CGI::Apache2::Wrapper',
'a',
'd',
'p',
'O',
'p',
'CGI.pm-compatible methods via mod_perl',
'RKOBES',
'15'
],
[
'Crypt::RC6',
'M',
'a',
'c',
'O',
'p',
'RC6 encryption for Perl',
'JHUGHES',
'14'
],
[
'Crypt::Serpent',
'M',
'a',
'c',
'O',
'p',
'Serpent encryption for Perl',
'JHUGHES',
'14'
],
[
'Date::MSD',
'R',
'd',
'p',
'f',
'p',
'conversion between flavours of Mars Sol Date',
'ZEFRAM',
'6'
],
[
'Date::Darian::Mars',
'R',
'd',
'p',
'f',
'p',
'the Darian calendar for Mars',
'ZEFRAM',
'6'
],
[
'Gimp::ScriptFu::Client',
'R',
'd',
'p',
'h',
'p',
'Create hybrid GIMP Scheme/Perl scripts',
'ASTEWART',
'18'
],
[
'Bio::Das::Lite',
'R',
'd',
'p',
'O',
'p',
'A client for the DAS protocol',
'RPETTETT',
'15'
],
[
'Config::Any',
'M',
'd',
'p',
'O',
'p',
'Support several config file formats',
'RATAXIS',
'2'
],
[
'HTML::WikiConverter::XWiki',
'b',
'd',
'p',
'O',
'p',
'Convert HTML to XWiki markup',
'PACKI',
'15'
],
[
'MySQL::Packet',
'a',
'd',
'p',
'f',
'p',
'encode and decode the MySQL binary protocol',
'TAVIN',
'7'
],
[
'X11::IdleTime',
'M',
'd',
'c',
'f',
'p',
'Get the idle time of X11',
'AWENDT',
'8'
],
[
'Devel::dbg',
'a',
'n',
'p',
'O',
'g',
'Enhanced Debugger for Perl',
'LORDSPACE',
'3'
],
[
'Catalyst::Controller::FormBuilder::MultiForm',
'R',
'd',
'p',
'h',
'p',
'Multiple forms per template with FormBuilder',
'DWARREN',
'15'
],
[
'Net::GrowlClient',
'a',
'd',
'p',
'O',
'p',
'Architecture Independant Growl Client',
'CASTOR',
'5'
],
[
'WebService::FC2::SpamAPI',
'b',
'd',
'p',
'O',
'p',
'Client for FC2 spam API',
'FUJIWARA',
'15'
],
[
'Test::Farm',
'a',
'd',
'p',
'O',
'p',
'Distributed software testing framework',
'JWU',
'3'
],
[
'Config::JSON',
'R',
'd',
'p',
'O',
'p',
'A JSON-based config file system.',
'RIZEN',
'12'
],
[
'Thread::Pool::Simple',
'b',
'd',
'p',
'O',
'p',
'Simple thread-pool implementation',
'JWU',
'2'
],
[
'IO::Simple',
'a',
'd',
'p',
'O',
'p',
'Simple object oriented access to files.',
'ERICJH',
'21'
],
[
'Devel::TrackObjects',
'a',
'd',
'p',
'h',
'p',
'Track objects by redefining bless',
'SULLR',
'3'
],
[
'Archive::Cpio',
'b',
'd',
'p',
'f',
'p',
'Manipulation of cpio archives',
'PIXEL',
'17'
],
[
'Finance::Bank::LaPoste',
'M',
'd',
'p',
'O',
'p',
'Check your "La Poste" accounts from Perl',
'PIXEL',
'23'
],
[
'Geo::KML::PolyMap',
'R',
'd',
'p',
'f',
'p',
'Shaded polygonal KML/KMZ (Google Earth) maps',
'IHAQUE',
'6'
],
[
'Fukurama',
'c',
'd',
'p',
'O',
'p',
'Small framework with flexible plugin-support',
'TOBIWAN',
'25'
],
[
'Statistics::SPC',
'b',
'd',
'p',
'O',
'g',
'Calculations for Statistical Process Control',
'EMORISSE',
'6'
],
[
'DBIx::Class::FrozenColumns',
'R',
'd',
'p',
'O',
'p',
'DBIC plugin. Store multiple cols in one',
'SYBER',
'7'
],
[
'Set::IntSpan::Island',
'b',
'd',
'p',
'O',
'g',
'Manipulate islands, spans, holes and covers.',
'MARTINK',
'6'
],
[
'Acme::Hyde',
'b',
'd',
'p',
'f',
'p',
'Hyde calculator',
'NOZZZZZ',
'23'
],
[
'CGI::SessionM',
'S',
'd',
'p',
'O',
'l',
'CGI-Session support from DBIn',
'ABALAMA',
'15'
],
[
'Mobile::Messaging::ParlayX',
'a',
'd',
'p',
'O',
'p',
'Interface for SonyEricsson SMS/MMS Gateway',
'TCHATZI',
'15'
],
[
'Archive::ZZip',
'b',
'd',
'h',
'O',
'p',
'Provides bindings for zziplib',
'VSPADER',
'17'
],
[
'JQuery',
'R',
'd',
'h',
'O',
'p',
'JQuery Interface',
'PETERG',
'15'
],
[
'IO::BufferedSelect',
'R',
'd',
'p',
'O',
'p',
'Line-buffered select interface',
'AFN',
'21'
],
[
'Statistics::Cluto',
'b',
'd',
'h',
'O',
'p',
'perl binding for CLUTO',
'IHARA',
'6'
],
[
'Net::BitTorrent::Scrape',
'b',
'd',
'p',
'O',
'p',
'Extracting information from Bittorrent Files',
'QANTINS',
'5'
],
[
'WWW::Translate::Apertium',
'b',
'd',
'p',
'O',
'p',
'Open source machine translation',
'ENELL',
'15'
],
[
'Net::Bonjour',
'R',
'd',
'p',
'O',
'p',
'Module for DNS-SD (Apple\'s Bonjour)',
'CHLIGE',
'5'
],
[
'Device::TNC',
'R',
'd',
'p',
'O',
'p',
'A generic interface to TNCs',
'RBDAVISON',
'5'
],
[
'Tie::FlatFile::Array',
'R',
'd',
'p',
'r',
'l',
'Treat binary packed files as arrays.',
'MUMIAW',
'8'
],
[
'Slay::Makefile',
'a',
'd',
'p',
'O',
'p',
'Slay::Maker interface by reading a Makefile',
'NODINE',
'3'
],
[
'SQL::Tidy',
'?',
'?',
'?',
'?',
'?',
'SQL::Tidy -- tidy up SQL statements',
'JGONZALEZ',
'0'
],
[
'WWW::LargeFileFetcher',
'R',
'd',
'p',
'O',
'g',
'a module used to fetch large files from web',
'JZHANG',
'15'
],
[
'HTML::ContentExtractor',
'R',
'd',
'p',
'O',
'p',
'extract the main content from a web page',
'JZHANG',
'15'
],
[
'PostScript::Calendar',
'a',
'd',
'p',
'O',
'p',
'Generate a monthly calendar in PostScript',
'CJM',
'11'
],
[
'Text::OutputFilter',
'b',
'd',
'p',
'r',
'p',
'Enable post processing of output without for',
'HMBRAND',
'11'
],
[
'Template::Recall',
'R',
'd',
'p',
'O',
'p',
'Reverse callback template system',
'GILAD',
'11'
],
[
'version',
'M',
'd',
'h',
'O',
'p',
'structured version objects',
'JPEACOCK',
'27'
],
[
'Lemonldap::Handlers::CAS',
'a',
'd',
'p',
'O',
'g',
'Add CAS functionnalities at lemonldap',
'EGERMAN',
'15'
],
[
'eBay::API',
'a',
'm',
'p',
'O',
'd',
'Perl SDK for eBay\'s public web services',
'EBAY',
'24'
],
[
'Wx::Perl::ProcessStream',
'a',
'd',
'p',
'h',
'p',
'use std handles of process via wx events',
'MDOOTSON',
'8'
],
[
'Dir::Which',
'b',
'd',
'p',
'f',
'o',
'Search for entries in a list of directories',
'JACQUELIN',
'10'
],
[
'Fortran::Namelist',
'b',
'd',
'p',
'O',
'p',
'Provides access to Fortran namelists files',
'VMS',
'9'
],
[
'Sub::ArgShortcut',
'R',
'd',
'p',
'r',
'p',
'simplify writing functions with default args',
'ARISTOTLE',
'3'
],
[
'Lemonldap::Portal::CAS',
'b',
'd',
'p',
'O',
'g',
'do authenticate upon CAS server',
'EGERMAN',
'15'
],
[
'Finance::TechnicalAnalysis',
'i',
'n',
'p',
'f',
'g',
'Technical Analysis Functions',
'REDOX',
'6'
],
[
'Set::Groups',
'R',
'd',
'p',
'O',
'p',
'Overlapping groups management',
'JACQUELIN',
'6'
],
[
'Parse::CPinfo',
'b',
'd',
'p',
'O',
'g',
'cpinfo output parser',
'MMLANGE',
'11'
],
[
'Net::Pavatar',
'b',
'd',
'p',
'f',
'p',
'A Pavatar client',
'KARJALA',
'5'
],
[
'Finance::Bank::NL::CLIEOP03',
'a',
'd',
'p',
'O',
'p',
'Generate CLIEOP03 files for Dutch banks',
'ZEBAZ',
'24'
],
[
'Linux::SysInfo',
'M',
'd',
'c',
'f',
'p',
'Interface to the sysinfo() Linux system call',
'VPIT',
'4'
],
[
'Carp::Once',
'R',
'd',
'p',
'f',
'p',
'never repeat yourself when carping',
'DMUEY',
'2'
],
[
'Log::Syslog::Abstract',
'b',
'd',
'p',
'f',
'p',
'Common syslog API',
'DONEILL',
'21'
],
[
'Hardware::UPS::Perl',
'R',
'd',
'p',
'h',
'p',
'modules dealing with an UPS',
'DRULENSOT',
'16'
],
[
'Log::Dispatch::MacGrowl',
'b',
'd',
'p',
'O',
'p',
'Log messages via Growl notification',
'RYOCHIN',
'21'
],
[
'Lingua::FR::Ladl',
'b',
'd',
'p',
'O',
'p',
'Access to a French linguistic resource',
'INGRIF',
'11'
],
[
'Tk::PlotDataset',
'R',
'n',
'p',
'O',
'p',
'Tk widget to plot zoomable 2D line graphs',
'ITDEV',
'8'
],
[
'Finance::QuoteOptions',
'a',
'd',
'p',
'O',
'g',
'Retrieve Options Prices and Symbols',
'KBOCEK',
'23'
],
[
'HTML::Menu::TreeView',
'R',
'd',
'p',
'O',
'l',
'a Modul to build an Html tree of an AoH',
'LZE',
'15'
],
[
'Net::Clickatell',
'b',
'd',
'p',
'O',
'g',
'provides access to Clickatell',
'MOBILEART',
'15'
],
[
'Exception::Base',
'b',
'd',
'p',
'O',
'p',
'Error handling with exception class',
'DEXTER',
'20'
],
[
'WWW::Bleep',
'b',
'd',
'p',
'O',
'p',
'Perl interface to Bleep.com',
'SNEVINE',
'15'
],
[
'RRDTool::Creator',
'c',
'd',
'p',
'O',
'o',
'RRD creators',
'JACQUELIN',
'4'
],
[
'POE::Component::Client::MPD',
'b',
'm',
'p',
'n',
'p',
'POE component to speak with MPD servers',
'JQUELIN',
'16'
],
[
'Exception::System',
'b',
'd',
'p',
'O',
'p',
'Exception class for system or library calls',
'DEXTER',
'20'
],
[
'Time::Elapsed',
'R',
'd',
'p',
'f',
'p',
'Converts elapsed seconds into a string',
'BURAK',
'6'
],
[
'Filter::Log4perl',
'a',
'd',
'p',
'O',
'p',
'no extra codes logging (same as Log::Log4per',
'FUJIMURA',
'2'
],
[
'Fatal::Exception',
'b',
'd',
'p',
'p',
'p',
'Succeed or throw exception',
'DEXTER',
'20'
],
[
'Catalyst::Plugin::Log::Handler',
'b',
'd',
'p',
'O',
'p',
'Catalyst plugin for Log::Handler',
'PEPE',
'15'
],
[
'Geo::Coder::HostIP',
'R',
'u',
'p',
'O',
'p',
'City, lat, long, from IP OO via hostip.org',
'DODGER',
'23'
],
[
'Devel::Backtrace',
'b',
'd',
'p',
'O',
'p',
'Object-oriented backtrace',
'PEPE',
'3'
],
[
'File::Queue',
'b',
'd',
'p',
'O',
'p',
'Provides a persistent queue object',
'JLAVOLD',
'21'
],
[
'Iterator::BreakOn',
'R',
'd',
'p',
'O',
'g',
'Implements flow breaks over an iterator',
'VMORAL',
'6'
],
[
'Sys::Statistics::Linux',
'R',
'u',
'p',
'O',
'p',
'Front-end module to collect system statistic',
'BLOONIX',
'4'
],
[
'Log::Handler',
'R',
'u',
'p',
'O',
'p',
'Log messages to several outputs.',
'BLOONIX',
'21'
],
[
'Device::Arduino::LCD',
'R',
'd',
'p',
'O',
'p',
'Perl Interface to the PerLCD Arduino Sketch',
'MONTUORI',
'5'
],
[
'DBIx::Safe',
'b',
'd',
'p',
'O',
'p',
'Handles all DB disconnections transparently',
'SYBER',
'7'
],
[
'HTML::ListScraper',
'R',
'd',
'p',
'O',
'p',
'generic web page scraping support',
'VBAR',
'15'
],
[
'Object::Exercise',
'R',
'm',
'p',
'h',
'p',
'Exercise object for bulk test & execution',
'LEMBARK',
'3'
],
[
'Bundle::OpenXPKI',
'b',
'm',
'p',
'n',
'n',
'A bundle for the OpenXPKI trustcenter',
'ALECH',
'25'
],
[
'Parse::Apache::ServerStatus',
'R',
'u',
'p',
'O',
'p',
'A simple parser for Apache\'s server-status',
'BLOONIX',
'11'
],
[
'Test::Unit::Lite',
'c',
'd',
'p',
'O',
'p',
'Unit testing without external dependencies',
'DEXTER',
'3'
],
[
'Astro::SpaceElevator',
'a',
'd',
'p',
'O',
'p',
'Model a Space Elevator',
'DBROOKS',
'23'
],
[
'DBIx::Mysql::InformationSchema',
'b',
'd',
'p',
'O',
'p',
'Access to the Mysql INFORMATION_SCHEMA view',
'GWL',
'7'
],
[
'DBIx::QueryByExample',
'c',
'd',
'p',
'O',
'p',
'Emulates Informix\'s Query-By-Example feature',
'JACKB',
'7'
],
[
'Lingua::RU::Sklon',
'a',
'd',
'p',
'f',
'a',
'Helps declense (sklonlit) russian nouns',
'LEXUS',
'11'
],
[
'WWW::Slides',
'a',
'd',
'p',
'O',
'p',
'serve presentations on the Web',
'POLETTIX',
'15'
],
[
'DBIx::Class::ResultSet::Memcache',
'b',
'd',
'p',
'O',
'p',
'Cache DBIx::Class\'s results in memcached',
'SYBER',
'7'
],
[
'WWW::Forge',
'a',
'd',
'p',
'O',
'l',
'Rich Web Application Framework',
'FPORCHER',
'15'
],
[
'WebService::CRUST',
'b',
'd',
'p',
'O',
'p',
'A lightweight Client for making REST calls',
'HESCHONG',
'15'
],
[
'Parse::Snort',
'R',
'd',
'p',
'O',
'p',
'Parse and create Snort rules via OO',
'RHARMAN',
'11'
],
[
'v6',
'a',
'm',
'p',
'O',
'p',
'Perl6-in-Perl5 compiler',
'FGLOCK',
'28'
],
[
'Apache::Yaalr',
'b',
'd',
'p',
'h',
'g',
'Yaalr - yet another apache log reader',
'JEREMIAH',
'15'
],
[
'Mac::Apps::Seasonality::LoadICAOHistoryFromWunderground',
'i',
'd',
'p',
'h',
'p',
'Load Weather Undergrnd data Into Seasonality',
'ELLIOTJS',
'24'
],
[
'Perl::Critic::Swift',
'R',
'd',
'p',
'O',
'p',
'Additional policies for Perl::Critic',
'ELLIOTJS',
'3'
],
[
'Net::SMS::TMobile::UK',
'a',
'd',
'p',
'O',
'p',
'Interface to T-Mobile UK web SMS service',
'BENC',
'5'
],
[
'Net::CascadeCopy',
'b',
'd',
'p',
'O',
'b',
'rapidly rsync/scp to many servers via ssh',
'VVU',
'5'
],
[
'Net::Google::PicasaWeb',
'R',
'd',
'p',
'O',
'p',
'Use Google Picasa Web services from Perl',
'HANENKAMP',
'15'
],
[
'Cache::Benchmark',
'b',
'd',
'p',
'O',
'p',
'Checks the quality of a cache- algorithm',
'TOBIWAN',
'17'
],
[
'Bio::ECell',
'b',
'd',
'o',
'O',
'p',
'Perl interface for E-Cell Simulator.',
'GAOU',
'23'
],
[
'Bundle::POPFile',
'b',
'd',
'p',
'n',
'p',
'Bundle of all modules needed by POPFile',
'MANNI',
'25'
],
[
'RPC::XML::Parser::XS',
'R',
'd',
'h',
'f',
'p',
"Fast XML\x{2212}RPC parser written in C",
'MIKAGE',
'5'
],
[
'Apache2::AuthZSympa',
'R',
'd',
'p',
'n',
'g',
'Authz handler working with Sympa SOAP',
'DOUMBZH',
'15'
],
[
'Win32::CreateProcess',
'i',
'd',
'c',
'O',
'p',
'Creates a new Windows Process',
'GLENSMALL',
'22'
],
[
'Catalyst::Plugin::Imager',
'b',
'd',
'p',
'f',
'p',
'A thin interface to Imager for Catalyst',
'DAMBAR',
'15'
],
[
'WWW::RealEstate::AU::ShareHouse',
'i',
'd',
'p',
'O',
'p',
'Interface to www.share-house.com.au',
'ALFIE',
'15'
],
[
'Win32::HostExplorer',
'a',
'd',
'p',
'O',
'p',
'telnet automation',
'GEOKEVHAT',
'22'
],
[
'GD::3DBarGrapher',
'R',
'd',
'p',
'f',
'p',
'Professional looking 3D Bar Graphs',
'SWARHURST',
'18'
],
[
'Fortran::F90Namelist',
'b',
'd',
'p',
'O',
'p',
'Parse F90 namelists and re-export',
'WDOBLER',
'9'
],
[
'Acme::GuessNumber',
'M',
'd',
'p',
'f',
'p',
'Automatic number guessing game robot',
'IMACAT',
'23'
],
[
'GD::Barcode::Image',
'R',
'd',
'p',
'O',
'p',
'Create Image::Magick object for a barcode',
'AVINASH',
'18'
],
[
'DBIx::File2do',
'a',
'd',
'p',
'O',
'p',
'execute SQL statements from file',
'JACKB',
'7'
],
[
'Acme::Elsewhere',
'i',
'n',
'p',
'n',
'p',
'This Module is not on CPAN',
'JSTOWE',
'23'
],
[
'Finance::Bank::Smile',
'b',
'd',
'p',
'f',
'p',
'Access to Smile UK bank account details',
'RPANMAN',
'23'
],
[
'DBIx::Class::InflateColumn::ISBN',
'a',
'd',
'p',
'O',
'p',
'Auto-create ISBN objects from columns.',
'PENGUIN',
'7'
],
[
'AutoReloader',
'b',
'd',
'p',
'h',
'p',
'Lazy (re)loading of (anonymous) subroutines',
'SHMEM',
'3'
],
[
'Perl6::Comments',
'i',
'd',
'p',
'p',
'p',
'allows Perl 6-style comments',
'CHORNY',
'28'
],
[
'Math::Prime::TiedArray',
'b',
'd',
'p',
'r',
'p',
'Simulate an infinite array of prime numbers',
'ZIGDON',
'6'
],
[
'Inline::Befunge',
'R',
'd',
'p',
'h',
'p',
'write Perl subs in Befunge',
'JQUELIN',
'2'
],
[
'HTML::Feature',
'b',
'm',
'p',
'O',
'g',
'extracts some feature sentence from HTML.',
'MIKI',
'15'
],
[
'Apache2::AuthZLDAP',
'R',
'd',
'p',
'h',
'g',
'Authz handler against LDAP filters',
'DOUMBZH',
'15'
],
[
'CSS::Minifier',
'a',
'd',
'p',
'f',
'p',
'Remove unnecessary whitespace from CSS files',
'PMICHAUX',
'11'
],
[
'Acme::Tie::Eleet',
'R',
'd',
'p',
'r',
'g',
'perl extension to 5pE4k 1Ik3 4n 3l337',
'JQUELIN',
'23'
],
[
'Lemonldap::Federation',
'b',
'd',
'p',
'O',
'g',
'Shibboleth websso interface with lemonldap',
'EGERMAN',
'15'
],
[
'Net::Amazon::SQS',
'a',
'd',
'p',
'O',
'p',
'A Perl interface to Amazon\'s SQS Web Service',
'JKIM',
'5'
],
[
'Audio::MPD::Common',
'b',
'm',
'p',
'O',
'p',
'a bunch of common helper classes for mpd',
'JQUELIN',
'16'
],
[
'WWW::Nike::NikePlus',
'a',
'd',
'p',
'f',
'p',
'Perl interface to the Nike+ website API',
'ALEXLOMAS',
'15'
],
[
'AutoCons',
'a',
'd',
'p',
'f',
'p',
'A cons-based build system',
'RIDDLE',
'3'
],
[
'Algorithm::NeedlemanWunsch',
'R',
'd',
'p',
'O',
'p',
'sequence alignment with configurable scoring',
'VBAR',
'11'
],
[
'Apache2::ASP',
'R',
'd',
'p',
'O',
'p',
'ASP for a mod_perl2 environment.',
'JOHND',
'15'
],
[
'Template::Alloy',
'R',
'd',
'p',
'O',
'p',
'TT2/3, HT, HTE, Tmpl, and Velocity Engine',
'RHANDOM',
'11'
],
[
'Gas::Prices',
'b',
'd',
'p',
'O',
'p',
'Get the Gas Prices by scraping data',
'ASHOOOO',
'23'
],
[
'Business::KontoCheck',
'R',
'd',
'c',
'f',
'l',
'Validate german/austrian Bank Account Number',
'MICHEL',
'23'
],
[
'WWW::Fuel::US::Prices',
'b',
'd',
'p',
'O',
'p',
'Get the Gas Prices by scraping data',
'ASHOOOO',
'15'
],
[
'Statistics::Suggest',
'b',
'd',
'h',
'O',
'p',
'perl binding for SUGGEST',
'IHARA',
'6'
],
[
'Net::Amazon::Thumbnail',
'a',
'd',
'p',
'O',
'p',
'Use the Amazon Alexa Site Thumbnail web svc',
'ITYNDALL',
'15'
],
[
'Web::Beacon',
'b',
'd',
'h',
'h',
'g',
'A web beacon that creates a log file',
'JEREMIAH',
'15'
],
[
'Config::Apt::Sources',
'b',
'd',
'p',
'O',
'p',
'OO module for parsing apt sources.list files',
'IANK',
'12'
],
[
'Geo::Query',
'b',
'd',
'p',
'O',
'p',
'Query longitude and latitude from any city.',
'RETOH',
'23'
],
[
'Regexp::Wildcards',
'R',
'd',
'p',
'f',
'p',
'Converts wildcard expressions to regexps',
'VPIT',
'11'
],
[
'Java::Javap',
'a',
'd',
'p',
'O',
'p',
'Java to Perl API translator',
'PHILCROW',
'9'
],
[
'FCGI::Spawn',
'c',
'n',
'p',
'O',
'p',
'FastCGI env. in PHP manner',
'VERESC',
'15'
],
[
'Tie::Hash::ImmutableKeys',
'a',
'd',
'p',
'h',
'g',
'create hash with immutable key leaf',
'FDULAU',
'6'
],
[
'Net::Radius::Client',
'R',
'd',
'p',
'f',
'a',
'High-level RADIUS client API',
'ILYA',
'5'
],
[
'Bundle::Compress::Zlib',
'a',
'd',
'p',
'n',
'p',
'installs Zlib modules and dependencies',
'PMQS',
'25'
],
[
'MRTG::Config',
'b',
'd',
'p',
'O',
'p',
'Parse large, complex MRTG config files fast',
'SSCAFFIDI',
'12'
],
[
'Tk::HyperText',
'b',
'd',
'p',
'O',
'p',
'A text widget that renders HTML code.',
'KIRSLE',
'8'
],
[
'Net::SSH::Expect',
'M',
'd',
'p',
'O',
'p',
'An ssh wrapper to execute remote commands',
'BNEGRAO',
'5'
],
[
'Text::Statistics::Latin',
'R',
'd',
'p',
'f',
'p',
'performs statistical analyses of corpora',
'FERNANDES',
'11'
],
[
'HTTP::Server:::Brick',
'a',
'd',
'p',
'O',
'p',
'Simple pure perl http server for prototyping',
'AUFFLICK',
'15'
],
[
'Games::Sudoku::Solver',
'S',
'd',
'p',
'f',
'p',
'Solve 9x9-Sudokus recursivly',
'MEHNER',
'23'
],
[
'Test::GreaterVersion',
'b',
'd',
'p',
'f',
'p',
'Test if you incremented VERSION',
'GGOLDBACH',
'3'
],
[
'OpenSync',
'i',
'd',
'p',
'O',
'g',
'High-performance sort and data manipulation',
'MAGO',
'7'
],
[
'Net::MRIM',
'b',
'd',
'p',
'O',
'g',
'Perl module of the Mail.Ru agent IM protocol',
'AAU',
'16'
],
[
'Calendar::TimeTable',
'b',
'd',
'p',
'O',
'p',
'multi format I18N event timeTable generator',
'POUM',
'6'
],
[
'Class::Action',
'R',
'd',
'p',
'O',
'p',
'Command pattern obj re/undo,rollback actions',
'DMUEY',
'2'
],
[
'OpenGL::Image',
'R',
'd',
'p',
'O',
'p',
'Optimized OpenGL Texture Interface',
'BFREE',
'18'
],
[
'WWW::FreshBooks::API',
'R',
'd',
'p',
'O',
'p',
'Perl interface to the FreshBooks API v2.0',
'MINDHACK',
'15'
],
[
'HTML::DOM',
'c',
'd',
'p',
'O',
'p',
'HTML Document Object Model',
'SPROUT',
'15'
],
[
'XML::Bare',
'b',
'd',
'h',
'O',
'p',
'Minimal XML parser in C',
'CODECHILD',
'11'
],
[
'Log::Report',
'R',
'd',
'p',
'h',
'p',
'error message dispatcher with translation',
'MARKOV',
'8'
],
[
'Act',
'M',
'm',
'p',
'O',
'p',
'The Act! conference management system',
'BOOK',
'15'
],
[
'Config::Yacp',
'R',
'd',
'p',
'O',
'p',
'Yet Another Configuration Parser',
'TSTANLEY',
'12'
],
[
'Bundle::Ensembl',
'R',
'd',
'p',
'n',
'g',
'Bundle Perl Module for Ensembl GB',
'ASHGENE',
'25'
],
[
'SMS::Send::US::TMobile',
'R',
'd',
'p',
'O',
'p',
'An SMS::Send driver for the tmobile',
'DMUEY',
'15'
],
[
'Text::Report',
'b',
'd',
'p',
'O',
'g',
'Mixed Columnar Formatted Report Generation',
'DAVIDIUS',
'11'
],
[
'XHTML::Instrumented',
'b',
'd',
'p',
'O',
'2',
'Instruments (modifies) XHTML pages.',
'GAM',
'15'
],
[
'WWW::Bugzilla3',
'b',
'd',
'p',
'O',
'p',
'perl bindings for Bugzilla 3.0 API',
'SWINED',
'15'
],
[
'Pod::Manual',
'a',
'd',
'p',
'O',
'p',
'Aggregates several PODs into a single manual',
'YANICK',
'26'
],
[
'RSH::Logging',
'b',
'd',
'p',
'f',
'p',
'Instrumenting code using Log::Log4perl',
'MLUKER',
'23'
],
[
'Incunabulum',
'a',
'd',
'p',
'h',
'n',
'MVC framework, but not tied to the Web.',
'APEIRON',
'15'
],
[
'HTML::Embellish',
'a',
'd',
'p',
'h',
'p',
'Typographically enhance HTML trees',
'CJM',
'15'
],
[
'Carp::REPL',
'b',
'd',
'p',
'f',
'p',
'read-eval-print-loop on die',
'SARTAK',
'3'
],
[
'Apache2::ASP::WebApp',
'c',
'd',
'p',
'O',
'p',
'Base Apache2::ASP web application',
'JOHND',
'15'
],
[
'Test::FITesque',
'b',
'd',
'p',
'O',
'b',
'FITesque test framework',
'KONOBI',
'3'
],
[
'Xpriori::XMS',
'b',
'd',
'p',
'O',
'p',
'communicate with Xpriori XMS/NeoCoreXMS',
'KWITKNR',
'7'
],
[
'HTML::Template::Compiled::Plugin::Comma',
'b',
'd',
'p',
'f',
'p',
'HTC Plugin to commify numbers',
'HAGY',
'15'
],
[
'Net::Telnet::Wrapper',
'R',
'd',
'p',
'O',
'p',
'Extends Net::Telnet and Net::Telnet::Cisco',
'MWALLRAF',
'5'
],
[
'Device::MatrixOrbital::GLK',
'a',
'd',
'p',
'O',
'p',
'Control GLK series Matrix Orbital displays',
'NJH',
'5'
],
[
'Test::WWW::Mechanize::CGIApp',
'b',
'd',
'p',
'O',
'p',
'Test::WWW::Mechanize for CGI::Application',
'HARTZELL',
'3'
],
[
'Alter',
'R',
'd',
'c',
'f',
'p',
'Alter Ego Objects',
'ANNO',
'2'
],
[
'Text::CSV::Unicode',
'b',
'd',
'p',
'O',
'p',
'Extend Text::CSV to allow input with unicode',
'RMBARKER',
'11'
],
[
'PICA::Record',
'b',
'd',
'p',
'O',
'p',
'PICA+ manipulation (library bibliographic)',
'VOJ',
'7'
],
[
'DBIx::EnumConstraints',
'c',
'd',
'p',
'O',
'p',
'Generates enum-like SQL constraints',
'BOSU',
'7'
],
[
'Net::Google::Picasa',
'a',
'm',
'p',
'O',
'p',
'Access the Google Picasa web API',
'CCHAMBER',
'15'
],
[
'Cisco::Version',
'R',
'd',
'p',
'O',
'p',
'Cisco \'show version\' analyzer',
'MWALLRAF',
'23'
],
[
'DBIx::Class::InflateColumn::URI',
'b',
'm',
'p',
'O',
'p',
'Auto-create URI objects from columns',
'KOLIBRIE',
'7'
],
[
'Variable::Magic',
'R',
'd',
'c',
'f',
'p',
'Associate magic to variables from Perl',
'VPIT',
'3'
],
[
'HoneyClient',
'b',
'd',
'p',
'h',
'g',
'Framework for detecting client-side attacks',
'MITREHC',
'14'
],
[
'Test::AskAnExpert',
'a',
'd',
'p',
'h',
'2',
'Automate checking with experts when testing',
'TRIZOR',
'3'
],
[
'Statistics::Benford',
'b',
'd',
'p',
'O',
'p',
'calculates the deviation from Benford\'s law',
'GRAY',
'6'
],
[
'OpenGL::Shader',
'R',
'd',
'p',
'O',
'p',
'Abstracts OpenGL shaders: ARB, Cg and GLSL',
'BFREE',
'18'
],
[
'Net::SSH::Cluster',
'a',
'd',
'p',
'O',
'b',
'run a command on a cluster of machines',
'VVU',
'16'
],
[
'Fcntl::Flock',
'a',
'd',
'c',
'O',
'p',
'\'struct flock\' data type for fcntl',
'ANDERS',
'4'
],
[
'HTML::Dashboard',
'a',
'd',
'p',
'O',
'p',
'Spreadsheet-like formatting for HTML tables',
'JANERT',
'15'
],
[
'DBIx::MySperql',
'M',
'd',
'p',
'f',
'p',
'Easy one line SQL calls w DBI and MySQL.',
'ROGERHALL',
'7'
],
[
'Geo::ICAO',
'c',
'd',
'p',
'f',
'p',
'Airport and ICAO codes lookup',
'JQUELIN',
'13'
],
[
'Net::Amazon::MechanicalTurk',
'R',
'm',
'p',
'O',
'o',
'A Perl interface to Amazon\'s Mechanical Turk',
'MTURK',
'5'
],
[
'Kx',
'a',
'd',
'h',
'h',
'p',
'Kx - wrapper around K, KDB+, q',
'MARKPF',
'9'
],
[
'Algorithm::NGram',
'b',
'd',
'p',
'O',
'p',
'N-gram token sequence analysis and creation',
'REVMISCHA',
'6'
],
[
'Slay::Makefile::Gress',
'b',
'd',
'p',
'f',
'p',
'Use Slay::Makefile for s/w regression tests',
'NODINE',
'3'
],
[
'Data::Queue::Persistent',
'b',
'd',
'p',
'O',
'p',
'Persistent storage of queues',
'REVMISCHA',
'6'
],
[
'Lingua::Any::Numbers',
'R',
'd',
'p',
'f',
'p',
'Converts numbers into (any language) string',
'BURAK',
'11'
],
[
'Bricklayer::Templater',
'R',
'd',
'p',
'O',
'a',
'Simple, Flexible, Configurable Templating',
'ZAPHAR',
'11'
],
[
'WebService::Sharepoint',
'i',
'n',
'p',
'O',
'p',
'webservices api for Microsoft Sharepoint',
'SATRAC',
'15'
],
[
'SQL::Bibliosoph',
'M',
'd',
'p',
'O',
'g',
'SQL Query library',
'MATIU',
'7'
],
[
'Net::SMS::2Way',
'b',
'd',
'p',
'O',
'p',
'API into bulksms.2way.co.za',
'LENGEL',
'15'
],
[
'Net::CIDR::Compare',
'a',
'u',
'c',
'O',
'n',
'Find intersections across many CIDR ranges.',
'GRJONES',
'5'
],
[
'Business::OnlinePayment::VirtualNet3',
'R',
'd',
'p',
'f',
'p',
'SSL 1.0 gateway for credit card purchases',
'ODO',
'16'
],
[
'Statistics::Gtest',
'a',
'd',
'p',
'O',
'p',
'Calculate G-statistic for tabular data',
'DCFLECK',
'6'
],
[
'PDL::Opt::NonLinear',
'a',
'd',
'h',
'h',
'a',
'Non-Linear optimization routines for PDL',
'ELLIPSE',
'6'
],
[
'Crypt::AllOrNothing',
'b',
'd',
'p',
'O',
'p',
'All-Or-Nothing Encryption',
'ZANDET',
'14'
],
[
'Crypt::AllOrNothing::Util',
'b',
'd',
'p',
'f',
'p',
'Util functions for Crypt::AllOrNothing',
'ZANDET',
'14'
],
[
'WWW::Spamla',
'R',
'd',
'p',
'O',
'p',
'interface to Spam.la',
'GRAY',
'15'
],
[
'Config::IniHash',
'R',
'd',
'p',
'f',
'p',
'Read and write INI files',
'JENDA',
'12'
],
[
'Catalyst::View::Templated',
'R',
'm',
'p',
'O',
'p',
'Catalyst base class for template-based views',
'JROCKWAY',
'15'
],
[
'Win32::Snarl',
'b',
'd',
'p',
'f',
'p',
'Snarl notification system integration',
'ABERNDT',
'22'
],
[
'Handel',
'R',
'm',
'p',
'O',
'p',
'A cart/order/checkout framework',
'CLACO',
'23'
],
[
'Crypt::ChaffingAndWinnowing',
'c',
'd',
'p',
'O',
'p',
'Chaffing and Winnowing Confidentiality',
'ZANDET',
'14'
],
[
'PDFLib::PPS',
'a',
'd',
'p',
'O',
'p',
'OO PDFLib Personalization Server Interface',
'MONTUORI',
'11'
],
[
'Cisco::Accounting',
'R',
'd',
'p',
'O',
'p',
'Cisco and IPCAD ip accounting parser',
'MWALLRAF',
'23'
],
[
'GD::Graph::smoothlines',
'R',
'd',
'p',
'O',
'p',
'Create a smooth line chart.',
'ANDREI',
'18'
],
[
'MooseX::Types::Path::Class',
'a',
'd',
'p',
'h',
'p',
'A Path::Class type library for Moose',
'THEPLER',
'2'
],
[
'DBIx::MyParsePP',
'b',
'd',
'p',
'O',
'g',
'Pure-Perl SQL parser based on MySQL grammar',
'PHILIPS',
'7'
],
[
'DBIx::MyParse',
'b',
'd',
'h',
'O',
'g',
'interface to MySQL\'s parser',
'PHILIPS',
'7'
],
[
'File::FcntlLock',
'R',
'd',
'c',
'O',
'p',
'File locking with fcntl()',
'JTT',
'10'
],
[
'WWW::Metaweb',
'a',
'd',
'p',
'O',
'p',
'A Perl interface to the Metaweb API.',
'HDS',
'15'
],
[
'CGI::Application::Plugin::Mason',
'S',
'n',
'p',
'h',
'p',
'Plugin for CGI::Application',
'HOLLY',
'15'
],
[
'Apache2::BalanceLogic',
'a',
'm',
'p',
'O',
'o',
'a simple extention for \'mod_proxy_balancer\'',
'MIKI',
'15'
],
[
'Net::SMS::LogicSMS',
'b',
'd',
'p',
'O',
'p',
'LogicSMS API',
'LENGEL',
'15'
],
[
'Proc::Wait3',
'R',
'd',
'c',
'f',
'p',
'Perl extension for wait3 system call',
'CTILMES',
'4'
],
[
'VCI',
'a',
'd',
'p',
'O',
'p',
'OO Interface to Version Control Systems',
'MKANAT',
'3'
],
[
'Win32::SysTray',
'b',
'n',
'p',
'O',
'p',
'store application in system tray',
'MAHNKONG',
'22'
],
[
'IO::EventMux',
'R',
'd',
'p',
'O',
'p',
'Event loop processing for nonblocking socket',
'TLBDK',
'21'
],
[
'Catalyst::Model::IMAP',
'c',
'd',
'p',
'O',
'p',
'A Catalyst::Model for accessing IMAP mail',
'FOOLISH',
'15'
],
[
'Net::DSML',
'b',
'd',
'p',
'O',
'p',
'Module that interfaces to a LDAP DSML server',
'CHARDEN',
'23'
],
[
'Data::Classifier',
'R',
'd',
'p',
'O',
'p',
'Classify sets of data against a tree.',
'TRIDDLE',
'6'
],
[
'WWW::Anonymouse',
'R',
'd',
'p',
'O',
'p',
'interface to Anonymouse.org message posting',
'GRAY',
'15'
],
[
'SMS::Send::TW::ShareSMS',
'R',
'u',
'p',
'O',
'g',
'SMS::Send driver for www.ShareSMS.com',
'SNOWFLY',
'15'
],
[
'Config::BuildHelper',
'R',
'd',
'p',
'O',
'p',
'Build config files for clusters.',
'TRIDDLE',
'12'
],
[
'Tk::RotatingGauge',
'a',
'd',
'p',
'O',
'p',
'a rotating gauge for tk',
'JQUELIN',
'8'
],
[
'Hyper',
'b',
'd',
'p',
'O',
'p',
'The Web 3.0 Pioneering Framework',
'ACID',
'15'
],
[
'Package::Data::Inheritable',
'a',
'd',
'p',
'h',
'p',
'Inheritable and overridable package data/var',
'GCERRAI',
'2'
],
[
'Sphinx::Search',
'b',
'd',
'p',
'O',
'g',
'Perl API client for Sphinx search engine',
'JJSCHUTZ',
'23'
],
[
'Text::WikiCreole',
'R',
'd',
'p',
'f',
'p',
'Convert Wiki Creole 1.0 markup to XHTML',
'JBURNETT',
'11'
],
[
'Time::Fuzzy',
'b',
'd',
'p',
'h',
'p',
'Time read like a human, with some fuzziness',
'JQUELIN',
'6'
],
[
'IP::ChinaISP',
'S',
'd',
'p',
'O',
'p',
'Querying China ISP from a given IP',
'PANGJ',
'5'
],
[
'Net::Jabber::Bot',
'R',
'm',
'p',
'O',
'p',
'Simple interface to building a Jabber bot.',
'TODDR',
'5'
],
[
'Convert::XText',
'b',
'd',
'p',
'f',
'p',
'Convert from and to RFC1891 xtext encoding',
'CHRWIN',
'11'
],
[
'Text::Statistics::Cyrillic',
'b',
'd',
'p',
'f',
'p',
'Performs statistical analyses of corpora',
'FERNANDES',
'11'
],
[
'Text::Statistics::GreekAndCoptic',
'b',
'd',
'p',
'f',
'p',
'Performs statistical analyses of corpora',
'FERNANDES',
'11'
],
[
'Module::Build::PM_Filter',
'R',
'd',
'p',
'O',
'g',
'Add a PM_Filter feature to Module::Build',
'VMORAL',
'3'
],
[
'Crypt::SMIME',
'R',
'd',
'h',
'O',
'p',
'S/MIME sign, verify, encrypt and decrypt',
'MIKAGE',
'14'
],
[
'Parse::Marpa',
'b',
'd',
'p',
'O',
'p',
'Generates a Parser from any BNF Grammar',
'JKEGL',
'11'
],
[
'Image::Mate',
'a',
'd',
'p',
'O',
'p',
'Useful wrapper for GD, Imager & ImageMagick',
'COSMICNET',
'18'
],
[
'WebService::Google::Reader',
'a',
'd',
'p',
'O',
'p',
'Perl interface to Google Reader',
'GRAY',
'15'
],
[
'Sort::DataTypes',
'R',
'd',
'p',
'f',
'p',
'Sort data based on the data type',
'SBECK',
'6'
],
[
'Template::Plugin::ListOps',
'R',
'd',
'p',
'f',
'p',
'Plugin interface to list operations',
'SBECK',
'11'
],
[
'Geo::GoogleEarth::Document',
'b',
'd',
'p',
'O',
'b',
'Creates a GoogleEarth KML Document',
'MRDVT',
'6'
],
[
'Net::TrackUPS',
'b',
'd',
'p',
'n',
'p',
'Simple interface to UPS\'s tracking services',
'DGRIZZANT',
'23'
],
[
'WWW::Mechanize::Meta',
'b',
'd',
'p',
'O',
'p',
'Support for meta tags in WWW::Mechanize',
'GUGU',
'15'
],
[
'Filesys::Tree',
'R',
'd',
'p',
'f',
'p',
'Filesys to tree-like format (`tree`)',
'COG',
'10'
],
[
'Geo::Gpx',
'b',
'd',
'p',
'O',
'p',
'Parse or create GPX geocoding format',
'ANDYA',
'11'
],
[
'Zefy',
'b',
'd',
'p',
'O',
'p',
'An MVC web development framework',
'JMT',
'15'
],
[
'Math::NoCarry',
'b',
'd',
'p',
'f',
'p',
'perform no-carry arithmetic',
'BDFOY',
'6'
],
[
'Net::MAC::Vendor',
'a',
'd',
'p',
'h',
'p',
'Look up the vendor for a MAC address',
'BDFOY',
'5'
],
[
'ControlX10::CM11',
'R',
'm',
'p',
'O',
'?',
'Control unit for X10 modules',
'BBIRTH',
'5'
],
[
'Devel::STrace',
'R',
'd',
'p',
'f',
'a',
'strace-like runtime call trace for Perl appl',
'DARNOLD',
'3'
],
[
'Net::Blacklist::Client',
'a',
'd',
'p',
'O',
'p',
'Queries IP and domain blacklists in parallel',
'DAN',
'23'
],
[
'GD::Graph::smootharea',
'a',
'd',
'p',
'O',
'p',
'Create a smooth area chart.',
'ANDREI',
'18'
],
[
'FormValidator::Simple::Plugin::Math',
'a',
'n',
'p',
'f',
'p',
'Math evaluation for FormValidator::Simple',
'HEDWIG',
'8'
],
[
'LaTeX::Driver',
'R',
'd',
'p',
'O',
'p',
'Driver to run LaTeX, bibtex and makeindex',
'ANDREWF',
'23'
],
[
'File::Stat::Moose',
'b',
'd',
'p',
'h',
'p',
'Status info for a file - Moose-based',
'DEXTER',
'10'
],
[
'Template::Plugin::Latex',
'R',
'm',
'p',
'O',
'p',
'LaTeX plugin for the Template Toolkit',
'ANDREWF',
'11'
],
[
'Net::BitTorrent',
'R',
'd',
'p',
'O',
'2',
'BitTorrent peer-to-peer protocol',
'SANKO',
'5'
],
[
'Apache2::Filter::Minifier::JavaScript',
'b',
'd',
'p',
'O',
'p',
'MP2 JavaScript minification filter',
'GTERMARS',
'15'
],
[
'Apache2::Filter::Minifier::CSS',
'b',
'd',
'p',
'O',
'p',
'MP2 CSS minification filter',
'GTERMARS',
'15'
],
[
'Bundle::Atoll',
'i',
'd',
'p',
'n',
'p',
'Bundle for ATOLL Linguistic Processing Chain',
'ICABRERA',
'25'
],
[
'Acme::MetaSyntactic::buzzwords',
'b',
'd',
'p',
'n',
'p',
'Pointy-haired boss lingo',
'JQUELIN',
'23'
],
[
'Win32API::GUID',
'R',
'n',
'p',
'f',
'p',
'Perl extension for creating GUID',
'ANDY',
'22'
],
[
'Games::Hack::Live',
'R',
'd',
'p',
'f',
'g',
'Perl script to ease playing games',
'PMAREK',
'3'
],
[
'Net::SNMP::Vendor',
'R',
'n',
'p',
'O',
'p',
'Retrieve vendor for any SNMP sysObjectID',
'ENDLER',
'5'
],
[
'WWW::DirectUpload',
'R',
'd',
'p',
'O',
'a',
'Upload files to directupload.com',
'SEPP',
'15'
],
[
'Unicode::Stringprep',
'b',
'd',
'p',
'O',
'p',
'Preparation of Internationalized Strings',
'CFAERBER',
'13'
],
[
'CatalystX::RoseIntegrator',
'b',
'd',
'p',
'O',
'p',
'Integrates easily Rose with Catalyst',
'MIDNITE',
'15'
],
[
'Log::Dispatch::Nagios',
'b',
'd',
'p',
'O',
'l',
'Log to Nagios',
'VALDEZ',
'3'
],
[
'Parse::Readelf',
'a',
'd',
'p',
'O',
'p',
"handle readelf\x{2019}s output with an OO interface",
'DORNER',
'11'
],
[
'Mail::Postfix',
'b',
'd',
'p',
'O',
'g',
'OO interface to Postfix conf and services',
'VALDEZ',
'19'
],
[
'Text::DHCPLeases',
'R',
'd',
'p',
'O',
'p',
'ISC DHCPD leases file manipulation',
'CVICENTE',
'11'
],
[
'Cisco::Network',
'c',
'd',
'p',
'O',
'p',
'Cisco Router & Switch Management',
'CMORRIS',
'24'
],
[
'RPM::Header',
'a',
'd',
'c',
'O',
'?',
'Headers for RPM package management',
'RJRAY',
'17'
],
[
'Crypt::Skip32',
'a',
'd',
'p',
'O',
'p',
'32-bit block cipher based on Skipjack',
'ESH',
'14'
],
[
'SMS::Send::TW::Emome',
'R',
'u',
'p',
'O',
'g',
'SMS::Send driver for www.emome.net',
'SNOWFLY',
'15'
],
[
'Module::Release::Git',
'b',
'd',
'p',
'O',
'p',
'Module::Release plug-in to work with Git',
'BDFOY',
'23'
],
[
'LaTeX::Figure',
'a',
'd',
'p',
'O',
'p',
'Generate LaTeX figure markup from an image',
'ANDREWF',
'23'
],
[
'LaTeX::Encode',
'R',
'd',
'p',
'f',
'p',
'Encode LaTeX special chars for typesetting',
'ANDREWF',
'23'
],
[
'Net::DHCP::Info',
'R',
'd',
'p',
'O',
'p',
'isc dhcpd config/leases parser',
'JHTHORSEN',
'5'
],
[
'Net::IPTrie',
'R',
'd',
'p',
'O',
'p',
'Build IPv4/v6 address space hierarchy',
'CVICENTE',
'5'
],
[
'Email::Outlook::Message',
'b',
'd',
'p',
'O',
'p',
'Read Outlook .msg files',
'MVZ',
'19'
],
[
'Test::Weaken',
'R',
'd',
'p',
'f',
'p',
'Test that freed memory is, in fact, freed',
'JKEGL',
'3'
],
[
'Pod::Snippets',
'R',
'd',
'p',
'O',
'p',
'Extract and reformat (named) snippets of POD',
'DOMQ',
'3'
],
[
'Net::Amazon::S3::Tools',
'R',
'd',
'p',
'n',
'l',
'command line tools for Amazon S3',
'MRA',
'8'
],
[
'LaTeX::Font',
'c',
'd',
'p',
'h',
'p',
'Interface to LaTeX font selection',
'ANDREWF',
'23'
],
[
'Games::Hack::Patch::i686',
'R',
'd',
'p',
'f',
'g',
'How to patch code sequences on i686',
'PMAREK',
'3'
],
[
'DBIx::RetryOverDisconnects',
'b',
'd',
'p',
'O',
'p',
'Reconnect and retry over disconnects',
'SYBER',
'7'
],
[
'DBIx::Pquery',
'a',
'd',
'p',
'O',
'd',
'SQL queries with parameters for end-users',
'PCHINES',
'7'
],
[
'FCGI::IIS',
'a',
'd',
'p',
'f',
'p',
'IIS FastCGI wrapper module',
'COSMICNET',
'15'
],
[
'CGI::List',
'a',
'm',
'p',
'O',
'a',
'easy create full featured web lists from db',
'ROMDAV',
'15'
],
[
'Signal::StackTrace',
'b',
'd',
'p',
'n',
'p',
'Issue a stack trace on recieving a signal.',
'LEMBARK',
'4'
],
[
'DBIx::Class::DynamicSubclass',
'R',
'd',
'p',
'O',
'p',
'Easy usage of dynamic sub classing in DBIC',
'SYBER',
'7'
],
[
'PayflowPro',
'M',
'd',
'p',
'f',
'p',
'Perl PayflowPro payment gateway interface',
'VKHERA',
'24'
],
[
'Config::Merge',
'M',
'd',
'p',
'h',
'p',
'Merge config dirs with YAML,JSON,XML etc',
'DRTECH',
'12'
],
[
'Lingua::ES::Numeros',
'b',
'd',
'p',
'O',
'p',
'Translates numbers to spanish text',
'JREY',
'11'
],
[
'Plucene::Plugin::Analyzer::MetaphoneAnalyzer',
'R',
'd',
'p',
'O',
'p',
'Plucene filter with Text::Metaphone',
'ALANSZ',
'11'
],
[
'Clone::Closure',
'b',
'd',
'c',
'f',
'p',
'A clone that knows how to clone closures',
'BMORROW',
'6'
],
[
'Data::Page::Balanced',
'R',
'd',
'p',
'O',
'p',
'Pager with balanced entries per page',
'KIMAHL',
'6'
],
[
'ClearCase::Wrapper::MGi',
'a',
'd',
'p',
'O',
'p',
'Support for branch/[not merge back] strategy',
'MGI',
'24'
],
[
'Device::LaCrosse::WS23xx',
'a',
'd',
'h',
'h',
'p',
'read data from La Crosse weather station',
'ESM',
'5'
],
[
'App::Smbxfer',
'a',
'd',
'p',
'f',
'p',
'Samba file transfer "modulino"',
'KERISMAN',
'23'
],
[
'Config::Model::CursesUI',
'b',
'm',
'p',
'O',
'l',
'Curses interface for Config::Model',
'DDUMONT',
'8'
],
[
'TV::Guide',
'i',
'n',
'p',
'O',
'l',
'Interface for getting xmltv listings from',
'HPA',
'23'
],
[
'Language::Befunge::Debugger',
'c',
'm',
'p',
'h',
'p',
'a graphical debugger for language::befunge',
'JQUELIN',
'9'
],
[
'Finance::Currency::Convert::BChile',
'R',
'd',
'p',
'f',
'p',
'Currency conversion between USD and CLP',
'HUGUEI',
'23'
],
[
'Data::SExpression::Xen',
'R',
'd',
'p',
'O',
'p',
'Lisp-style S-Expression parser for Xen',
'EWINDISCH',
'11'
],
[
'DateTime::BusinessHours',
'R',
'd',
'p',
'O',
'a',
'Calculates Business Hours / Days',
'SOLARANT',
'6'
],
[
'WWW::Dattebayo',
'R',
'd',
'p',
'O',
'2',
'Module for checking the Dattebayo Tracker.',
'SEPP',
'15'
],
[
'Tie::Util',
'b',
'd',
'p',
'f',
'p',
'Functions for manipulating tied variables',
'SPROUT',
'6'
],
[
'Config::Model::Xorg',
'a',
'm',
'p',
'O',
'l',
'Xorg config editor based on Config::Model',
'DDUMONT',
'4'
],
[
'Config::Model::Itself',
'b',
'm',
'p',
'O',
'l',
'Edit and validate configuration models',
'DDUMONT',
'3'
],
[
'Win32::Outlook::IAF',
'b',
'd',
'p',
'O',
'p',
'manage *.iaf files for Outlook Express/2000',
'PCZERKAS',
'22'
],
[
'Module::DynamicSubModule',
'a',
'd',
'p',
'f',
'p',
'Call new modules like calling subroutines!',
'XOR',
'2'
],
[
'Authen::Ticketless',
'a',
'd',
'p',
'O',
'a',
'ticket authentication framework',
'JVANASCO',
'14'
],
[
'CGI::FormBuilder::Source::YAML',
'R',
'd',
'p',
'O',
'p',
'YAML::Syck for CGI::FormBuilder definitions',
'MARKLE',
'15'
],
[
'Lingua::KO::DateTime',
'R',
'd',
'p',
'O',
'p',
'convert time to korean format',
'AERO',
'11'
],
[
'Digest::ManberHash',
'M',
'd',
'c',
'f',
'g',
'Perl package to calculate Manber Hashes',
'PMAREK',
'14'
],
[
'Games::Hack::Patch::x86_64',
'b',
'd',
'p',
'f',
'g',
'How to patch code sequences on x86_64',
'PMAREK',
'3'
],
[
'IPTables::libiptc',
'R',
'd',
'c',
'O',
'p',
'Perl extension for iptables libiptc library',
'HAWK',
'5'
],
[
'RT::Authen::Federation',
'R',
'd',
'p',
'O',
'g',
'Federated authentication for RT',
'CARLOSFB',
'23'
],
[
'Class::Hookable',
'b',
'd',
'p',
'O',
'p',
'Base class for hook mechanism',
'NYARLA',
'6'
],
[
'LIMS::Controller',
'R',
'd',
'p',
'O',
'p',
'object layer controlling LIMS database',
'CJONES',
'23'
],
[
'Video::ZVBI',
'b',
'd',
'c',
'O',
'g',
'Interface to Zapping VBI decoder library',
'TOMZO',
'23'
],
[
'Mac::OSVersion',
'b',
'd',
'p',
'O',
'p',
'Mac OS X, build, and kernel values',
'BDFOY',
'24'
],
[
'Mac::iTunes::Library::XML',
'c',
'd',
'p',
'O',
'p',
'Handle iTunes library files in XML',
'DINOMITE',
'24'
],
[
'DateTimeX::Tie::Hash',
'c',
'd',
'p',
'h',
'p',
'Lookup by exact date or nearest before/after',
'METAL',
'6'
],
[
'BS2000::LMS',
'b',
'd',
'h',
'O',
'p',
'extension for library access under BS2000',
'DORNER',
'4'
],
[
'Net::OM2',
'c',
'd',
'p',
'O',
'b',
'Perl implementation of OM2',
'LEIFJ',
'5'
],
[
'File::CachingFind',
'R',
'd',
'p',
'O',
'p',
'find files within cached search paths',
'DORNER',
'10'
],
[
'Getopt::Mixed::Help',
'M',
'd',
'p',
'p',
'p',
'combine "Getopt::Mixed" with usage and help',
'DORNER',
'12'
],
[
'WWW::NicoVideo',
'b',
'n',
'p',
'O',
'p',
'Perl interface to Nico Nico Video service',
'HIRATA',
'15'
],
[
'WWW::Mechanize::Plugin::JavaScript',
'a',
'd',
'p',
'O',
'p',
'JavaScript plugin for WWW::Mechanize',
'SPROUT',
'15'
],
[
'WWW::Newzbin',
'R',
'd',
'p',
'O',
'p',
'Interface to Newzbin.com\'s Usenet index',
'CHRISN',
'15'
],
[
'Net::iContact',
'a',
'd',
'p',
'O',
'p',
'OO interface to the iContact API',
'ICONTACT',
'15'
],
[
'VCS::SCCS',
'R',
'd',
'p',
'O',
'p',
'OO Interface to SCCS files',
'HMBRAND',
'11'
],
[
'Set::Files',
'R',
'd',
'p',
'O',
'p',
'set of objects, one set per file',
'SBECK',
'6'
],
[
'Template::Like',
'b',
'd',
'p',
'O',
'p',
'Simple Template Engine',
'ASKADNA',
'11'
],
[
'XML::Entities',
'R',
'd',
'p',
'f',
'p',
'Mapping of XML entities to Unicode',
'SIXTEASE',
'11'
],
[
'Cisco::ACS::AccountActions',
'a',
'd',
'p',
'O',
'p',
'Cisco ACS RDBMS Interface',
'ENDLER',
'24'
],
[
'Net::Defensio',
'c',
'd',
'p',
'O',
'p',
'Perl interface for Defensio anitspam service',
'BCHOATE',
'5'
],
[
'Win32::WebBrowser',
'R',
'd',
'p',
'f',
'p',
'opens the default web broser on Windows',
'DARNOLD',
'22'
],
[
'DBD::MVS_FTPSQL',
'R',
'd',
'p',
'O',
'p',
'DBI driver to query IBM DB2 mainframe db',
'CBIONDO',
'7'
],
[
'Daemon::Simple',
'R',
'n',
'p',
'f',
'l',
'It makes a script a controlable daemon.',
'KHS',
'16'
],
[
'Authen::CAS::Client',
'R',
'd',
'p',
'O',
'b',
'Client for JA-SIG\'s CAS',
'PRAVUS',
'14'
],
[
'File::Compare::Util',
'c',
'd',
'p',
'O',
'p',
'Additional file comparison methods',
'KRUGGLE',
'21'
],
[
'XML::Topology::RINGS',
'c',
'd',
'p',
'O',
'p',
'Generate RINGS based XML output on a hashref',
'ENDLER',
'11'
],
[
'CPANPLUS::Dist::Mdv',
'a',
'd',
'p',
'O',
'p',
'a cpanplus backend to build mandriva rpms',
'JQUELIN',
'23'
],
[
'Ensure',
'a',
'd',
'p',
'O',
'l',
'Ensure that system is sane.',
'SMKZONE',
'3'
],
[
'Error::Layout',
'a',
'd',
'p',
'p',
'p',
'Helps reduce error-handling clutter.',
'LEPTON',
'2'
],
[
'Term::Clui',
'M',
'd',
'p',
'f',
'p',
'A Command-Line-orientated User-Interface',
'PJB',
'8'
],
[
'Devel::sdb',
'b',
'd',
'p',
'f',
'p',
'Smart Debugger',
'KRAMAN',
'3'
],
[
'Encode::Korean',
'a',
'd',
'p',
'O',
'p',
'Encodings of Korean Language',
'YOU',
'13'
],
[
'Date::Components',
'b',
'd',
'p',
'f',
'g',
'date and date component functions',
'DMAC',
'6'
],
[
'Text::BibTeX::BibStyle',
'b',
'd',
'p',
'O',
'p',
'Format Text::BibTeX::Entry items using .bst',
'NODINE',
'11'
],
[
'JSON::DWIW::RPCClient',
'a',
'd',
'p',
'O',
'a',
'JSON RPC client',
'DOWENS',
'5'
],
[
'Apache2::Filter::TagAware',
'b',
'd',
'p',
'O',
'p',
'Tag Awareness helper for Apache2::Filter',
'APRIME',
'15'
],
[
'DOCSIS::ConfigFile',
'R',
'd',
'p',
'O',
'p',
'docsis config file enc/decoder',
'JHTHORSEN',
'23'
],
[
'Test::Dynamic',
'R',
'm',
'p',
'f',
'b',
'Automatic counting of tests for Test::More',
'TURNSTEP',
'3'
],
[
'TL1ng',
'b',
'd',
'p',
'O',
'p',
'Flexible, accurate, simple handling of TL1',
'SSCAFFIDI',
'5'
],
[
'SWF',
'b',
'm',
'h',
'O',
'l',
'wrapper for ming, a SWF generating c library',
'LISCOVIUS',
'6'
],
[
'String::CaseProfile',
'b',
'd',
'p',
'f',
'p',
'Get/Set the letter case profile of a string',
'ENELL',
'11'
],
[
'Slackware::Slackget',
'b',
'd',
'p',
'O',
'p',
'Main library for slack-get package manager',
'DUPUISARN',
'4'
],
[
'Catalyst::Authentication::Store::DBIx::Class',
'R',
'm',
'p',
'O',
'p',
'Catalyst Auth storage using DBIx::Class',
'JAYK',
'15'
],
[
'WattsUp',
'b',
'd',
'p',
'f',
'p',
'Object to Configure Watts Up? Units',
'ROBBAT',
'23'
],
[
'QDBM_File',
'R',
'n',
'c',
'h',
'p',
'Tie to QDBM files',
'YAMATO',
'7'
],
[
'Data::Rlist',
'M',
'd',
'p',
'O',
'p',
'A lightweight data language for Perl and C++',
'ASPINDLER',
'11'
],
[
'PowerDNS::Backend::MySQL',
'S',
'd',
'p',
'O',
'p',
'Interface to PowerDNS MySQL Backend data.',
'AUGIE',
'23'
],
[
'Kephra',
'b',
'm',
'p',
'h',
'g',
'crossplatform GUI Text-Editor',
'LICHTKIND',
'3'
],
[
'Apache::UpnpImgBrowser',
'a',
'd',
'p',
'O',
'g',
'mod_perl app displays photos on UPNP devices',
'JPAVLICK',
'15'
],
[
'Find::Lib',
'a',
'd',
'p',
'n',
'p',
'Helper to find libs to use in the filesystem',
'YANNK',
'3'
],
[
'ActiveRecord',
'a',
'd',
'p',
'O',
'p',
'ActiveRecord as described by Martin Fowler',
'DEEPFRYED',
'7'
],
[
'PowerDNS::Control::Client',
'S',
'd',
'p',
'O',
'p',
'Interface to control the PowerDNS daemon.',
'AUGIE',
'23'
],
[
'PowerDNS::Control::Server',
'S',
'd',
'p',
'O',
'p',
'Interface to control the PowerDNS daemon.',
'AUGIE',
'23'
],
[
'Text::Undiacritic',
'R',
'd',
'p',
'f',
'p',
'Remove diacritics from characters',
'WOLLMERS',
'11'
],
[
'WebService::EveOnline',
'a',
'd',
'p',
'O',
'p',
'Interface to the WebAPI of Eve Online MMORPG',
'CHRISC',
'15'
],
[
'Queue::Beanstalk',
'a',
'd',
'p',
'O',
'p',
'Client library for the beanstalkd server',
'LUNATIC',
'16'
],
[
'Perl6::Slurp::Interpret',
'b',
'd',
'p',
'f',
'g',
'Interpret slurped files',
'CTBROWN',
'28'
],
[
'ZipTie',
'R',
'd',
'p',
'O',
'o',
'ZipTie',
'LBAYER',
'23'
],
[
'XHTML::MediaWiki',
'a',
'd',
'p',
'O',
'a',
'Convert Mediawiki input into XHTML',
'GAM',
'15'
],
[
'Device::USB::MissileLauncher::RocketBaby',
'R',
'd',
'p',
'O',
'p',
'interface to Dream Cheeky missile launchers',
'PEN',
'4'
],
[
'Ham::APRS::FAP',
'R',
'd',
'p',
'f',
'p',
'Stable and fast APRS parser and encoder',
'HESSU',
'5'
],
[
'DBD::Multi',
'M',
'd',
'p',
'O',
'p',
'DB Proxy with failover and load balancing.',
'DWRIGHT',
'7'
],
[
'Wiki::Toolkit::Formatter::XHTMLMediaWiki',
'b',
'd',
'p',
'O',
'p',
'MediaWiki Formater for Wiki::Toolkit',
'GAM',
'15'
],
[
'File::Find::Node',
'b',
'd',
'p',
'O',
'p',
'Object oriented directory tree traverser',
'SCL',
'10'
],
[
'Parse::Flash::Cookie',
'a',
'd',
'p',
'f',
'p',
'A flash cookie parser',
'AFF',
'11'
],
[
'Text::CSV::Transform',
'R',
'd',
'p',
'O',
'p',
'Transform CSV data using YAML templates',
'DEEPFRYED',
'11'
],
[
'Device::CableModem::SURFboard',
'R',
'd',
'p',
'O',
'p',
'Interface to Motorola SURFboard cable modems',
'RUZAM',
'5'
],
[
'Net::Nessus::ScanLite',
'R',
'd',
'p',
'O',
'g',
'Perl module interface to a nessus server.',
'JPB',
'14'
],
[
'Device::Modem::GSM',
'c',
'd',
'p',
'O',
'p',
'Access to GSM mobiles with AT-commands',
'SKATTOOR',
'4'
],
[
'DBIx::PgLink',
'a',
'd',
'p',
'O',
'p',
'External database access for PostgreSQL',
'ASVBR',
'7'
],
[
'Test::Pod::Content',
'b',
'd',
'p',
'f',
'p',
'Test a Pod\'s content',
'MKUTTER',
'3'
],
[
'Gtk2::ImageView',
'b',
'd',
'c',
'O',
'l',
'Bindings for the GtkImageView image viewer',
'RATCLIFFE',
'8'
],
[
'Gtk2::GladeXML::OO',
'R',
'd',
'p',
'O',
'p',
'OO drop-in replacement for Gtk2::GladeXML',
'STRZELEC',
'8'
],
[
'WWW::Ohloh::API',
'i',
'd',
'p',
'O',
'p',
'Ohloh API implementation',
'YANICK',
'15'
],
[
'Fukurama::Class',
'b',
'd',
'p',
'h',
'p',
'Pragma to extend the Perl-OO in native Perl',
'TOBIWAN',
'3'
],
[
'Data::Libra',
'b',
'd',
'p',
'O',
'p',
'Generating unique random values from strings',
'HIRATARA',
'6'
],
[
'Mozilla::Profile',
'a',
'd',
'p',
'h',
'p',
'Query and manipulate Mozilla profiles',
'RRWO',
'15'
],
[
'SNMP::Query::Asynch',
'a',
'd',
'p',
'O',
'p',
'Execute lots of SNMP queries extremely fast',
'SSCAFFIDI',
'5'
],
[
'WWW::OhNoRobotCom::Search',
'b',
'd',
'p',
'O',
'p',
'perform search on http://ohnorobot.com',
'ZOFFIX',
'15'
],
[
'POE::Component::IRC::Plugin::BrowserSupport',
'b',
'd',
'p',
'O',
'p',
'lookup browser support for HTML/CSS from IRC',
'ZOFFIX',
'15'
],
[
'LibTracker::Client',
'b',
'd',
'c',
'O',
'g',
'Perl interface to libtrackerclient',
'GERA',
'23'
],
[
'HTML::Template::Compiled::Plugin::LineBreak',
'b',
'd',
'p',
'f',
'p',
'HTC Plugin to replaces any newlines with BR.',
'HAGY',
'15'
],
[
'POE::Component::IRC::Plugin::BaseWrap',
'b',
'd',
'p',
'O',
'p',
'base class for making ban/trigger/resp PCIPs',
'ZOFFIX',
'3'
],
[
'POE::Component::IRC::Plugin::Unicode::UCD',
'b',
'd',
'p',
'O',
'p',
'lookup unicode chars/code points from IRC',
'ZOFFIX',
'23'
],
[
'HTTP::Server::Simple::Dispatched',
'a',
'd',
'p',
'O',
'p',
'Regex-dispatched HTML::Server::Simple',
'FRODWITH',
'15'
],
[
'POE::Component::IRC::Plugin::CPAN::LinksToDocs::No404s',
'b',
'd',
'p',
'O',
'p',
'get links to CPAN docs from IRC (no 404s)',
'ZOFFIX',
'23'
],
[
'POE::Component::CPAN::LinksToDocs::No404s',
'b',
'd',
'p',
'O',
'p',
'non-blocking CPAN::LinksToDocs::No404s',
'ZOFFIX',
'23'
],
[
'App::Hiveminder',
'c',
'd',
'p',
'h',
'p',
'command line interface for Hiveminder',
'GENEHACK',
'23'
],
[
'DBIx::Router',
'c',
'd',
'p',
'O',
'p',
'System for distributing DBI queries',
'PERRIN',
'7'
],
[
'X11::Aosd',
'b',
'd',
'h',
'O',
'p',
'libaosd binding for Cairo powered OSD',
'JRED',
'8'
],
[
'Enumeration',
'b',
'd',
'p',
'O',
'd',
'An enumerated class for Perl',
'ROODE',
'3'
],
[
'Bloom::Faster',
'R',
'd',
'c',
'O',
'g',
'High performance bloom filters',
'PALVARO',
'6'
],
[
'WWW::YahooJapan::KanaAddress',
'a',
'n',
'p',
'O',
'p',
'translate address into kana',
'HIRATARA',
'15'
],
[
'WWW::ProxyChecker',
'b',
'd',
'p',
'O',
'p',
'check a list of proxy servers',
'ZOFFIX',
'15'
],
[
'WWW::FreeProxyListsCom',
'b',
'd',
'p',
'O',
'p',
'get proxy lists @ http://freeproxylists.com',
'ZOFFIX',
'15'
],
[
'SMS::Send::TW::HiAir',
'R',
'u',
'p',
'O',
'p',
'SMS::Send driver for hiair.hinet.net',
'SNOWFLY',
'15'
],
[
'Apache2::FileManager',
'S',
'd',
'p',
'O',
'p',
'Apache2 mod_perl File Manager',
'DAVVID',
'15'
],
[
'Passwd::Samba',
'R',
'd',
'p',
'h',
'p',
'Perl module for manipulating the smbpasswd.',
'STRZELEC',
'4'
],
[
'C::TCC',
'b',
'd',
'c',
'O',
'l',
'An interface to the TCC(Tiny C Compiler)',
'HAMANO',
'9'
],
[
'Passwd::Unix',
'M',
'd',
'p',
'h',
'p',
'OO interface to files: passwd and shadow.',
'STRZELEC',
'4'
],
[
'B::Debugger',
'a',
'd',
'p',
'h',
'p',
'optree debugger',
'RURBAN',
'3'
],
[
'Games::SGF',
'b',
'd',
'p',
'O',
'p',
'A generic SGF Parser',
'WHITCODE',
'23'
],
[
'Sub::Lambda',
'a',
'd',
'p',
'f',
'p',
'Syntactic sugar for lambdas in Perl',
'TOYVO',
'3'
],
[
'LWP::UserAgent::ProxyHopper',
'b',
'd',
'p',
'O',
'p',
'LWP::UserAgent with proxy-hopping',
'ZOFFIX',
'15'
],
[
'LWP::UserAgent::ProxyHopper::Base',
'b',
'd',
'p',
'O',
'p',
'proxyhop base class 4 LWP::UserAgent modules',
'ZOFFIX',
'15'
],
[
'WWW::PAUSE::CleanUpHomeDir',
'b',
'd',
'p',
'O',
'p',
'delete old distributions from PAUSE home dir',
'ZOFFIX',
'15'
],
[
'POE::Component::IRC::Plugin::CSS::PropertyInfo',
'b',
'd',
'p',
'O',
'p',
'lookup CSS property information from IRC',
'ZOFFIX',
'23'
],
[
'Locale::Currency::Format',
'M',
'd',
'p',
'f',
'a',
'Formatting subroutines for monetary values',
'TNGUYEN',
'13'
],
[
'Lingua::Jspell',
'R',
'd',
'h',
'O',
'l',
'Morphological Analyzer',
'AMBS',
'11'
],
[
'POE::Component::IRC::Plugin::HTML::ElementInfo',
'b',
'd',
'p',
'O',
'p',
'lookup HTML element information from IRC',
'ZOFFIX',
'23'
],
[
'Muldis::D',
'c',
'm',
'o',
'n',
'g',
'Formal spec of Muldis D relational DBMS lang',
'DUNCAND',
'7'
],
[
'Games::SGF::Go',
'b',
'd',
'p',
'O',
'p',
'Game specific Games::SGF parser',
'WHITCODE',
'23'
],
[
'WebService::HtmlKitCom::FavIconFromImage',
'b',
'd',
'p',
'O',
'p',
'favicons from images using www.html-kit.com',
'ZOFFIX',
'15'
],
[
'WWW::Pastebin::Base::Retrieve',
'b',
'd',
'p',
'O',
'p',
'base class for pastebin retrieving classes',
'ZOFFIX',
'15'
],
[
'Perlipse',
'a',
'm',
'p',
'O',
'o',
'Eclipse editor perl integration layer',
'JAE',
'23'
],
[
'HTML::TagHelper',
'R',
'd',
'p',
'f',
'p',
'Helper module for complex html in templates',
'MAMATUX',
'15'
],
[
'WWW::Pastebin::Many::Retrieve',
'b',
'd',
'p',
'O',
'p',
'retrieve pastes from various pastebins',
'ZOFFIX',
'15'
],
[
'Lingua::Collate',
'b',
'd',
'p',
'O',
'p',
'Sort strings according to different locales',
'TBUSCH',
'11'
],
[
'FormValidator::Simple::Plugin::Number::Phone::US',
'R',
'd',
'p',
'f',
'o',
'United States phone number validation',
'BCMB',
'8'
],
[
'Device::Velleman::K8055::Fuse',
'R',
'd',
'h',
'O',
'p',
'Use the Velleman K8055 USB board via Fuse',
'RONAN',
'4'
],
[
'Cache::Weak',
'R',
'd',
'p',
'O',
'p',
'Perl object cache based on weak references',
'EJS',
'17'
],
[
'Games::Sudoku::CPSearch',
'b',
'd',
'p',
'O',
'p',
'Solve Sudoku puzzles quickly',
'MARTYLOO',
'23'
],
[
'TaskForest',
'R',
'd',
'p',
'O',
'a',
'Text-file-based job scheduler',
'ENOOR',
'16'
],
[
'Tk::Spectrum',
'R',
'd',
'p',
'f',
'p',
'A stylish color dialog with a spectrum',
'KIRSLE',
'8'
],
[
'Image::Magick::NFPADiamond',
'b',
'd',
'p',
'O',
'p',
'NFPA Diamond rendering module',
'ESTRELOW',
'18'
],
[
'MooseX::MultiInitArg',
'b',
'd',
'p',
'O',
'p',
'Attributes with aliases for constructor arg',
'FRODWITH',
'2'
],
[
'HTTP::HeaderParser::XS',
'R',
'd',
'p',
'O',
'p',
'HTTP header parser written in XS (C++)',
'MARKSMITH',
'15'
],
[
'Image::BoxModel',
'b',
'd',
'p',
'O',
'p',
'Define boxes and put elements on them',
'MBP',
'18'
],
[
'SVN::Dumpfilter',
'a',
'd',
'p',
'f',
'p',
'Subversion dumpfiles parsing & manipulation',
'MSCHARRER',
'24'
],
[
'WWW::Atlassian::Jira',
'a',
'd',
'p',
'O',
'g',
'Interface to the Jira issue tracker',
'DBARTLE',
'15'
],
[
'WWW::FreeProxy',
'b',
'd',
'p',
'f',
'p',
'fetch proxies from free proxy lists',
'SWINED',
'15'
],
[
'Business::LCCN',
'b',
'd',
'p',
'O',
'p',
'Use Library of Congress Control Numbers/LCCN',
'ANIRVAN',
'23'
],
[
'Sub::Prototype::Util',
'b',
'd',
'p',
'f',
'p',
'Prototype-related utility routines',
'VPIT',
'3'
],
[
'Text::SenseClusters',
'R',
'd',
'p',
'f',
'g',
'Cluster Similar Words and Contexts',
'TPEDERSE',
'11'
],
[
'PerlMongers::Warszawa',
'R',
'd',
'p',
'f',
'p',
'Info about Perl Mongers - Warszawa',
'STRZELEC',
'26'
],
[
'Gtk2::Net::LDAP::Widgets',
'R',
'd',
'p',
'O',
'p',
'LDAP-related widget library for Gtk2',
'ADAMOWSKI',
'8'
],
[
'Muldis::Rosetta',
'c',
'm',
'p',
'O',
'l',
'Full-featured truly relational DBMS in Perl',
'DUNCAND',
'7'
],
[
'Tie::Array::QueueExpire',
'a',
'd',
'p',
'h',
'g',
'ARRAY persistent and expire oldest data',
'FDULAU',
'6'
],
[
'DBIx::JCL',
'b',
'd',
'p',
'f',
'p',
'Job Control Library for database load tasks',
'BADKINS',
'7'
],
[
'Pod::WikiText',
'b',
'd',
'p',
'O',
'p',
'Support for the use of Wiki markup',
'BADKINS',
'3'
],
[
'Text::ProcessMap',
'b',
'd',
'p',
'O',
'p',
'Create process diagrams in plain text format',
'BADKINS',
'11'
],
[
'IO::Socket::INET::Daemon',
'R',
'd',
'p',
'O',
'2',
'Very simple, straightforward TCP daemon.',
'JKRAMER',
'16'
],
[
'Convert::X509',
'R',
'd',
'p',
'h',
'p',
'Parse X509 Request, Certificate and CRL',
'LEO',
'6'
],
[
'WebService::Kaolabo',
'b',
'd',
'p',
'O',
'p',
'The module is easy to call the Kaolabo API',
'AKIHITO',
'15'
],
[
'Apache2::Controller',
'R',
'd',
'p',
'O',
'p',
'OO framework for Apache2 handler apps',
'MARKLE',
'15'
],
[
'RPC::Oracle',
'R',
'd',
'p',
'O',
'p',
'Remote procedure call interface for Oracle',
'WSMITH',
'5'
],
[
'Data::SExpression',
'R',
'd',
'p',
'O',
'p',
'LISP S-Expression Parser',
'NELHAGE',
'11'
],
[
'Games::Go::DGS::Status',
'c',
'd',
'p',
'O',
'p',
'Perl Interface to Dragon Go Server\'s status',
'AMARQUIS',
'23'
],
[
'Test::Valgrind',
'R',
'd',
'p',
'O',
'p',
'Test Perl code through valgrind',
'VPIT',
'3'
],
[
'Tie::Tk::Text',
'R',
'd',
'p',
'r',
'p',
'Access Tk::Text or Tk::ROText widgets as arr',
'MJCARMAN',
'8'
],
[
'Text::Unaccent::PurePerl',
'b',
'd',
'p',
'f',
'p',
'remove accents from characters',
'PJACKLAM',
'11'
],
[
'Tamino',
'a',
'a',
'p',
'O',
'p',
'Tamino XML Database minimal driver',
'YURAN',
'7'
],
[
'WWW::Twittervision',
'a',
'd',
'p',
'O',
'p',
'Perl interface to twittervision.com',
'PERHENRIK',
'15'
],
[
'Net::uFTP',
'R',
'd',
'h',
'O',
'p',
'Common int for FTP,SFTP,SCP. Net::FTP compat',
'STRZELEC',
'5'
],
[
'CGI::Session::Serialize::Base64',
'R',
'n',
'p',
'O',
'p',
'Base64 serializer for CGI::Session objects',
'MJFS',
'15'
],
[
'Win32::IntAuth',
'b',
'd',
'p',
'O',
'p',
'Windows Integrated Authentication',
'TOMK',
'22'
],
[
'Games::RailRoad',
'b',
'd',
'p',
'O',
'p',
'a train simulation game',
'JQUELIN',
'23'
],
[
'Business::OnlinePayment::Bluepay',
'b',
'd',
'p',
'f',
'g',
'Bluepay interface for Business-OnlinePayment',
'CPKOIS',
'8'
],
[
'Lingua::EN::Semtags',
'c',
'd',
'p',
'O',
'g',
'extract semantic tags (semtags) from text',
'IGORM',
'11'
],
[
'Twitter::Badge',
'c',
'd',
'p',
'O',
'a',
'Displays the Twitter status of any user',
'ARUL',
'15'
],
[
'Unicode::Property::XS',
'R',
'd',
'c',
'f',
'p',
'Fast lookup for build-in Unicode Properties.',
'MINDOS',
'13'
],
[
'Catalyst::Plugin::ConfigComponents',
'R',
'd',
'p',
'O',
'a',
'Creates Catalyst components from config data',
'PJFL',
'15'
],
[
'Parse::DMOZ',
'b',
'd',
'p',
'O',
'p',
'Parser for DMOZ (ODP) RDF dumps',
'VIPUL',
'11'
],
[
'File::Tail::Multi',
'R',
'd',
'p',
'f',
'p',
'stateful tail of a list of files with regex',
'ATRIPPS',
'10'
],
[
'Lyrics::Fetcher::LyricsDownload',
'R',
'n',
'p',
'O',
'p',
'Fetches song lyrics from lyricsdownload.com',
'RABUSPA',
'11'
],
[
'YAML::Object',
'R',
'n',
'p',
'O',
'p',
'Reads YAML and creates a node-tree from it',
'JHTHORSEN',
'6'
],
[
'Catalyst::Plugin::InflateMore',
'R',
'd',
'p',
'O',
'a',
'Inflate config tokens with runtime values',
'PJFL',
'15'
],
[
'WebService::Google::Language',
'b',
'd',
'p',
'O',
'p',
'Interface to the Google AJAX Language API',
'HMA',
'15'
],
[
'Tk::TextVi',
'b',
'd',
'p',
'O',
'p',
'Adds a Vi user interface to Tk::Text',
'JSTROM',
'8'
],
[
'Emacs::PDE',
'a',
'd',
'o',
'n',
'p',
'Perl Develop Environment in Emacs',
'YEWENBIN',
'8'
],
[
'EMC::Symcli::Symm',
'b',
'd',
'p',
'O',
'p',
'Perl Interface to EMC Symmetrix Symcli',
'FUNKJAMES',
'8'
],
[
'POE::Component::TFTPd',
'b',
'd',
'p',
'O',
'p',
'A TFTP server implemented with POE',
'JHTHORSEN',
'5'
],
[
'Unix::SavedIDs',
'a',
'd',
'c',
'f',
'b',
'Manipulate saved user/group ids',
'DMARTIN',
'4'
],
[
'Class::DBI::Loader::Multiplex',
'b',
'd',
'p',
'O',
'p',
'Class::DBI::Loader\'s subclass.',
'NAOKIURAI',
'7'
],
[
'WordNet::Similarity::Article',
'c',
'd',
'p',
'O',
'p',
'Semantic Similarity between Articles.',
'CEZHANG',
'11'
],
[
'SVN::Deploy',
'a',
'd',
'p',
'O',
'p',
'deploy releases audit conform',
'TOMK',
'24'
],
[
'Scalar::Vec::Util',
'R',
'd',
'h',
'f',
'p',
'Utility routines for vec strings.',
'VPIT',
'6'
],
[
'SRCE::Client',
'b',
'd',
'p',
'O',
'g',
'Perl package for the SRCE client interface',
'CORMANDER',
'16'
],
[
'SVG::Calendar',
'a',
'd',
'p',
'O',
'p',
'Produces an SVG file of a calendar',
'IVANWILLS',
'18'
],
[
'HTML::WikiConverter::GoogleCode',
'R',
'd',
'p',
'O',
'p',
'Converts HTML to Google Code wiki markup',
'MARTYKUBE',
'15'
],
[
'XML::RelaxNG::Compact::PXB',
'c',
'd',
'p',
'O',
'd',
'XML RelaxNG DOM data binding to perl objects',
'MPG',
'11'
],
[
'Krolik',
'b',
'd',
'p',
'O',
'p',
'Tool to fetch data from spreadsheet document',
'BOAG',
'23'
],
[
'Tie::File::Hashify',
'b',
'd',
'p',
'r',
'2',
'Parse files and tie \'em to hashes.',
'JKRAMER',
'6'
],
[
'ProjectBuilder',
'b',
'm',
'p',
'f',
'g',
'Project Builder helps producing packages',
'BCO',
'3'
],
[
'CPANPLUS::Dist::Gentoo',
'b',
'd',
'p',
'O',
'p',
'CPANPLUS backend generating Gentoo ebuilds',
'VPIT',
'23'
],
[
'Math::Random::MT::Perl',
'R',
'n',
'p',
'h',
'p',
'Pure Perl Mersenne Twister',
'JFREEMAN',
'14'
],
[
'Weather::YR',
'R',
'd',
'p',
'O',
'g',
'Lookup weather forecast from api.yr.no',
'HOVENKO',
'23'
],
[
'MySQL::Log::ParseFilter',
'R',
'd',
'p',
'f',
'p',
'Parse and filter MySQL logs',
'DNICHTER',
'7'
],
[
'Config::Model::OpenSsh',
'b',
'm',
'p',
'O',
'l',
'OpenSsh configuration files editor and API',
'DDUMONT',
'12'
],
[
'WebService::Linode',
'R',
'd',
'p',
'O',
'p',
'Perl Interface to the Linode.com API.',
'MIKEGRB',
'15'
],
[
'Business::OnlinePayment::Iridium',
'b',
'd',
'p',
'O',
'p',
'Iridium backend for Business::OnlinePayment',
'WREIS',
'23'
],
[
'IO::Lambda',
'M',
'm',
'p',
'h',
'p',
'non-blocking I/O as lambda calculus',
'KARASIK',
'21'
],
[
'autodie',
'M',
'd',
'p',
'p',
'p',
'Lexically have functions succeed or die',
'PJF',
'27'
],
[
'Google::SAML::Request',
'b',
'd',
'p',
'O',
'p',
'Generate and parse SAML requests for SSO',
'MANNI',
'15'
],
[
'Google::SAML::Response',
'b',
'd',
'p',
'O',
'p',
'Generate SAMLresponses for Google\'s SSO',
'MANNI',
'15'
],
[
're::engine::Lua',
'a',
'd',
'h',
'n',
'o',
'Lua regular expression dialect engine',
'PERRAD',
'11'
],
[
'WebService::Wedata',
'b',
'd',
'p',
'O',
'p',
'Perl Interface for wedata.net',
'KOYACHI',
'15'
],
[
'Hash::Transform',
'a',
'd',
'p',
'O',
'p',
'A simple class for data transformation.',
'DTRISCHUK',
'6'
],
[
'Lingua::SA',
'R',
'd',
'p',
'f',
'p',
'Sanskrit Language Modules',
'ASCHIG',
'11'
],
[
'MooseX::Struct',
'R',
'd',
'p',
'f',
'p',
'Struct-like interface for Moose Objects',
'JSOVERSON',
'2'
],
[
'Net::Cloud::Session',
'i',
'd',
'p',
'O',
'p',
'Distributed session management on the cloud',
'FSPEISER',
'8'
],
[
'Math::Geometry::Voronoi',
'b',
'd',
'h',
'O',
'p',
'compute Voronoi diagrams from sets of points',
'SAMTREGAR',
'6'
],
[
'WWW::Mechanize::Plugin::FollowMetaRedirect',
'b',
'd',
'p',
'O',
'p',
'Follows \'meta refresh\' link easily',
'RYOCHIN',
'15'
],
[
'Time::Piece::Adaptive',
'R',
'd',
'p',
'h',
'p',
'Time::Piece ext. w/stringify accessors',
'DPRICE',
'6'
],
[
'Perl::Analysis::Static',
'a',
'd',
'p',
'O',
'p',
'tools for static analysis of perl code',
'GGOLDBACH',
'3'
],
[
'CGI::Application::Plugin::CHI',
'a',
'd',
'p',
'O',
'p',
'CGI-App plugin for CHI caching interface',
'FRIEDO',
'15'
],
[
'Geo::Hashing',
'b',
'd',
'p',
'O',
'p',
'Calculate locations of Geohashes',
'ZIGDON',
'23'
],
[
'Math::Business::BollingerBands',
'S',
'd',
'p',
'O',
'l',
'Bollinger Bands',
'JETTERO',
'6'
],
[
'Math::Business::ParabolicSAR',
'R',
'd',
'p',
'O',
'l',
'Parabolic Stop and Reversal',
'JETTERO',
'6'
],
[
'POE::Component::Client::SOAP',
'R',
'd',
'p',
'O',
'p',
'SOAP Client for POE',
'AIMASS',
'5'
],
[
'Math::Business::ATR',
'S',
'd',
'p',
'O',
'l',
'Average True Range',
'JETTERO',
'6'
],
[
'Math::Business::DMI',
'S',
'd',
'p',
'O',
'l',
'Directional Movement Index (aka ADX)',
'JETTERO',
'6'
],
[
'Math::Business::RSI',
'S',
'd',
'p',
'O',
'l',
'Relative Strength Index',
'JETTERO',
'6'
],
[
'Win32::FileSystem::Watcher',
'R',
'd',
'p',
'O',
'p',
'Watch a Win32 file system for changes',
'ANK',
'22'
],
[
'Jifty::Plugin::Authentication::Bitcard',
'b',
'm',
'p',
'O',
'p',
'Provide Bitcard accounts in Jifty framework',
'JHELWIG',
'15'
],
[
'Net::AMQP',
'i',
'd',
'h',
'O',
'p',
'Advanced Message Queuing Protocol interface',
'EWATERS',
'5'
],
[
'Apache2::ModProxyPerlHtml',
'R',
'd',
'p',
'O',
'p',
'mod_perl2 module for Apache reverse proxy',
'DAROLD',
'15'
],
[
'Provision::Unix',
'c',
'd',
'p',
'O',
'p',
'provision accounts on unix systems',
'MSIMERSON',
'23'
],
[
'MIDI::Tweaks',
'a',
'd',
'p',
'O',
'p',
'Manipulate MIDI files',
'JV',
'23'
],
[
'Lingua::Slavic::Numbers',
'a',
'd',
'p',
'h',
'p',
'Convert numbers to Slavic (RU,BG,...)',
'TEODOR',
'11'
],
[
'MediaWiki::API',
'b',
'd',
'p',
'O',
'p',
'A OO interface to the Mediawiki API',
'EXOBUZZ',
'23'
],
[
'Config::Augeas',
'b',
'm',
'c',
'O',
'l',
'Edit configuration through Augeas C library',
'DDUMONT',
'8'
],
[
'XML::Pastor',
'R',
'd',
'p',
'O',
'p',
'Generate classes with XML bindings from XSD',
'AULUSOY',
'11'
],
[
'HTTP::Request::FromLog',
'b',
'm',
'p',
'O',
'p',
'HTTP::Request from Apache access_log',
'MIKI',
'15'
],
[
'HTML::WidgetValidator::Widget::PixivEmbedFeature',
'R',
'd',
'p',
'O',
'p',
'A part of HTML::WidgetValidator.',
'PMINT',
'15'
],
[
'Fennec',
'c',
'd',
'p',
'O',
'g',
'Fennec application framework',
'EXODIST',
'3'
],
[
'Template::Plugin::Duration',
'a',
'n',
'p',
'O',
'p',
'TT plugin for Time::Duration',
'HEDWIG',
'11'
],
[
'WWW::Discogs',
'a',
'd',
'p',
'O',
'p',
'Interfaces with the discogs.com API',
'LEEDO',
'15'
],
[
'WWW::Scroogle',
'b',
'd',
'p',
'O',
'p',
'OOP interface to Scroogle.org',
'SCHLUMPF',
'15'
],
[
'Parse::Krb5::Config',
'b',
'd',
'p',
'O',
'p',
'Interface to the Kerberos 5 Config File',
'PKNOWLES',
'11'
],
[
'Cache::CacheFactory',
'R',
'd',
'p',
'O',
'p',
'Class factory for Cache::Cache-style modules',
'SGRAHAM',
'17'
],
[
'App::Open',
'R',
'd',
'p',
'O',
'b',
'Abstract emulation of the OS X `open` tool',
'ERIKH',
'23'
],
[
'Data::HashArray',
'R',
'd',
'p',
'O',
'p',
'An array of hashes with magical properties',
'AULUSOY',
'6'
],
[
'Lingua::DE::Tagger',
'R',
'd',
'p',
'O',
'g',
'Part-of-speech tagger for German NLP',
'TSCHULZ',
'11'
],
[
'Math::Business::HMA',
'R',
'd',
'p',
'O',
'l',
'Hull Moving Average',
'JETTERO',
'6'
],
[
'Math::Business::WMA',
'R',
'd',
'p',
'O',
'l',
'Weighted Moving Average',
'JETTERO',
'6'
],
[
'Bot::BasicBot::Pluggable::Module::Message',
'b',
'd',
'p',
'f',
'p',
'Bot::BasicBot to keep msgs for offline users',
'GRYPHON',
'23'
],
[
'Bot::BasicBot::Pluggable::Module::TwitterFriendsStatus',
'b',
'd',
'p',
'h',
'p',
'Adds Twitter notifications to Bot::BasicBot',
'GRYPHON',
'23'
],
[
'DBIx::MyParseX',
'b',
'd',
'h',
'O',
'p',
'Extension to DBIx::MyParse modules',
'CTBROWN',
'7'
],
[
'LWP::Protocol::socks',
'b',
'd',
'p',
'O',
'p',
'Extra infrastructure to support socks proxy',
'SCR',
'15'
],
[
'VideoLan::Client',
'R',
'd',
'p',
'O',
'p',
'control VLC using telnet interface',
'ELLIRYC',
'8'
],
[
'Test::Perl::Metrics::Simple',
'b',
'd',
'p',
'f',
'p',
'Use Perl::Metrics::Simple in test programs',
'KOGA',
'3'
],
[
'Text::CSV_PP::Iterator',
'i',
'd',
'p',
'O',
'a',
'DBI-style access to a CSV file',
'RSAVAGE',
'11'
],
[
'Statistics::FisherPitman',
'b',
'n',
'p',
'O',
'p',
'Randomization between group differences test',
'RGARTON',
'6'
],
[
'Statistics::ANOVA',
'b',
'n',
'p',
'O',
'p',
'Perform oneway analyses of variance',
'RGARTON',
'6'
],
[
'CGI::Application::Bouquet::Rose',
'R',
'm',
'p',
'O',
'a',
'Search engine source code generator',
'RSAVAGE',
'15'
],
[
'CGI::Application::Demo',
'R',
'm',
'p',
'O',
'a',
'Tutorial on CGI::Application-style modules',
'RSAVAGE',
'15'
],
[
'CGI::Session::Driver::odbc',
'R',
'm',
'p',
'O',
'a',
'ODBC support for CGI::Session',
'RSAVAGE',
'15'
],
[
'CGI::Session::Driver::oracle',
'R',
'm',
'p',
'O',
'a',
'Oracle support for CGI::Session',
'RSAVAGE',
'15'
],
[
'CGI::Session::ExpireSessions',
'R',
'm',
'p',
'O',
'a',
'Cleans up CGI::Session-style sessions',
'RSAVAGE',
'15'
],
[
'CGI::Session::MembersArea',
'R',
'm',
'p',
'O',
'a',
'Add-on for CGI::Session',
'RSAVAGE',
'15'
],
[
'Data::PABX::ParseLex',
'M',
'd',
'p',
'O',
'a',
'Process iSDC-style PABX data',
'RSAVAGE',
'6'
],
[
'Data::Page::Viewport',
'M',
'd',
'p',
'O',
'a',
'Page thru data with variable page size',
'RSAVAGE',
'6'
],
[
'DBIx::Admin::BackupRestore',
'M',
'm',
'p',
'O',
'a',
'Access to primary and foreign keys, etc',
'RSAVAGE',
'7'
],
[
'DBIx::Admin::CreateTable',
'M',
'm',
'p',
'O',
'a',
'DB-independent create table syntax',
'RSAVAGE',
'7'
],
[
'DBIx::Admin::TableInfo',
'R',
'm',
'p',
'O',
'a',
'Access to primary and foreign keys, etc',
'RSAVAGE',
'7'
],
[
'DBIx::MSAccess::Convert2Db',
'M',
'm',
'p',
'O',
'a',
'Convert MS Access file to RDBMS-style data',
'RSAVAGE',
'7'
],
[
'HTML::Entities::Interpolate',
'R',
'm',
'p',
'O',
'a',
'String interpolation encoding of HTML attrs',
'RSAVAGE',
'15'
],
[
'Image::Magick::Chart',
'M',
'd',
'p',
'O',
'a',
'Chart support via Image::Magick',
'RSAVAGE',
'18'
],
[
'Image::Magick::PolyText',
'M',
'd',
'p',
'O',
'a',
'Draw text along polyline with Image::Magick',
'RSAVAGE',
'18'
],
[
'Image::Magick::Tiler',
'M',
'd',
'p',
'O',
'a',
'Chop image into tiles with Image::Magick',
'RSAVAGE',
'18'
],
[
'Module::Metadata::Changes',
'M',
'd',
'p',
'O',
'a',
'Machine-readable Changelog.ini support',
'RSAVAGE',
'3'
],
[
'Rose::DBx::Bouquet',
'M',
'm',
'p',
'O',
'a',
'Rose-HTML integration support',
'RSAVAGE',
'7'
],
[
'Search::InvertedIndex::Simple',
'M',
'm',
'p',
'O',
'a',
'Inverted index support data structures',
'RSAVAGE',
'11'
],
[
'XMail::Install',
'M',
'd',
'p',
'O',
'a',
'XMail installer for MS Windows',
'RSAVAGE',
'19'
],
[
'Javascript::MD5',
'M',
'd',
'p',
'O',
'a',
'MD5 encoding of CGI form fields in client',
'RSAVAGE',
'15'
],
[
'Javascript::SHA1',
'M',
'd',
'p',
'O',
'a',
'SHA1 encodjng of CGi form fields in client',
'RSAVAGE',
'15'
],
[
'WWW::Alexa::TrafficRank',
'R',
'd',
'p',
'O',
'p',
'Querying TrafficRank of a site in Alexa.com',
'GURUPERL',
'15'
],
[
'QualysGuard::Request',
'b',
'd',
'p',
'O',
'p',
'Simple interface to QualysGuard API',
'PDEVLIN',
'24'
],
[
'Nagios::Plugin::SNMP',
'R',
'm',
'p',
'O',
'l',
'SNMP-based plugins for Nagios helper module',
'MAXSCHUBE',
'14'
],
[
'Plotter',
'i',
'd',
'p',
'f',
'l',
'Generic 2D plotting uitily',
'RDEYS',
'23'
],
[
'Math::Business::LaguerreFilter',
'R',
'd',
'p',
'O',
'l',
'Technical Analysis: Laguerre Filter',
'JETTERO',
'6'
],
[
'CPANPLUS::Shell::Wx',
'a',
'd',
'p',
'O',
'p',
'GUI for CPANPLUS using Wx::Perl',
'SKAMANSAM',
'23'
],
[
'Business::OnlinePayment::HSBC',
'c',
'd',
'p',
'O',
'p',
'HSBC backend for Business::OnlinePayment',
'WREIS',
'23'
],
[
'HTML::ScriptLoader',
'R',
'd',
'p',
'O',
'p',
'Class for loading scripts on a web page',
'HOVENKO',
'15'
],
[
'SVN::Notify::Filter::AuthZMail',
'R',
'd',
'p',
'f',
'p',
'Determines email recipients via AuthZ file',
'BORLIK',
'24'
],
[
'Net::Stomp::Receipt',
'R',
'd',
'p',
'O',
'p',
'Net::Stomp with transactional sends',
'HUGUEI',
'5'
],
[
'Template::Plugin::Devel::StackTrace',
'b',
'd',
'p',
'O',
'g',
'Template Plugin for StackTrace',
'SKAUFMAN',
'11'
],
[
'SVN::Notify::Filter::EmailFlatFileDB',
'R',
'd',
'p',
'f',
'p',
'Finds email addresses via passwd-style file',
'BORLIK',
'24'
],
[
'VideoLan::Client::Media',
'a',
'd',
'p',
'O',
'p',
'manage medias in/out for VideoLan::Client',
'ELLIRYC',
'8'
],
[
'App::SPG',
'b',
'd',
'p',
'f',
'p',
'Simple Password Generator',
'GERA',
'23'
],
[
'Chemistry::ESPT',
'b',
'd',
'p',
'O',
'p',
'Electronic structure data accessor objects',
'JSONNENB',
'23'
],
[
'Mewsoft::Pagination',
'R',
'd',
'p',
'O',
'p',
'Standalone Object-Oriented Pagination',
'MEWSOFT',
'3'
],
[
'Tkx::FindBar',
'R',
'd',
'p',
'O',
'p',
'Tkx incremental search toolbar megawidget',
'MJCARMAN',
'8'
],
[
'Sub::Delete',
'b',
'd',
'p',
'f',
'p',
'The name says it all -- lets one delete subs',
'SPROUT',
'2'
],
[
'DBIx::Class::Storage::CacheProxy',
'a',
'd',
'p',
'O',
'p',
'Cache::Memcached proxy for DBIx::Class',
'GUGU',
'7'
],
[
'Queue::Worker',
'c',
'd',
'p',
'O',
'p',
'Database based work queue abstraction',
'BOSU',
'16'
],
[
'App::ZofCMS',
'b',
'd',
'p',
'n',
'p',
'small web-framework/templating system',
'ZOFFIX',
'15'
],
[
'Ham::Reference::Qsignals',
'a',
'd',
'p',
'O',
'p',
'A quick reference for Q Signals',
'BRADMC',
'23'
],
[
'Ham::Reference::Phonetics',
'a',
'd',
'p',
'O',
'p',
'Quick reference of the ITU Phonetic Alphabet',
'BRADMC',
'23'
],
[
'Ham::Reference::Solar',
'a',
'd',
'p',
'O',
'p',
'Real-time solar data for Amateur Radio',
'BRADMC',
'23'
],
[
'VideoLan::Client::Media::Output',
'c',
'd',
'p',
'O',
'p',
'manage output for VideoLan::Client::Media',
'ELLIRYC',
'8'
],
[
'Email::Send::Yahoomail',
'i',
'd',
'p',
'O',
'g',
'Send mail via Yahoo mail',
'ADARSHTP',
'19'
],
[
'Spread::Client',
'b',
'd',
'h',
'h',
'p',
'Spread client implemented in perl',
'MBAILEY',
'5'
],
[
'CSS::DOM',
'a',
'd',
'p',
'O',
'p',
'CSS Document Object Model',
'SPROUT',
'15'
],
[
'TAP::Harness::JUnit',
'R',
'd',
'p',
'O',
'p',
'Generate JUnit compatible output from TAP',
'LKUNDRAK',
'3'
],
[
'WWW::Mechanize::Plugin::Ajax',
'a',
'd',
'p',
'O',
'p',
'Plugin that provides XMLHttpRequest',
'SPROUT',
'15'
],
[
'constant::lexical',
'b',
'd',
'p',
'p',
'p',
'Pragma for making constants lexical',
'SPROUT',
'27'
],
[
'Mobile::Ads',
'a',
'd',
'p',
'O',
'p',
'Interface to various mobile Ads sites',
'TCHATZI',
'15'
],
[
'CGI::Cookie::XS',
'R',
'd',
'c',
'O',
'o',
'HTTP Cookie parser in C',
'AGENT',
'15'
],
[
'HTML::WidgetValidator::Widget::TegakiBlog',
'R',
'd',
'p',
'O',
'p',
'A part of HTML::WidgetValidator',
'PMINT',
'15'
],
[
'Array::Tour',
'b',
'd',
'p',
'O',
'p',
'Base class for Array Tours.',
'JGAMBLE',
'6'
],
[
'CGI::Lazy',
'R',
'd',
'p',
'O',
'p',
'A simple webdev framework extending CGI.pm',
'VAYDE',
'15'
],
[
'Ham::APRS::LastPacket',
'a',
'd',
'p',
'O',
'p',
'Retrieve data from APRS-IS',
'BRADMC',
'23'
],
[
'Catalyst::Plugin::ConfigLoader::MultiState',
'R',
'd',
'p',
'O',
'p',
'Powerful multistate configs for catalyst',
'SYBER',
'15'
],
[
'CGI::Lazy::ModPerl',
'b',
'd',
'p',
'O',
'p',
'Module extending CGI::Lazy for mod_perl',
'VAYDE',
'15'
],
[
'Iterator::Diamond',
'a',
'd',
'p',
'O',
'p',
'Safe replacement for the <> operator',
'JV',
'21'
],
[
'UML::Class::Simple',
'R',
'd',
'p',
'O',
'p',
'Render simple UML class diagrams from code',
'AGENT',
'18'
],
[
'WWW::CPANRatings::RSS',
'b',
'd',
'p',
'O',
'p',
'Fetch RSS data from cpanratings.perl.org',
'ZOFFIX',
'15'
],
[
'POOF',
'b',
'd',
'p',
'O',
'p',
'OO framework that provides encapsulation.',
'BMILLARES',
'2'
],
[
'Filter::QuasiQuote',
'a',
'd',
'p',
'O',
'o',
'Quasiquoting for Perl',
'AGENT',
'2'
],
[
'CGI::Lazy::Auth',
'a',
'd',
'p',
'O',
'p',
'Extension to CGI::Lazy for Authentication',
'VAYDE',
'15'
],
[
'CGI::Application::Plugin::AnyCGI',
'b',
'd',
'p',
'O',
'p',
'Use your favourite CGI::* module with C::A',
'MAB',
'15'
],
[
'DBIx::ContentChecksum::mysql',
'b',
'd',
'p',
'O',
'p',
'Rapid comparison of MySQL database content',
'CJONES',
'7'
],
[
'WWW::Yahoo::InboundLinks',
'R',
'd',
'p',
'O',
'p',
'interface to Tracking Inbound Links in Yahoo',
'APLA',
'15'
],
[
'Net::Squid::Auth::Plugin::SimpleLDAP',
'a',
'd',
'p',
'O',
'p',
'LDAP plugin for Net::Squid::Auth::Engine',
'RUSSOZ',
'15'
],
[
'DBIx::Class::InflateColumn::Boolean',
'b',
'd',
'p',
'O',
'p',
'Auto-create boolean objects from columns',
'GRAF',
'7'
],
[
'App::CCSV',
'a',
'd',
'p',
'f',
'p',
'Command line "auto split" for CSV files',
'GARGAMEL',
'23'
],
[
'WebService::Eulerian::Analytics',
'a',
'd',
'p',
'O',
'p',
'SOAP Interface to Eulerian Analytics',
'MJONDET',
'24'
],
[
'CLI::Application',
'a',
'd',
'p',
'O',
'2',
'CLI application framework',
'JKRAMER',
'8'
],
[
'Log::Facile',
'i',
'd',
'p',
'O',
'p',
'This is facile logging for personal uses.',
'SERA',
'3'
],
[
'Win32::Monitoring::WindowPing',
'b',
'd',
'c',
'f',
'g',
'Test Win32 Window for responsiveness',
'RPLESSL',
'22'
],
[
'Term::Menus::FromFile',
'b',
'd',
'p',
'f',
'p',
'Creates menus from a file using Term::Menus.',
'DSTAAL',
'8'
],
[
'Games::Quest3D',
'b',
'd',
'p',
'O',
'p',
'1st person perspective view dungeon crawl',
'OVERMARS',
'23'
],
[
'OpenGL::QEng',
'b',
'd',
'p',
'O',
'p',
'OpenGL based game engine',
'OVERMARS',
'18'
],
[
'Scalar::Util::Refcount',
'R',
'd',
'c',
'f',
'b',
'Show an object\'s reference count',
'JNIXON',
'6'
],
[
'DBIx::Compare::ContentChecksum::mysql',
'R',
'd',
'p',
'O',
'p',
'Rapid comparison of MySQL database content',
'CJONES',
'7'
],
[
're::engine::LPEG',
'b',
'd',
'h',
'f',
'o',
'Lua Parsing Expression Grammar engine',
'PERRAD',
'11'
],
[
'NetApp',
'b',
'd',
'p',
'O',
'p',
'NetApp Filer Sys Admin API',
'WPMOORE',
'4'
],
[
'RWDE',
'R',
'd',
'p',
'O',
'p',
'Rapid Web Development Environment (MVC type)',
'VKHERA',
'15'
],
[
'Win32::SqlServer::DTS',
'b',
'd',
'p',
'O',
'g',
'Perl classes to access Microsoft SQL Server',
'ARFREITAS',
'22'
],
[
'Lemonldap::Portal::Script',
'b',
'd',
'p',
'O',
'g',
'Provides script connection generator',
'EGERMAN',
'15'
],
[
'Perl::Critic::Storable',
'R',
'd',
'p',
'O',
'p',
'Perl::Critic policy for using Storable',
'MATTD',
'3'
],
[
'Ham::Reference::QRZ',
'a',
'd',
'p',
'O',
'p',
'Interface for QRZ callsign lookups',
'BRADMC',
'23'
],
[
'Var::State',
'b',
'd',
'p',
'p',
'p',
'state [variable]; in perl 5.8 - sort-of...',
'JHTHORSEN',
'2'
],
[
'Atlassian::Confluence',
'c',
'd',
'p',
'O',
'p',
'Remote API i/f for Atlassian Confluence wiki',
'SUE',
'24'
],
[
'Geo::Google::StaticMaps',
'b',
'd',
'p',
'O',
'p',
'Helper for using Google Static Maps API',
'MART',
'15'
],
[
'Win32::Monitoring::Session',
'b',
'd',
'c',
'f',
'g',
'Get information on the logon session',
'RPLESSL',
'22'
],
[
'Net::TDMA',
'b',
'd',
'p',
'O',
'p',
'Time Division Multiple Access in Perl.',
'ALEX',
'5'
],
[
'App::sh2p',
'b',
'd',
'p',
'n',
'p',
'UNIX shell to perl conversion helper.',
'CLIVE',
'3'
],
[
'CLI::Application::Plugin',
'a',
'd',
'p',
'O',
'2',
'Base class for CLI::Application plugins.',
'JKRAMER',
'8'
],
[
'CLI::Application::Plugin::RC',
'a',
'd',
'p',
'O',
'2',
'Base class for RC loading/parsing plugins.',
'JKRAMER',
'8'
],
[
'CLI::Application::Plugin::RC::YAML',
'a',
'd',
'p',
'O',
'2',
'Plugin for loading YAML configuration files.',
'JKRAMER',
'8'
],
[
'Audio::OpenAL',
'c',
'd',
'c',
'O',
'p',
'OpenAL 3D audio library binding',
'JOHNYJH',
'4'
],
[
'CGI::Application::Plugin::Config::Any',
'b',
'd',
'p',
'f',
'p',
'Add Config::Any Support to CGI::Application',
'MAB',
'15'
],
[
'CGI::Application::Plugin::Routes',
'a',
'd',
'p',
'O',
'p',
'Rails routes style in C::A',
'PORTA',
'15'
],
[
'PDF::Haru',
'R',
'd',
'c',
'O',
'p',
'Perl interface to Haru Free PDF Library.',
'BUTILW',
'11'
],
[
'Number::Phone::Normalize',
'b',
'd',
'p',
'h',
'p',
'normalize or pretty-print phone numbers',
'CFAERBER',
'11'
],
[
'WWW::Netflix',
'R',
'd',
'p',
'O',
'p',
'Use your Netflix account from Perl programs',
'CMEYER',
'15'
],
[
'XPKG',
'a',
'm',
'p',
'f',
'p',
'Generic Package Management',
'PMICHAUX',
'23'
],
[
'File::Magic',
'R',
'n',
'h',
'O',
'p',
'embedding file(1)\'s libmagic(3)',
'REHSACK',
'23'
],
[
'Tie::Array::AsHash',
'R',
'n',
'p',
'O',
'p',
'Access lines in array as hash by separator',
'REHSACK',
'6'
],
[
'Tk::StyleDialog',
'b',
'd',
'p',
'O',
'p',
'Stylish dialog boxes with custom icons',
'KIRSLE',
'8'
],
[
'Rose::DBx::Object::Cached::CHI',
'b',
'd',
'p',
'O',
'p',
'Rose::DB::Object Cache using the CHI interfa',
'KMCGRATH',
'7'
],
[
'Audio::Ecasound::Multitrack',
'b',
'n',
'p',
'h',
'g',
'User interface for multitrack recording',
'GANGLION',
'23'
],
[
'Template::Plugin::TwoStage',
'b',
'd',
'p',
'O',
'p',
'two stage processing with 1st stage caching',
'ALEXK',
'11'
],
[
'Catalyst::Plugin::Session::Store::Memcached::Fast',
'S',
'd',
'p',
'O',
'p',
'Catalyst Session plugin',
'BWIZARD',
'3'
],
[
'Data::Domain',
'M',
'd',
'p',
'h',
'p',
'Data description and validation',
'DAMI',
'6'
],
[
'WebService::KuronekoYamato',
'b',
'd',
'p',
'n',
'p',
'Check Track Shipments (Yamato Transport Co.',
'CLCL',
'15'
],
[
'Badger',
'a',
'm',
'p',
'O',
'p',
'Perl Application Programming Toolkit',
'ABW',
'23'
],
[
'Net::Camera::Edimax::IC1500',
'b',
'd',
'p',
'O',
'p',
'Interface to Edimax IC1500-series net cams',
'MEH',
'5'
],
[
'Hash::AsObject',
'R',
'd',
'p',
'O',
'a',
'treat hashes as objects with accessors',
'NKUITSE',
'6'
],
[
'RPC::XML::Deparser::XS',
'R',
'd',
'h',
'f',
'p',
'Fast XML-RPC deparser written in C',
'MIKAGE',
'5'
],
[
'PDL::Graphics::OpenGL::Perl',
'c',
'd',
'h',
'h',
'p',
'PDL interface to Perl OpenGL',
'CHM',
'6'
],
[
'Data::Peek',
'b',
'd',
'h',
'f',
'p',
'A collection of low-level debug facilities',
'HMBRAND',
'6'
],
[
'RTG::Report',
'R',
'd',
'p',
'f',
'p',
'RTG reporting and data processing utilities',
'MSIMERSON',
'11'
],
[
'Memoize::Memcached',
'R',
'd',
'p',
'h',
'p',
'memoize functions using a memcached cache',
'DTRISCHUK',
'20'
],
[
'Module::Install::DBICx::AutoDoc',
'a',
'd',
'p',
'O',
'p',
'Adds Makefile actions for dbicx-autodoc',
'JMMILLS',
'23'
],
[
'SVN::Dumpfile',
'b',
'd',
'p',
'O',
'p',
'Access and manipulate Subversion dumpfiles',
'MSCHARRER',
'24'
],
[
'Data::Iterator::Hierarchical',
'b',
'd',
'p',
'h',
'p',
'Iterate hierarchically over tabular data',
'NOBULL',
'6'
],
[
'Business::OnlinePayment::Transfirst',
'R',
'd',
'p',
'O',
'p',
'Processor For Transfirst',
'DRFROG',
'8'
],
[
'WebService::Google::Contact',
'b',
'd',
'p',
'O',
'p',
'Simple Interface for Google Contact API',
'ABUI',
'15'
],
[
'SVN::Hooks',
'b',
'd',
'p',
'f',
'g',
'Framework for implementing Subversion hooks.',
'GNUSTAVO',
'3'
],
[
'AI::Genetic::Pro',
'R',
'd',
'h',
'O',
'p',
'Genetic algorithms for professional purpose.',
'STRZELEC',
'23'
],
[
'DBIx::Tree::MaterializedPath',
'a',
'd',
'p',
'O',
'p',
'Fast "materialized path" trees using DBI',
'LARRYL',
'7'
],
[
'Test::Assert',
'a',
'd',
'p',
'O',
'p',
'Assertion methods for those who like JUnit.',
'DEXTER',
'3'
],
[
'Apache2::AuthLDAP',
'b',
'd',
'p',
'O',
'g',
'Multi LDAP domains authentication onApache2',
'CFILIPPE',
'15'
],
[
'Google::ProtocolBuffers',
'b',
'd',
'p',
'O',
'p',
'simple interface to Google Protocol Buffers',
'GARIEV',
'6'
],
[
'AI::ParticleSwarmOptimization',
'R',
'd',
'p',
'O',
'p',
'Particle Swarm Optimization - OO interface',
'GRANDPA',
'23'
],
[
'Mail::Postfix::Postdrop',
'b',
'u',
'p',
'h',
'p',
'Inject mails to a Postfix maildrop directory',
'PMAKHOLM',
'19'
],
[
'Finance::QuoteDB',
'a',
'm',
'p',
'h',
'g',
'User database tools based on Finance::Quote',
'ECOCODE',
'23'
],
[
'WebService::Cath::FuncNet',
'b',
'd',
'p',
'O',
'p',
'Interface to the CATH FuncNet WebService',
'ISILLITOE',
'15'
],
[
'EBook::Tools',
'R',
'd',
'p',
'O',
'g',
'E-Book creation, modification, and unpacking',
'AZED',
'6'
],
[
'Locale::Maketext::Lexicon::DBI',
'R',
'd',
'p',
'O',
'p',
'DBI backend for Maketext',
'MDIETRICH',
'13'
],
[
'Myspace::REST',
'a',
'd',
'p',
'O',
'p',
'Interface for Myspace REST API',
'DMITRY',
'15'
],
[
'Games::Risk',
'M',
'd',
'p',
'h',
'g',
'classical \'risk\' board game',
'JQUELIN',
'23'
],
[
'Language::Befunge::Vector::XS',
'R',
'm',
'c',
'O',
'p',
'LB::Vector rewritten for speed',
'JQUELIN',
'9'
],
[
'Ubigraph',
'b',
'd',
'p',
'O',
'p',
'Perl client for Ubigraph software',
'GAOU',
'8'
],
[
'Crypt::Rot47',
'b',
'd',
'p',
'h',
'p',
'Encryption via the ROT47 substitution cipher',
'ZBLAIR',
'14'
],
[
'Digest::Skein',
'a',
'd',
'c',
'h',
'g',
'Perl interface to the Skein digest algorithm',
'RADEK',
'14'
],
[
'Apache2::LogParser',
'a',
'd',
'p',
'O',
'p',
'Object-oriented Perl extension for parsing.',
'DEEPAK',
'15'
],
[
'Biblio::Refbase',
'a',
'd',
'p',
'O',
'p',
'Interface to refbase bibliographic manager',
'HMA',
'11'
],
[
'XML::TreePP::XMLPath',
'R',
'd',
'p',
'h',
'p',
'Define paths in XML::TreePP or PERLREF trees',
'RGLAUE',
'11'
],
[
'Parse::GEDA::Gschem',
'b',
'd',
'p',
'f',
'g',
'gEDA/gaf gschem file parser',
'JPFRICKER',
'11'
],
[
'Net:::DDDS',
'a',
'd',
'p',
'O',
'b',
'A perl implementation of RFC3401',
'LEIFJ',
'5'
],
[
'File::Glob::Windows',
'a',
'd',
'p',
'f',
'p',
'glob for Windows',
'TATE',
'10'
],
[
'Class::OWL',
'b',
'd',
'p',
'O',
'p',
'Create perl classes from OWL ontologies',
'LEIFJ',
'6'
],
[
'Audio::glitchDS',
'i',
'd',
'p',
'O',
'p',
'Generate glitchDS configurations',
'PFIG',
'23'
],
[
'Asm::X86',
'R',
'd',
'p',
'f',
'p',
'Assembly language parsing and conversion',
'BOGDRO',
'9'
],
[
'Statistics::Distributions::Analyze',
'b',
'd',
'p',
'f',
'p',
'A module to caculate Anova, T-test, etc',
'SWANSUN',
'6'
],
[
'Mail::SPF::Iterator',
'a',
'd',
'p',
'O',
'p',
'iterativ, non-blocking SPF resolving',
'SULLR',
'19'
],
[
'Config::Model::Backend::Augeas',
'b',
'm',
'p',
'O',
'l',
'Read and write config data through Augeas',
'DDUMONT',
'12'
],
[
'WWW::iTunesConnect',
'b',
'd',
'p',
'O',
'b',
'iTunesConnect client interface',
'BFOZ',
'15'
],
[
'Win32::FTDI::FTD2XX',
'b',
'd',
'h',
'O',
'p',
'Native FTDI D2XX USB driver interface',
'SKMACPHE',
'22'
],
[
'Monotone::AutomateStdio',
'b',
'd',
'p',
'O',
'l',
'Perl OO interface to the Monotone SCM system',
'AECOOPER',
'3'
],
[
'Geo::OSM::MapFeatures',
'b',
'd',
'p',
'O',
'p',
'Parses and represents OSM Map Features',
'BOBKARE',
'23'
],
[
'Net::SMTP::AfterPOP',
'S',
'd',
'p',
'O',
'g',
'POP before SMTP',
'DAWOOD',
'5'
],
[
'Linux::DVB::DVBT',
'R',
'd',
'h',
'O',
'g',
'DVB terrestrial recording, epg, and scanning',
'SDPRICE',
'4'
],
[
'Net::CIDR::Lookup',
'R',
'd',
'p',
'O',
'p',
'Netblock based lookup table',
'MBETHKE',
'5'
],
[
'Net::CIDR::Lookup::Tie',
'R',
'd',
'p',
'r',
'p',
'Tie::Hash interface to Net::CIDR::Lookup',
'MBETHKE',
'5'
],
[
'CGI::IDS',
'R',
'd',
'p',
'O',
'l',
'PerlIDS - Website Intrusion Detection System',
'HINNERK',
'15'
],
[
'WWW::Search::PharmGKB',
'M',
'd',
'p',
'O',
'p',
'search and retrieve from PharmGKB',
'ARUN',
'15'
],
[
'Parse::Gnaw',
'a',
'd',
'p',
'f',
'p',
'create grammars, parse text with subroutines',
'GSLONDON',
'11'
],
[
'JavaScript::Packer',
'R',
'd',
'p',
'f',
'p',
'Perl version of Dean Edwards\' Packer.js',
'NEVESENIN',
'15'
],
[
'Lingua::Translate::Google',
'b',
'd',
'p',
'O',
'p',
'Google backend for Lingua::Translate',
'DYLAN',
'11'
],
[
'IO::Stream::Proxy::HTTPS',
'M',
'd',
'p',
'O',
'p',
'HTTPS proxy plugin for IO::Stream',
'POWERMAN',
'21'
],
[
'IO::Stream::MatrixSSL',
'R',
'd',
'p',
'O',
'g',
'Crypt::MatrixSSL plugin for IO::Stream',
'POWERMAN',
'21'
],
[
'IO::Stream::Crypt::RC4',
'R',
'd',
'p',
'O',
'p',
'Crypt::RC4 plugin for IO::Stream',
'POWERMAN',
'21'
],
[
'DBD::drizzle',
'a',
'd',
'c',
'O',
'p',
'Drizzle database driver',
'CAPTTOFU',
'7'
],
[
'Pod::Simple::Wiki::Wikka',
'R',
'd',
'p',
'O',
'p',
'A class for creating Pod to Wikka filters.',
'DSTAAL',
'26'
],
[
'Splunk',
'a',
'd',
'p',
'O',
'p',
'Perl client library for the Splunk REST API',
'PFIG',
'24'
],
[
'Acme::Archive::Mbox',
'b',
'd',
'p',
'O',
'p',
'mbox as an archive format',
'IANK',
'17'
],
[
'Class::Interface',
'R',
'd',
'p',
'O',
'd',
'interfaces & abstracts in perl',
'SINISTER',
'6'
],
[
'Filter::BoxString',
'b',
'd',
'p',
'p',
'p',
'Filter allows a new multiline string syntax.',
'DYLAN',
'2'
],
[
'SOAPjr',
'R',
'm',
'p',
'O',
'g',
'The love child of SOAP and JSON-RPC for AJAX',
'ROBMAN',
'5'
],
[
'Bloom::Filter::XS',
'b',
'd',
'h',
'O',
'p',
'A fast Bloom filter implementation',
'AXIAK',
'6'
],
[
'File::Util',
'S',
'd',
'p',
'h',
'p',
'Easy, versatile, portable file handling',
'TOMMY',
'21'
],
[
'Statistics::KernelEstimation',
'a',
'd',
'p',
'O',
'p',
'Kernel Density Estimates and Histograms',
'JANERT',
'6'
],
[
'Algorithm::PageRank::XS',
'b',
'd',
'c',
'O',
'p',
'Calculate PageRank in Perl for many nodes',
'AXIAK',
'23'
],
[
'CSS::Packer',
'b',
'd',
'p',
'f',
'p',
'Another CSS minifier',
'NEVESENIN',
'15'
],
[
'Math::StochasticProcess',
'R',
'd',
'p',
'O',
'p',
'Calculation of probabilities/expected values',
'SILASMONK',
'6'
],
[
'Rose::DBx::Object::Cached::FastMmap',
'b',
'd',
'p',
'O',
'p',
'Cache Rose::DB::Object with Cache::FastMmap',
'KMCGRATH',
'7'
],
[
'Encode::Detect::CJK',
'R',
'd',
'p',
'f',
'p',
'detect charset of EastAsia string',
'FOOLFISH',
'13'
],
[
'Omega::DP41::Data::Current',
'a',
'd',
'p',
'f',
'g',
'Returns the current reading from a DP41',
'KERR',
'4'
],
[
'Language::MinCaml',
'b',
'd',
'p',
'h',
'p',
'Perl implementation of MinCaml interpreter',
'NEJIGANE',
'9'
],
[
'Parse::ErrorString::Perl',
'a',
'd',
'p',
'h',
'p',
'Parse error messages from the perl interprer',
'PSHANGOV',
'11'
],
[
'Syntax::Highlight::Perl6',
'a',
'd',
'p',
'O',
'2',
'Perl 6 Syntax Highlighter',
'AZAWAWI',
'11'
],
[
'Time::Simple::Range',
'R',
'd',
'p',
'O',
'g',
'A range of Time::Simple objects',
'ZUMMO',
'6'
],
[
'Time::Vector',
'R',
'd',
'p',
'O',
'g',
'A bit for every minute of a day',
'ZUMMO',
'6'
],
[
'File::Stat::Trigger',
'b',
'd',
'p',
'O',
'p',
'Execute function.When the file state matched',
'AKIHITO',
'10'
],
[
'File::OPC',
'i',
'd',
'p',
'O',
'p',
'Manipulate Open Packaging Conventions files.',
'DOUGDUDE',
'21'
],
[
'Date::Simple::Range',
'R',
'd',
'p',
'O',
'g',
'A range of Date::Simple objects',
'ZUMMO',
'6'
],
[
'Net::DirectConnect',
'b',
'd',
'p',
'O',
'g',
'Direct Connect module',
'PRO',
'5'
],
[
'Business::WebMoney',
'a',
'd',
'p',
'O',
'o',
'Perl API to the WebMoney system',
'AML',
'23'
],
[
'Statistics::Descriptive::Weighted',
'R',
'd',
'p',
'O',
'p',
'Weighted summary statistics including ECDF',
'DHARD',
'6'
],
[
'Tk::XMLTree',
'a',
'd',
'p',
'O',
'p',
'Tk widget for interacting with XML trees.',
'SANTOS',
'8'
],
[
'Proliphix',
'a',
'd',
'p',
'O',
'p',
'Query and control Proliphix IP thermostats',
'NEBULOUS',
'5'
],
[
'Simo',
'R',
'a',
'p',
'O',
'p',
'Minimal Object System [DISCOURAGED]',
'KIMOTO',
'2'
],
[
'Net::ASN',
'R',
'd',
'p',
'h',
'p',
'Perl extension for manipulating ASNs',
'DFREEDMAN',
'6'
],
[
'Git::Github::Creator',
'R',
'd',
'p',
'O',
'2',
'Create Github repositories programmatically',
'BDFOY',
'5'
],
[
'WWW::PivotalTracker',
'b',
'm',
'p',
'f',
'p',
'Functional interface for Pivotal Tracker',
'JHELWIG',
'15'
],
[
'Tk::Tree::XML',
'a',
'd',
'p',
'O',
'p',
'XML tree widget',
'SANTOS',
'8'
],
[
'App::PPBuild',
'R',
'd',
'p',
'h',
'g',
'Replacement for make on large perl projects.',
'EXODIST',
'3'
],
[
'Mac::Finder::DSStore',
'b',
'd',
'p',
'h',
'p',
'Read and write Mac Finder .DS_Store files',
'WIML',
'4'
],
[
'Lemonldap::NG::Common',
'R',
'm',
'p',
'O',
'p',
'Common files for Lemonldap::NG Web-SSO',
'GUIMARD',
'15'
],
[
'Net::INET6Glue',
'a',
'd',
'p',
'h',
'p',
'Help Net::* (SMTP,..), LWP... deal with IPv6',
'SULLR',
'5'
],
[
'Xcruciate',
'b',
'd',
'p',
'f',
'b',
'Libraries for Xcruciate',
'MELONMAN',
'16'
],
[
'Dotiac::DTL',
'b',
'm',
'p',
'h',
'o',
'Run and compile Djnago templates in perl',
'MALUKU',
'15'
],
[
'Tk::Tree::JSON',
'a',
'd',
'p',
'O',
'p',
'JSON tree widget',
'SANTOS',
'8'
],
[
'BibTex::Parser',
'b',
'd',
'p',
'O',
'g',
'A pure perl BibTeX parser',
'GERHARD',
'11'
],
[
'Regexp::Common::debian',
'R',
'd',
'p',
'r',
'l',
'regexps for Debian specific strings',
'WHYNOT',
'11'
],
[
'Net::SSLGlue',
'a',
'd',
'p',
'h',
'p',
'make *proper* SSL common place',
'SULLR',
'5'
],
[
'Darcs::Inventory',
'R',
'd',
'p',
'O',
'p',
'Read an parse darcs inventory files',
'DAVID',
'3'
],
[
'Tree::AVL',
'R',
'd',
'p',
'O',
'p',
'AVL tree for efficient storage and retrieval',
'MBEEBE',
'6'
],
[
'Heap::MinMax',
'R',
'd',
'p',
'O',
'p',
'Min-Max (Dual-partial-ordered) Heap',
'MBEEBE',
'6'
],
[
'WWW::TinySong',
'R',
'd',
'p',
'f',
'p',
'Get free music links from tinysong.com',
'MIOREL',
'15'
],
[
'WWW::PDB',
'b',
'n',
'p',
'O',
'p',
'Perl interface to the Protein Data Bank',
'MIOREL',
'15'
],
[
'Set::Relation',
'a',
'm',
'p',
'O',
'l',
'Relation data type for Perl',
'DUNCAND',
'6'
],
[
'WWW::RottenTomatoes',
'b',
'd',
'p',
'O',
'p',
'Module to interface with rottentomatoes.com',
'BUU',
'15'
],
[
'Darcs::Notify',
'R',
'd',
'p',
'f',
'p',
'Send email about new patches to a darcs repo',
'DAVID',
'3'
],
[
'Finance::OFX::Parse::Simple',
'b',
'd',
'p',
'O',
'p',
'Simple parsing of OFX transactions files',
'JJONES',
'6'
],
[
'Tkx::ROText',
'R',
'd',
'p',
'O',
'p',
'Read-only text widget for Tkx',
'MJCARMAN',
'8'
],
[
'Bio::SSA',
'c',
'd',
'p',
'O',
'p',
'Small Sequence Analysis (SSA) - DNA, RNA, AA',
'MBRANDON',
'23'
],
[
'CGI::Application::Plugin::I18N',
'b',
'd',
'p',
'O',
'p',
'Internationalization for CGIApp (I18N, l10N)',
'COSMICNET',
'15'
],
[
'Test::SFTP',
'M',
'd',
'p',
'O',
'p',
'Testing framework for Net::SFTP',
'XSAWYERX',
'3'
],
[
'Cluster::Similarity',
'b',
'd',
'p',
'O',
'p',
'Compute similarity of word clusterings',
'INGRIF',
'11'
],
[
'Fuse::Class',
'b',
'd',
'p',
'O',
'p',
'Thin OO style wrapper for Fuse',
'TOSHIFJW',
'23'
],
[
'Test::MockCommand',
'R',
'd',
'p',
'O',
'p',
'Provides mock results for external commands',
'KYZ',
'3'
],
[
'XML::Rules',
'R',
'd',
'p',
'O',
'p',
'specify what and how to keep/process in tags',
'JENDA',
'11'
],
[
'UMLS::Interface',
'R',
'd',
'p',
'n',
'g',
'Interface to Unified Medical Language System',
'BTMCINNES',
'11'
],
[
'Fuse::Filesys::Virtual',
'b',
'd',
'p',
'O',
'p',
'mount Filesys::Virtual module as filesystem',
'TOSHIFJW',
'23'
],
[
'HTML::FormHandler',
'R',
'd',
'p',
'O',
'p',
'an HTML form handler written in Moose',
'GSHANK',
'15'
],
[
'UMLS::Similarity',
'R',
'd',
'p',
'n',
'g',
'Calculates the similarity between UMLS CUIs',
'BTMCINNES',
'11'
],
[
'Parse::ISF',
'c',
'd',
'p',
'f',
'p',
'parse isf files from Tektronix oscillascope',
'RAZOR',
'11'
],
[
'Finance::Quote::Sberbank',
'a',
'd',
'p',
'O',
'g',
'Obtain quotes from Sberbank',
'KILORK',
'23'
],
[
'Games::Roguelike::Area',
'b',
'd',
'p',
'O',
'p',
'Roguelike Area Map',
'EARONESTY',
'23'
],
[
'Games::Roguelike::Console',
'b',
'd',
'p',
'O',
'p',
'Roguelike Console Library',
'EARONESTY',
'3'
],
[
'Games::Roguelike::World',
'b',
'd',
'h',
'O',
'p',
'Roguelike Utilities for Perl',
'EARONESTY',
'23'
],
[
'Sub::ReasonableParams',
'R',
'm',
'p',
'n',
'p',
'Simple subroutine signatures',
'JHELWIG',
'2'
],
[
'Alien::Tidy',
'c',
'd',
'p',
'f',
'p',
'installing and finding libtidy library',
'MBAAS',
'23'
],
[
'Config::IniRegEx',
'R',
'd',
'p',
'O',
'p',
'Ini workaround, regex search for parameters',
'SASIKALA',
'12'
],
[
'Test::CallFlow',
'a',
'd',
'p',
'h',
'p',
'Record, plan and test what calls code makes',
'KORPIQ',
'3'
],
[
'WWW::Shorten::Bitly',
'R',
'm',
'p',
'h',
'p',
'Shorten URLs using http://bit.ly',
'PJAIN',
'15'
],
[
'SMS::Send::UK::Kapow',
'b',
'd',
'p',
'O',
'p',
'An SMS::Send driver for kapow.co.uk',
'JJONES',
'15'
],
[
'Net::Domain::Info',
'b',
'd',
'p',
'O',
'p',
'all domain info, plugin based',
'APLA',
'15'
],
[
'Finance::Bank::IE::PermanentTSB',
'c',
'd',
'p',
'f',
'p',
'interface to PermanentTSB homebanking (IE)',
'PALLOTRON',
'15'
],
[
'Data::ChipsChallenge',
'b',
'd',
'p',
'O',
'g',
'Access Chip\'s Challenge Data from Perl',
'KIRSLE',
'6'
],
[
'Parse::Tektronix::ISF',
'a',
'd',
'p',
'f',
'p',
'parse isf files from Tektronix oscillascope',
'RAZOR',
'11'
],
[
'IPDevice::Allnet::ALL4000',
'b',
'd',
'p',
'O',
'p',
'Interface ALL4000 ethernet sensormeter',
'RCL',
'5'
],
[
'Hessian',
'c',
'd',
'p',
'O',
'p',
'Hessian serialization/deserialization client',
'HEYTRAV',
'15'
],
[
'Crypt::FSHP',
'R',
'd',
'p',
'f',
'b',
'Fairly Secure Hashed Password',
'BDD',
'14'
],
[
'Data::Pareto',
'b',
'd',
'p',
'O',
'p',
'Computing Pareto set',
'PWES',
'6'
],
[
'String::Urandom',
'R',
'd',
'p',
'O',
'p',
'An alternative to using /dev/random',
'MBROOKS',
'11'
],
[
'Jaipo',
'a',
'd',
'p',
'O',
'g',
'CLI and GUI Client for Micro-Blogging Sites',
'BLUET',
'15'
],
[
'Twitter::CLI',
'c',
'd',
'p',
'h',
'p',
'Command line Twitter with plugins',
'SVIEBROCK',
'15'
],
[
'Simo::Constrain',
'R',
'a',
'p',
'f',
'p',
'Constrain functions for Simo[DISCOURAGED]',
'KIMOTO',
'2'
],
[
'Rose::DBx::RegistryConfig',
'b',
'd',
'p',
'O',
'p',
'auto-register Rose d