Hello,

The documentation for GetOpt::Long on CPAN includes a section on configuring 
the module.  Several properties of interest to be configured are auto_abbrev, 
bundling, and bundling_override.  Says the blurb on the bundling description, 
for example:

Enabling this option will allow single-character options to be bundled. To 
distinguish bundles from long option names, long options must be introduced 
with -- and bundles with -.

So GetOpt::Long supports single-char as well as word-like option, allows 
bundling of the single-char type like UNIX, etc.  I would give the 
documentation a thorough read and see what you can mangle from it.

Cheers,

Nathanae Kuipers


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to