Subject: | Documentation of Configure() return value |
In the Getopt::Long source I see that Configure() returns a listref of
the current options, which can then be passed back to Configure() to
restore the previous state:
my $old_config = Getopt::Long::Configure( my changes );
GetOptions( ... );
Getopt::Long::Configure( $old_config );
Can this become a documented part of the API?
Thanks for all your work on Getopt::Long,
Mike