in reply to Re: Re: Problem with GetOpts::Long
in thread Problem with GetOpts::Long

Right. Bug. The part (above) that says
"config" => \$config,
should actually be
"config!" => \$config,
to indicate that the --config option is to be a boolean flag type of value.

jdporter
The 6th Rule of Perl Club is -- There is no Rule #6.