http://www.perlmonks.org?node_id=996976

Ammu has asked for the wisdom of the Perl Monks concerning the following question:

Hi i am using Getopt to accept the debug parameters.But it sholud be within the range 1-4.Can anyone tell me how to include the ange in Getopt?

Getopt::Long::GetOptions( 'd=i' => \$_debug) or usage("Invalid commmand line options.");