use Getopt::Long; $result = GetOptions( option-descriptions ); ... GetOptions() adheres to the POSIX syntax for command-line options, with GNU extensions.
確定! 回上一頁