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

Search results for "Text::ParseWords"

Text::ParseWords - parse text into an array of tokens or array of arrays River stage five • 127 direct dependents • 21577 total dependents

The "nested_quotewords()" and "quotewords()" functions accept a delimiter (which can be a regular expression) and a list of lines and then breaks those lines up into a list of words ignoring delimiters that appear inside quotes. "quotewords()" return...

NEILB/Text-ParseWords-3.31 - 12 Apr 2022 16:24:26 UTC - Search in distribution

noid - nice opaque identifier generator commands River stage zero No dependents

The noid utility creates minters (identifier generators) and accepts commands that operate them. Once created, a minter can be used to produce persistent, globally unique names for documents, databases, images, vocabulary terms, etc. Properly managed...

JAK/Noid-0.424 - 21 Apr 2006 15:45:30 UTC - Search in distribution

pp - PAR Packager River stage one • 5 direct dependents • 6 total dependents

pp creates standalone executables from Perl programs, using the compressed packager provided by PAR, and dependency detection heuristics offered by Module::ScanDeps. Source files are compressed verbatim without compilation. You may think of pp as "pe...

RSCHUPP/PAR-Packer-1.063 - 15 Mar 2024 12:57:23 UTC - Search in distribution

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

greple - extensible grep with lexical expression and region control River stage two • 12 direct dependents • 14 total dependents

MULTIPLE KEYWORDS AND greple can take multiple search patterns with the "-e" option, but unlike the egrep(1) command, it will search them in AND context. For example, the next command print lines those containing all of "foo" and "bar" and "baz". gre...

UTASHIRO/App-Greple-9.12 - 26 Mar 2024 15:46:25 UTC - Search in distribution

sudokug - Script to solve sudoku-like puzzles. River stage zero No dependents

WYANT/Games-Sudoku-General-0.027 - 05 Apr 2022 13:04:02 UTC - Search in distribution

gofer - execute multiple ssh sessions in parallel River stage zero No dependents

This script will log in and execute commands on remote ssh servers. It is WORK IN PROGRESS! Expect rough edges. In simple terms, the format of the host connections on STDIN should be one or more terms like this: ='<connection>' 'login'='<name>' 'pass...

WULEE/Net-SSH-Mechanize-0.1.3 - 09 Jun 2012 00:27:03 UTC - Search in distribution

pbtool - Manipulate Mac OS X pasteboards/clipboards. River stage one • 1 direct dependent • 1 total dependent

WYANT/Mac-Pasteboard-0.104 - 19 Dec 2023 13:35:34 UTC - Search in distribution

perl5200delta - what is new for perl v5.20.0 River stage five • 11292 direct dependents • 32664 total dependents

This document describes differences between the 5.18.0 release and the 5.20.0 release. If you are upgrading from an earlier release such as 5.16.0, first read perl5180delta, which describes differences between 5.16.0 and 5.18.0....

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

DBD::mSQL River stage zero No dependents

DBD::mysql and DBD::mSQL are the Perl5 Database Interface drivers for the mysql, mSQL 1.*x* and mSQL 2.*x* databases. The drivers are part of the *Msql-Mysql-modules* package. In other words: DBD::mSQL and DBD::mysql are an interface between the Perl...

JWIED/Msql-Mysql-modules-1.2219 - 31 Oct 2001 04:02:53 UTC - Search in distribution

App::Fetchware - App::Fetchware is Fetchware's API used to make extensions. River stage zero No dependents

App::Fetchware represents fetchware's API. For ducumentation on how to use App::Fetchware's fetchware command line interface see fetchware. It is the heart and soul of fetchware where all of fetchware's main behaviors are kept. It is fetchware's API,...

DLY/App-Fetchware-1.016 - 07 Oct 2016 04:23:59 UTC - Search in distribution

PAR::FAQ - Frequently Asked Questions about PAR River stage two • 7 direct dependents • 14 total dependents

Where is the Windows binary version? You can find windows binaries here: <http://www.cpan.org/authors/id/S/SM/SMUELLER/> There are three ways to install them. Sorted in order of preference: cpan Run the *cpan* command line tool that comes with Perl. ...

RSCHUPP/PAR-1.020 - 04 Mar 2024 10:49:29 UTC - Search in distribution

pmexp - show a module's exports River stage one • 1 direct dependent • 1 total dependent

Given a module name, this program identifies which symbols are automatically exported (in that package's @EXPORT), those which are optionally exported (in that package's @EXPORT_OK), and also lists out the import groups (in that package's %EXPORT_TAG...

MLFISHER/pmtools-2.2.0 - 15 Mar 2018 15:25:35 UTC - Search in distribution
  • pmvers - print out a module's version

simbadc - Access the SIMBAD 4 astronomical database. River stage zero No dependents

WYANT/Astro-SIMBAD-Client-0.047 - 07 Jan 2023 14:59:09 UTC - Search in distribution

DBD::drizzle - MySQL driver for the Perl5 Database Interface (DBI) River stage zero No dependents

DBD::drizzle is the Perl5 Database Interface driver for the MySQL database. In other words: DBD::drizzle is an interface between the Perl programming language and the MySQL programming API that comes with the MySQL relational database management syst...

CAPTTOFU/DBD-drizzle-0.304 - 03 Nov 2011 02:22:46 UTC - Search in distribution

perlfaq4 - Data Manipulation River stage zero No dependents

This section of the FAQ answers questions related to manipulating numbers, dates, strings, arrays, hashes, and miscellaneous data issues....

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

Getopt::Long - Extended processing of command line options River stage five • 1202 direct dependents • 19447 total dependents

The Getopt::Long module implements an extended getopt function called GetOptions(). It parses the command line from @ARGV, recognizing and removing specified options and their possible values. This function adheres to the POSIX syntax for command lin...

JV/Getopt-Long-2.57 - 11 Nov 2023 16:51:42 UTC - Search in distribution

Perl::Critic - Critique Perl source code for best-practices. River stage three • 133 direct dependents • 408 total dependents

Perl::Critic is an extensible framework for creating and applying coding standards to Perl source code. Essentially, it is a static source code analysis engine. Perl::Critic is distributed with a number of Perl::Critic::Policy modules that attempt to...

PETDANCE/Perl-Critic-1.152 - 17 Oct 2023 04:09:08 UTC - Search in distribution

Perl::ToPerl6 - Critique Perl source code for best-practices. River stage zero No dependents

Perl::ToPerl6 is an extensible framework for creating and applying coding standards to Perl source code. Essentially, it is a static source code analysis engine. Perl::ToPerl6 is distributed with a number of Perl::ToPerl6::Transformer modules that at...

JGOFF/Perl-ToPerl6-0.040 - 30 Aug 2015 18:57:46 UTC - Search in distribution

IT::perlfaq4 River stage zero No dependents

ENRYS/POD2-IT-0.13 - 26 Aug 2009 16:35:44 UTC - Search in distribution
70 results (0.086 seconds)