in reply to DocTool.pl: additional Perl Documentation?
use Getopt::Long; GetOptions ( 'v|verbose' => \( my $VERBOSE = 0 ), ); if ($VERBOSE) { ... }
sub help { ... ... ... }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: DocTool.pl: additional Perl Documentation?
by Anonymous Monk on Jan 08, 2004 at 11:58 UTC |