Getopt::Tabular
version 0.2
19 June, 1997
Copyright (c) 1995-97 Greg Ward. All rights reserved. This is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Getopt::Tabular is a Perl 5 module for table-driven argument parsing, vaguely inspired by John Ousterhout's Tk_ParseArgv. See Tabular.pod for details. It is available from
ftp://ftp.bic.mni.mcgill.ca/users/greg
and should be available through CPAN at
http://www.perl.com/CPAN/authors/id/GWARD
Some nice features of Getopt::Tabular are:
To test and install Getopt::Tabular:
perl ./Makefile.PL
make test
make install
That's it! The test suite isn't very complete yet, but it's a start. The documentation is quite extensive; only a few minor features aren't covered. Also, there is a demo program that shows off several of the module's features.
Email problems, questions, bug reports, etc. to greg@bic.mni.mcgill.ca.