Getopt::Long

Getopt::Long is an extended processing of command line options.
Download

Getopt::Long Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Johan Vromans
  • Publisher web site:
  • http://search.cpan.org/~jv/mmds-1.902/MMDS/Properties.pm

Getopt::Long Tags


Getopt::Long Description

Getopt::Long is an extended processing of command line options. Getopt::Long is an extended processing of command line options.SYNOPSIS use Getopt::Long; my $data = "file.dat"; my $length = 24; my $verbose; $result = GetOptions ("length=i" => $length, # numeric "file=s" => $data, # string "verbose" => $verbose); # flagThe Getopt::Long module implements an extended getopt function called GetOptions(). This function adheres to the POSIX syntax for command line options, with GNU extensions.In general, this means that options have long names instead of single letters, and are introduced with a double dash "--". Support for bundling of command line options, as was the case with the more traditional single-letter approach, is provided but not enabled by default. Requirements: · Perl


Getopt::Long Related Software