in reply to
using "Getopt::Long" how to check parameter mandatory
You can use,
die unless @ARGV;
Comment on
Re: using "Getopt::Long" how to check parameter mandatory
Download
Code
In Section
Seekers of Perl Wisdom