Getopt::Euclid

Getopt::Euclid is Perl module executable uniform command-Line interface descriptions.
Download

Getopt::Euclid Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Damian Conway
  • Publisher web site:
  • http://search.cpan.org/~dconway/

Getopt::Euclid Tags


Getopt::Euclid Description

Getopt::Euclid is Perl module executable uniform command-Line interface descriptions. Getopt::Euclid is Perl module executable uniform command-Line interface descriptions.SYNOPSIS use Getopt::Euclid; if ($ARGV{-i}) { print "Interactive mode...n"; } for my $x (0..$ARGV{-size}{h}-1) { for my $y (0..$ARGV{-size}{w}-1) { do_something_with($x, $y); } } __END__ =head1 NAME yourprog - Your program here =head1 VERSION This documentation refers to yourprog version 1.9.4 =head1 USAGE yourprog -s=< h >x< w > -o < file > =head1 REQUIRED ARGUMENTS =over =item -s=< h >x< w > Specify size of simulation =for Euclid: h.type: int > 0 h.default: 24 w.type: int >= 10 w.default: 80 =item -o < file > Specify output file =for Euclid: file.type: writable file.default: '-' =back =head1 OPTIONS =over =item -i Specify interactive simulation =item -l] < l > Length of simulation =for Euclid: l.type: int > 0 l.default: 99 =item --version =item --usage =item --help =item --man Print the usual program information =back Remainder of documentation starts here... =head1 AUTHOR Damian Conway (DCONWAY@CPAN.org) =head1 BUGSThere are undoubtedly serious bugs lurking somewhere in this code. Bug reports and other feedback are most welcome. Requirements: · Perl · File::Spec::Functions · List::Util


Getopt::Euclid Related Software