in reply to Installation of modules in home directory

To include your own path, you can use one of the following:

1) change the environment variable,PERL5LIB
2)  use lib 'path/to/module_folder';
3) #!/path/to/perl -w -I/path/to/module_folder