start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.86 Getopt::Long Chapter 8
Standard Modules
Next: 8.88 I18N::Collate
 

8.87 Getopt::Std

Processes single-character command-line options with option clustering. Exports two functions, which analyze @ARGV , extract information about the options, and return this information to your program in a set of variables. Processing of @ARGV stops when an argument without a leading - is encountered, if that argument is not associated with a preceding option. Otherwise, @ARGV is processed to the end and left empty.


Previous: 8.86 Getopt::Long Perl in a Nutshell Next: 8.88 I18N::Collate
8.86 Getopt::Long Book Index 8.88 I18N::Collate

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.