in reply to Re: Battling Getopt::Long
in thread Battling Getopt::Long

2 paragraphs further is the relevant information:
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