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 "distribution:Getopt-LL getopt"

Getopt::LL - Flexible argument processing. River stage one • 3 direct dependents • 3 total dependents

Getopt::LL provides several ways for defining the arguments you want. There is Getopt::LL::Simple for defining arguments on the -use-line-, Getopt::LL::Short for abbreviated rules (that looks like Getopt::Long). RULES -Rules- is the guidelines Getopt...

ASKSH/Getopt-LL-1.0.0 - 04 Jan 2008 13:54:38 UTC

Getopt::LL::Short - Abbreviated Getopt::LL rules. River stage one • 3 direct dependents • 3 total dependents

This is a subclass of Getopt::LL that allows for abbreviated rules....

ASKSH/Getopt-LL-1.0.0 - 04 Jan 2008 13:54:38 UTC

lib/Getopt/LL.pm River stage one • 3 direct dependents • 3 total dependents

ASKSH/Getopt-LL-1.0.0 - 04 Jan 2008 13:54:38 UTC

Getopt::LL::Simple - Specify arguments on the use-line. River stage one • 3 direct dependents • 3 total dependents

Let's you specify program command-line arguments on the "use-line"....

ASKSH/Getopt-LL-1.0.0 - 04 Jan 2008 13:54:38 UTC

Getopt::LL::DLList - A doubly linked list. River stage one • 3 direct dependents • 3 total dependents

use Getopt:LL::DLList qw(getoptions); my @array = qw(The quick brown fox jumps over the lazy dog); # Create a doubly linked list out of the array. my $dllist = Getopt::LL::DLList->new(\@array); my $printer = DLList::Traverser::Print->new( ); # Run th...

ASKSH/Getopt-LL-1.0.0 - 04 Jan 2008 13:54:38 UTC

Getopt::LL::DLList::Node - Node in a doubly linked list. River stage one • 3 direct dependents • 3 total dependents

use Getopt:LL::DLList::Node; my $head_node = Getopt::LL::DLList::Node->new('top'); my $middle_node = Getopt::LL::DLList::Node->new('middle'); my $bottom_node = Getopt::LL::DLList::Node->new('bottom'); $head_node->set_next( $middle_node ); $middle_nod...

ASKSH/Getopt-LL-1.0.0 - 04 Jan 2008 13:54:38 UTC

Getopt::LL::SimpleExporter - Simple way of exporting subroutines. River stage one • 3 direct dependents • 3 total dependents

Simple way of exporting subroutines to the callers namespace. No need for @EXPORT_OK variables and so on, just specify which subroutines you want exported on the use line....

ASKSH/Getopt-LL-1.0.0 - 04 Jan 2008 13:54:38 UTC

lib/Getopt/LL/DLList.pm River stage one • 3 direct dependents • 3 total dependents

ASKSH/Getopt-LL-1.0.0 - 04 Jan 2008 13:54:38 UTC

lib/Getopt/LL/SimpleExporter.pm River stage one • 3 direct dependents • 3 total dependents

ASKSH/Getopt-LL-1.0.0 - 04 Jan 2008 13:54:38 UTC

lib/Getopt/LL/Simple.pm River stage one • 3 direct dependents • 3 total dependents

ASKSH/Getopt-LL-1.0.0 - 04 Jan 2008 13:54:38 UTC

lib/Getopt/LL/Short.pm River stage one • 3 direct dependents • 3 total dependents

ASKSH/Getopt-LL-1.0.0 - 04 Jan 2008 13:54:38 UTC

lib/Getopt/LL/DLList/Node.pm River stage one • 3 direct dependents • 3 total dependents

ASKSH/Getopt-LL-1.0.0 - 04 Jan 2008 13:54:38 UTC
12 results (0.028 seconds)