in reply to
Re: Production level script template
in thread
Production level script template
Coming across this rather late, all I can say is that
my
script template would use
Pod::Usage
and
Getopt::Long
and do all the documentation in pod rather than comments.
Hope this is still of some use :)
Comment on
Re^2: Production level script template
In Section
Seekers of Perl Wisdom