Help for this page
use Getopt::Long; ... if (! $result) { die "Invalid option specifications"; }
$ ./getopt.pl -t Option test requires an argument Invalid option specifications at ./getopt.pl line 9. $