in reply to Re: Design of a global-variable storage package
in thread Design of a global-variable storage package

You mostly have a point. Getopt::Long is simple enough for that scenario where everything pretty much lives inside a single function. This framework is targetted at more complex interaction where acceptable options come from multiple locations.

I can imagine that some functions may find this useful, but I am having a hard time imagining what functions those may be ;-)

  • Comment on Re^2: Design of a global-variable storage package