http://qs321.pair.com?node_id=1064153


in reply to Re: What's the best way to handle the installation and or distribution of a Perl script?
in thread What's the best way to handle the installation and or distribution of a Perl script?

I would caution that there is always the possibility that a future release of your utility may require its own modules and so a standard release may be advisible but for simple releases dropping a script which requires a minimum Perl version in a directory on the standard path should suffice.
print "Good ",qw(night morning afternoon evening)[(localtime)[2]/6]," fellow monks."