in reply to How to use 'use' statement on Umbuntu
All you need to do to use use is USE itelf.find `perl -e 'print "@INC"'` -name "*.pm"
You can specify any location you want, by putting this in your ubuntu .bashrc file# for example use CGI;
export PERL5LIB=$PERL5LIB:/home/myusername/perl5
Many of the local homedir installers, will put it in /home/usr/perl5, so making a directory /home/yourusername/perl5 would be a good choice, and add it in your .bashrc file.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to use 'use' statement on Umbuntu
by Anonymous Monk on Oct 25, 2010 at 00:04 UTC |