The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Argv"

Argv - Provide an OO interface to an arg vector River stage one • 3 direct dependents • 4 total dependents

An Argv object treats a command line as 3 separate entities: the *program*, the *options*, and the *args*. The *options* may be further subdivided into user-defined *option sets* by use of the "optset" method. When one of the *execution methods* is c...

DSB/Argv-1.28 - 13 May 2013 15:01:11 UTC

ARGV::Abs - Transform paths in @ARGV to absolute paths River stage zero No dependents

This module transform all elements of @ARGV into absolute pathnames. Relative paths are resolved by default relative to the current directory. To use another base directory, pass it as the argument for import....

DOLMEN/ARGV-Abs-1.01 - 13 Nov 2011 23:24:36 UTC

ARGV::URL - Wrap URLs from @ARGV for fetching and content consumption with <> River stage zero No dependents

This module adds some power to the diamond (<>) operator (see perlopentut): importing the module will transform URLs in @ARGV so that their content is fetched and fed to <> like what is done for filenames in the standard behavior....

DOLMEN/ARGV-URL-0.93 - 08 Nov 2011 23:48:47 UTC

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

ARGV::JSON - Parses @ARGV for accessing JSON via < < >> River stage zero No dependents

ARGV::JSON parses each input from @ARGV and enables to access the JSON data structures via "<>". Each "readline" call to "<>" (or "<ARGV>") returns a hashref or arrayref or something that the input serializes in the JSON format....

MOTEMEN/ARGV-JSON-0.01 - 18 Dec 2013 01:24:28 UTC

ARGV::Struct - Parse complex data structures passed in ARGV River stage one • 1 direct dependent • 1 total dependent

Have you ever felt that you need something different than Getopt? Are you tired of shoehorning Getopt style arguments into your commandline scripts? Are you trying to express complex datastructures via command line? then ARGV::Struct is for you! It's...

JLMARTIN/ARGV-Struct-0.06 - 29 Nov 2018 12:04:17 UTC

Encode::Argv - Automatically Mess With @ARGV's Encoding River stage zero No dependents

I saw <http://search.cpan.org/dist/Sjis|Sjis.pm> and <http://www.aritia.org/hizumi/perl/perlwin.html|this>, and thought, "Well, I can't fix /all/ of their problems, but I can at least start". So here's a module that silently encodes/decodes your @ARG...

DMAKI/Encode-Argv-0.00002 - 15 Apr 2008 14:51:37 UTC

ARGV::OrDATA - Let the diamond operator read from DATA if there's no ARGV River stage zero No dependents

Tell your script it should use the DATA section if there's no input coming from STDIN and there are no arguments. You can also specify which package's DATA should be read instead of the caller's: use My::Module; use ARGV::OrDATA 'My::Module'; while (...

CHOROBA/ARGV-OrDATA-0.004 - 05 Jan 2019 03:22:57 UTC

Decode::ARGV - Decode the command-line arguments to characters River stage one • 1 direct dependent • 1 total dependent

This module provides simple in-place decoding of command-line arguments in the global array @ARGV. As with most input and output, command-line arguments are provided to the script in bytes, and must be decoded to characters before performing string o...

DBOOK/Encode-Simple-1.002 - 16 Dec 2021 00:53:14 UTC

ARGV::readonly - make <> open files regardless of leading/trailing whitespace and/or control characters such as |, >, amd <. River stage zero No dependents

the code is shorter than the documentation. Please look at it. EXPORT None by default....

DAVIDNICO/ARGV-readonly-0.01 - 30 Jul 2008 22:17:41 UTC

ClearCase::Argv - ClearCase-specific subclass of Argv River stage one • 2 direct dependents • 3 total dependents

*ClearCase::Argv* is a subclass of *Argv* for use with ClearCase. It exists to provide an abstraction layer over the *cleartool* command-line interface. A program written to this API can be told to send commands to ClearCase via the standard techniqu...

DSB/ClearCase-Argv-1.54 - 28 May 2013 14:06:53 UTC

App::optex::util::argv - optex argument utility modules River stage one • 4 direct dependents • 4 total dependents

This module is a collection of sample utility functions for command optex. Function can be called with option declaration. Parameters for the function are passed by name and value list: *name*=*value*. Value 1 is assigned for the name without value. ...

UTASHIRO/App-optex-v0.99.2 - 28 Apr 2024 08:35:17 UTC

lib/Tie/Handle/Argv.pm River stage zero No dependents

HAUKEX/File-Replace-Inplace-0.18 - 22 Jan 2023 13:14:14 UTC

Perinci::Sub::GetArgs::Argv - Get subroutine arguments from command line arguments (@ARGV) River stage three • 18 direct dependents • 602 total dependents

This module provides "get_args_from_argv()", which parses command line arguments (@ARGV) into subroutine arguments (%args). This module is used by Perinci::CmdLine. For explanation on how command-line options are processed, see Perinci::CmdLine's doc...

PERLANCAR/Perinci-Sub-GetArgs-Argv-0.850 - 24 Feb 2023 03:30:37 UTC

Verby::Config::Source::ARGV - Verby::Config::Data fields from the command line River stage one • 2 direct dependents • 2 total dependents

This module is useful for getting some global keys set or perhaps overridden on the command line....

NUFFIN/Verby-0.05 - 31 Mar 2008 11:37:32 UTC

Perinci::Sub::ConvertArgs::Argv - Convert hash arguments to command-line options (and arguments) River stage three • 3 direct dependents • 525 total dependents

PERLANCAR/Perinci-Sub-ConvertArgs-Argv-0.110 - 15 Apr 2019 08:13:16 UTC
16 results (0.047 seconds)