boat73 has asked for the wisdom of the Perl Monks concerning the following question:
use Getopt::Long qw(:config require_order); Getopt::Long::GetOptions( 'domain=s' => \$domain, 'help!' => \$help ); print "DOMAIN IS $domain\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to die if Getopt::Long::GetOptions returns "Unknown option"
by Fletch (Bishop) on Feb 03, 2004 at 16:54 UTC |