Is it possible to use both Getopt::Std and Getopt::Long? Because if I use Getopt::Std first it tries to interpret long arguments and if Getopt::Long if first it tries to interpret short options.
You should be able to use Getopt::Long to get single character names just like Getopt::Std does. I haven't tried it yet, but take a look at the Bundling section of the docs for Getopt::Long and see if that helps.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.