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

Search results for "kwilliams"

CPAN - query, download and build perl modules from CPAN sites River stage three • 53 direct dependents • 522 total dependents

The CPAN module automates or at least simplifies the make and install of perl modules and extensions. It includes some primitive searching capabilities and knows how to use LWP, HTTP::Tiny, Net::FTP and certain external download clients to fetch dist...

ANDK/CPAN-2.36 - 14 May 2023 19:36:11 UTC - Search in distribution

Cwd - get pathname of current working directory River stage five • 7918 direct dependents • 32646 total dependents

This module provides functions for determining the pathname of the current working directory. It is recommended that getcwd (or another *cwd() function) be used in *all* code to ensure portability. By default, it exports the functions cwd(), getcwd()...

XSAWYERX/PathTools-3.75 - 29 Aug 2018 19:53:19 UTC - Search in distribution
  • File::Spec - portably perform operations on file names

Module::Build::API - API Reference for Module Authors River stage five • 4486 direct dependents • 17571 total dependents

I list here some of the most important methods in "Module::Build". Normally you won't need to deal with these methods unless you want to subclass "Module::Build". But since one of the reasons I created this module in the first place was so that subcl...

LEONT/Module-Build-0.4234 - 28 Apr 2023 08:59:31 UTC - Search in distribution

MongoDB - Official MongoDB Driver for Perl (EOL) River stage two • 48 direct dependents • 56 total dependents

This is the official Perl driver for MongoDB <http://www.mongodb.com>. MongoDB is an open-source document database that provides high performance, high availability, and easy scalability. A MongoDB server (or multi-server deployment) hosts a number o...

MONGODB/MongoDB-v2.2.2 - 13 Aug 2020 15:12:18 UTC - Search in distribution

CPAN::Meta - the distribution metadata for a CPAN dist River stage five • 430 direct dependents • 18921 total dependents

Software distributions released to the CPAN include a META.json or, for older distributions, META.yml, which describes the distribution, its contents, and the requirements for building and installing the distribution. The data structure stored in the...

DAGOLDEN/CPAN-Meta-2.150010 - 18 Aug 2016 16:11:08 UTC - Search in distribution

Parse::CSV - Highly flexible CSV parser for large files River stage one • 7 direct dependents • 8 total dependents

Surely the CPAN doesn't need yet another CSV parsing module. Text::CSV_XS is the standard parser for CSV files. It is fast as hell, but unfortunately it can be a bit verbose to use. A number of other modules have attempted to put usability wrappers a...

KWILLIAMS/Parse-CSV-2.07 - 16 Nov 2020 04:53:36 UTC - Search in distribution

CGI::FastTemplate - Perl extension for managing templates, and performing variable interpolation. River stage one • 1 direct dependent • 2 total dependents

What is a template? A template is a text file with variables in it. When a template is parsed, the variables are interpolated to text. (The text can be a few bytes or a few hundred kilobytes.) Here is a simple template with one variable ('$NAME'): He...

JMOORE/CGI-FastTemplate-1.09 - 28 Jun 1999 04:59:15 UTC - Search in distribution

Path::Class::Dir - Objects representing directories River stage four • 588 direct dependents • 1864 total dependents

The "Path::Class::Dir" class contains functionality for manipulating directory names in a cross-platform way....

KWILLIAMS/Path-Class-0.37 - 14 Aug 2016 02:37:55 UTC - Search in distribution

Apache::Filter - Alter the output of previous handlers River stage zero No dependents

In basic operation, each of the handlers Filter1, Filter2, and Filter3 will make a call to $r->filter_input(), which will return a filehandle. For Filter1, the filehandle points to the requested file. For Filter2, the filehandle contains whatever Fil...

KWILLIAMS/Apache-Filter-1.024 - 25 Sep 2005 03:04:17 UTC - Search in distribution

Crypt::SKey - Perl S/Key calculator River stage zero No dependents

This module contains a simple S/Key calculator (as described in RFC 1760) implemented in Perl. It exports the function "key" by default, and may optionally export the function "compute". "compute_md4", "compute_md5", "compute_sha1", "key_md4", "key_m...

KWILLIAMS/Crypt-SKey-0.10 - 08 Jan 2009 04:56:48 UTC - Search in distribution

