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