> 1. pick a location for your personally installed and created perl modules > such as /home/username/perl > 2. build a module tree such as > /home/username/perl/ > Greg/MyModule.pm > XML/RSS.pm > HTML/Template.pm > CGI/Session.pm > then in your code add a new path to @INC using the line: > use lib "/home/username/perl";