Subject: | Caveat2 may have a simple fix, please check this. |
The discription says:
CAVEAT 2: Unfortunately, Getopt::Long slurps up the entire arguments
array at once.
I believe this can be avoided by using
use Getopt::Long qw(:config require_order);