in reply to Re^2: How can I have both short and long options with Getopt::Long?
in thread How can I have both short and long options with Getopt::Long?
Missed that. There's no way around it because Getopt::Long has no way of knowing "v" shouldn't be considered a full option name. Honestly, that shouldn't be an issue.