To use Getopt::Long from a Perl program, you must include the following line in your Perl ... use Getopt::Long; use Pod::Usage; my $man = 0; my $help = 0; ...
確定! 回上一頁