in reply to GetOptions non-option callback
According to Getopt::Long, in order for this to work, you need to configure it for "permute". Something like:
Have you done this?Getopt::Long::Configure("permute");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: GetOptions non-option callback
by anadem (Scribe) on Feb 24, 2005 at 20:31 UTC |