Use this statement to 'bundle' the given options:
use Getopt::Long;
Getopt::Long::Configure("bundling");
This enables options of say -d and -e into -de bundling!
9/12/2008
Perl Tip: Bundling options
Subscribe to:
Post Comments (Atom)
Here I will update with some of the articles and stuff that I am currently researching or interested in.
Use this statement to 'bundle' the given options:
use Getopt::Long;
Getopt::Long::Configure("bundling");
This enables options of say -d and -e into -de bundling!
No comments:
Post a Comment