Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I'm new to both Perl and linux so I'm struggling a little bit at the moment. I've used Perl ActiveState for windows a little bit and I know how to use the 'use' directive to include modules in Windows because I know where windows installs the Perl packages and if I install a package manually myself i can use the 'use lib' directive like so
However I don't know what to do in Umbuntu. Where does umbuntu put perl modules it installs? I presume they will be put in a path that is part of the Perl5Lib environment variable. Can i still install modules myself manually by simply copying the files to my machine and using the 'use lib' command to point to their location? If so, is there a place where perl modules should be located by conventionuse lib 'C:\Perl\site\lib\ensembl-api\ensembl-variation\modules';
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to use 'use' statement on Umbuntu
by zentara (Cardinal) on Oct 24, 2010 at 22:37 UTC | |
by Anonymous Monk on Oct 25, 2010 at 00:04 UTC | |
|
Re: How to use 'use' statement on Umbuntu
by aquarium (Curate) on Oct 25, 2010 at 00:59 UTC | |
|
Re: How to use 'use' statement on Ubuntu
by grantm (Parson) on Oct 26, 2010 at 23:16 UTC |