in reply to Where to install my own perl modules?

I recommend use lib qw[path_to_file];
That way, you can have it in a local directory:
use lib '.'; use MyModule;
Or any where else you want it:
use lib '/home/dhoss/public_html/lib'; use MyModule;
All posts are spawns of an archaeic and instinctual remnant of pre-neanderthalian neural synapse that, while irrevocably human, remains an anomoly to the common laws of nature.