in reply to Re: Battling Getopt::Longin thread Battling Getopt::Long
GetOptions() will return a true value if the command line could be processed successfully. Otherwise, it will write error messages to STDERR, and return a false result.
Abigail