in reply to Surreptitiously adding modules to GoDaddy basic Linux account?

Hi,

you can use something like:

use lib "my_home_dir/lib"; # other uses of locally installed modules here

Then all you have to do is to install your Perl modules in the directory "my_home_dir/lib", and the Perl compiler will find them.

Have a look at http://perldoc.perl.org/lib.html.

  • Comment on Re: Surreptitiously adding modules to GoDaddy basic Linux account?
  • Download Code