in reply to Re: Basic - Perl5lib
in thread Basic - Perl5lib
oracle installs (and embedded) perl and it's own set of modules, and sets perl5lib. so not a good idea to modify perl5lib on oracle systems unless you really know what you're doing.BEGIN { $my_module_dir = '~/myperl_modules/`; push(@INC, ('.',"$my_module_dir")); } use mymodule; ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Basic - Perl5lib
by dsheroh (Monsignor) on Oct 28, 2010 at 08:06 UTC | |
|
Re^3: Basic - Perl5lib
by Anonymous Monk on Oct 28, 2010 at 12:04 UTC |