|
|
| Think about Loose Coupling | |
| PerlMonks |
Re^2: deriving usage from Getopts::Longby bluto (Curate) |
| on Jul 29, 2005 at 17:51 UTC ( #479489=note: print w/ replies, xml ) | Need Help?? |
|
I second using Getopt::Long with Pod::Usage when possible. It works well in practice, and I don't have to lug around extra README files or man pages. For scripts that I've written without Pod::Usage, I like putting my own usage() function at the top of the script. That way I can see it up front as a reference (and make it easier to remember I need to keep it up to date).
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||