http://qs1969.pair.com?node_id=521058


in reply to Setting the path when a module installs

since %ENV is a (special) hash, if you are going to put more custom libs or custom programs into a specific location, I would just set it for your script with something like:
$ENV{'PATH'} = q(/bin:/usr/bin:/usr/local/bin:/home/custom_stuff);