Приглашаем посетить
Пушкин (pushkin-lit.ru)

Section B.27.  Command-Line Options in Your Programs

Previous
Table of Contents
Next

B.27. Command-Line Options in Your Programs

If you'd like to make programs that take command-line options (like Perl's -w for warnings, for example), there are modules that let you do this in a standard way. See the documentation for the Getopt::Long and Getopt::Std modules.

    Previous
    Table of Contents
    Next