Probe::Perl - Information about the currently running perl River stage three • 31 direct dependents • 276 total dependents

This module provides methods for obtaining information about the currently running perl interpreter. It originally began life as code in the "Module::Build" project, but has been externalized here for general use....

KWILLIAMS/Probe-Perl-0.03 - 08 Aug 2013 02:30:20 UTC - Search in distribution

Module::Metadata - Gather package and POD information from perl module files River stage five • 285 direct dependents • 21517 total dependents

This module provides a standard way to gather metadata about a .pm file through (mostly) static analysis and (some) code execution. When determining the version of a module, the $VERSION assignment is "eval"ed, as is traditional in the CPAN toolchain...

ETHER/Module-Metadata-1.000038 - 28 Apr 2023 11:27:07 UTC - Search in distribution

DBIx::Migration::Directories - Install/remove/upgrade/downgrade SQL schemas River stage one • 2 direct dependents • 2 total dependents

"DBIx::Migration::Directories" provides you with a framework for managing database schemas easily. You create a directory to hold your schema, then in that directory create sub-directories containing the SQL code to install, remove, upgrade, or downg...

CRAKRJACK/DBIx-Migration-Directories-0.12 - 26 Mar 2014 01:09:45 UTC - Search in distribution

Algorithm::SVMLight - Perl interface to SVMLight Machine-Learning Package River stage zero No dependents

This module implements a perl interface to Thorsten Joachims' SVMLight package: SVMLight is an implementation of Vapnik's Support Vector Machine [Vapnik, 1995] for the problem of pattern recognition, for the problem of regression, and for the problem...

KWILLIAMS/Algorithm-SVMLight-0.09 - 25 Nov 2008 16:07:31 UTC - Search in distribution

ExtUtils::CBuilder - Compile and link C code for Perl modules River stage five • 306 direct dependents • 20962 total dependents

This module can build the C portions of Perl modules by invoking the appropriate compilers and linkers in a cross-platform manner. It was motivated by the "Module::Build" project, but may be useful for other purposes as well. However, it is *not* int...

AMBS/ExtUtils-CBuilder-0.280236 - 13 Feb 2021 14:31:01 UTC - Search in distribution

Wolfram.pm River stage zero No dependents

Dr. Steven Wolfram describes in his book, A New Kind of Science, ISBN:1-57955-008-8 his path-breaking experiment where he comprehensively explored a mathematical function which can be described (by me see the reference for a detailed explanation) as ...

JMFREEMAN/Cellular-Automata-Wolfram-1.1 - 03 Dec 2002 06:52:55 UTC - Search in distribution

Math::BaseCalc - Convert numbers between various bases River stage one • 6 direct dependents • 9 total dependents

This module facilitates the conversion of numbers between various number bases. You may define your own digit sets, or use any of several predefined digit sets. The to_base() and from_base() methods convert between Perl numbers and strings which repr...

KWILLIAMS/Math-BaseCalc-1.019 - 08 Jun 2017 05:28:22 UTC - Search in distribution

Lingua::BrillTagger - Natural-language tokenizing and part-of-speech tagging River stage zero No dependents

Part-of-speech tagging is the act of assigning a part-of-speech label (noun, verb, etc.) to each token of a natural-language sentence. There are many different ways to do this, resulting in lots of different styles of output and using various amounts...

KWILLIAMS/Lingua-BrillTagger-0.02 - 31 Mar 2005 22:33:05 UTC - Search in distribution

ExtUtils::InstallPaths - Build.PL install path logic made easy River stage five • 6 direct dependents • 11159 total dependents

This module tries to make install path resolution as easy as possible. When you want to install a module, it needs to figure out where to install things. The nutshell version of how this works is that default installation locations are determined fro...

LEONT/ExtUtils-InstallPaths-0.013 - 25 Apr 2024 10:28:55 UTC - Search in distribution

Crypt::PW44 - Perl password generator - generate 44-bit passwords using OPIE dictionary from RFC 1760. River stage zero No dependents

This module contains a simple password generator, based on the S/Key calculator (as described in RFC 1760) implemented in Perl. It exports the function "generate_password". This was inspired by the XKCD web comic "Password Strength", permalink http:/...

BRIAND/Crypt-PW44-0.14 - 17 Aug 2017 03:43:41 UTC - Search in distribution
31 results (0.065 seconds)