in reply to Re^2: Getopt::Long to define or not to define?
in thread Getopt::Long to define or not to define?
One cool possibility that I thought of last night that is made possible by my style is this: If the script has some debug level parameter passed in (or built-in perhaps), the script would report to you informationally when you are setting a parameter to its default value. This might be helpful information to the user and it would not be possible if you set the default value before calling GetOptions.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Getopt::Long to define or not to define?
by shemp (Deacon) on Mar 07, 2005 at 23:27 UTC |