Skip Menu |

This queue is for tickets about the Getopt-Long CPAN distribution.

Report information
The Basics
Id: 18058
Status: rejected
Priority: 0/
Queue: Getopt-Long

People
Owner: Nobody in particular
Requestors: morten.bjoernsvik [...] experian-scorex.no
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Is there any way to traverse the GetOptions Hash
Hi In most cases I have a vebose mode that wants to list the status of all otions. currently I have to manually create a list and traverse it. like a GetOptions->status() --verbose; --file=foo; --path=/my/path; Could you please add this to the wishlist Thanks
On Wed Mar 08 06:43:57 2006, guest wrote: Show quoted text
> GetOptions->status()
When would you like to call this? Before or after the GetOptions call? Also, if you collect the options in a hash, it is straighforward to print it out. But maybe I didn't quite understand your wish.