in reply to Re: Seeking Getopt recommendations - anyone used Getopt::Easy?
in thread Seeking Getopt recommendations - anyone used Getopt::Easy?
It's almost always better to let the program die if it received invalid input. You'll get the same error message (without the "ERROR: " prefix) on standard error.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Seeking Getopt recommendations - anyone used Getopt::Easy?
by ides (Deacon) on Jan 10, 2007 at 14:38 UTC |