9/12/2008

Perl Tip: Bundling options

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: