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

Search results for "Text::Shellwords"

Text::Shellwords River stage one • 2 direct dependents • 3 total dependents

This used to be a wrapper around shellwords.pl, but has now been superseded by Text::ParseWords. Use that module insteade. If you use this module, it will simply report the shellwords() function from Text::ParseWords. The old description follows: Thi...

LDS/Text-Shellwords-1.08 - 11 Nov 2005 00:33:19 UTC - Search in distribution

Text::Shellwords::Cursor - Parse a string into tokens River stage zero No dependents

BRONSON/GDBUI-0.84 - 03 May 2006 16:17:55 UTC - Search in distribution
  • Term::GDBUI - A fully-featured shell-like command line environment

Text::Shellwords::Cursor - Parse a string into tokens River stage one • 6 direct dependents • 8 total dependents

BRONSON/Term-ShellUI-0.92 - 03 Feb 2012 18:14:11 UTC - Search in distribution
  • Term::ShellUI - A fully-featured shell-like command line environment

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

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

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

pod::INSTALL River stage zero No dependents

LDS/GBrowse-2.56 - 15 Jan 2017 21:29:11 UTC - Search in distribution

scandeps.pl - Scan file prerequisites River stage two • 9 direct dependents • 24 total dependents

scandeps.pl is a simple-minded utility that prints out the "PREREQ_PM" section needed by modules. If the option "-T" is specified and you have CPANPLUS installed, modules that are part of an earlier module's distribution with be denoted with "S"; mod...

RSCHUPP/Module-ScanDeps-1.35 - 05 Nov 2023 12:46:38 UTC - Search in distribution

Getopt::Tree - Get tree-like options (like the route command). River stage zero No dependents

JEAGLE/Getopt-Tree-1.12 - 07 Jun 2011 13:57:26 UTC - Search in distribution

CTK::CLI - Command line interface River stage one • 1 direct dependent • 1 total dependent

Command line interface. Prompt and select methods cli_prompt my $v = cli_prompt('Your name:', 'anonymous'); debug( "Your name: $v" ); Show prompt string for typing data cli_select my $v = cli_select('Your select:',[qw/foo bar baz/],'bar'); debug( "Yo...

ABALAMA/CTKlib-2.09 - 10 Sep 2022 10:53:50 UTC - Search in distribution

ARGV::ENV - Parse an environment variable and unshift into @ARGV River stage zero No dependents

This module searches the first non-empty environment variable with one of the names given at import time, parses it like the Unix shell (using Text::ParseWords::shellwords) and insert the result at the beginning of @ARGV. This module is helpful to im...

DOLMEN/ARGV-ENV-1.00 - 08 Nov 2011 22:34:38 UTC - Search in distribution

Alien::Base - Base classes for Alien:: modules River stage four • 248 direct dependents • 1388 total dependents

NOTE: Alien::Base::ModuleBuild is no longer bundled with Alien::Base and has been spun off into a separate distribution. Alien::Base::ModuleBuild will be a prerequisite for Alien::Base until October 1, 2017. If you are using Alien::Base::ModuleBuild ...

PLICEASE/Alien-Build-2.80 - 11 May 2023 22:32:47 UTC - Search in distribution

Term::CLI::Tutorial - tips, tricks, and examples for Term::CLI River stage zero No dependents

This manual shows how to use Term::CLI to build a working CLI application with command-line editing capabilities, command history, command completion, and more. For an introduction in the object class structure, see Term::CLI::Intro(3p). Note on Term...

SBAKKER/Term-CLI-0.059000 - 14 Jan 2024 22:19:02 UTC - Search in distribution

Term::CallEditor - solicit data from an external editor River stage one • 2 direct dependents • 2 total dependents

This module calls an external editor via the "solicit()" function, then returns any data from this editor as a file handle. The environment variables "VISUAL" and then "EDITOR" are consulted for a program name to run, otherwise falling back to vi(1)....

JMATES/Term-CallEditor-1.01 - 22 Aug 2020 18:12:51 UTC - Search in distribution

IPC::Run::Win32Helper - helper routines for IPC::Run on Win32 platforms. River stage four • 157 direct dependents • 1806 total dependents

IPC::Run needs to use sockets to redirect subprocess I/O so that the select() loop will work on Win32. This seems to only work on WinNT and Win2K at this time, not sure if it will ever work on Win95 or Win98. If you have experience in this area, plea...

TODDR/IPC-Run-20231003.0 - 03 Oct 2023 01:09:01 UTC - Search in distribution

Getopt::EX::Module - RC/Module data container River stage two • 9 direct dependents • 10 total dependents

This module is usually used from Getopt::EX::Loader, and keeps all data about loaded rc file or module. MODULE After user defined module was loaded, subroutine "initialize" is called if it exists in the module. At this time, container object is passe...

UTASHIRO/Getopt-EX-2.1.6 - 20 Dec 2023 12:45:15 UTC - Search in distribution

Date::ManipX::Almanac::Date - Methods for working with almanac dates River stage zero No dependents

This Perl module implements a version of Date::Manip::Date that can parse a selection of almanac events. These are implemented using the relevant Astro::Coord::ECI classes. This module is not an actual subclass of Date::Manip::Date, but holds a "Date...

WYANT/Date-ManipX-Almanac-0.003 - 30 Sep 2022 15:00:45 UTC - Search in distribution

lib/Package/Configure.pm River stage one • 1 direct dependent • 1 total dependent

Package::Configure - Access package configuration values from command-line options (Getopt::Long style), previously specified cached settings, or default values. This package is a kindred spirit to the GNU automake and autoconf tools. When a Package:...

ALLENDAY/Package-Tools-0.03 - 03 Dec 2004 07:46:40 UTC - Search in distribution
28 results (0.045 seconds)