On Mon, 7 Mar 2005, James W. Thompson, II wrote:
> Is there any method to more permanently modify the include path?
Take a look at the PERL5LIB environment variable.
If you have this defined in a login script on *nix systems, you can add
directories to your standard @INC path.
The same will p
Hi again
Am Dienstag, 8. März 2005 03.01 schrieb James W. Thompson, II:
> Is there any method to more permanently modify the include path? I
> didn't notice any environment variables, is it stored in the registry
> or does ActiveState's Perl distro pull in anysort of configuration
> file?
If no b
Hi
Am Dienstag, 8. März 2005 03.01 schrieb James W. Thompson, II:
> > If you use your own directory, you must put a line like the following in
> > your scripts to enable perl to find your modules:
> >
> > use lib 'path_to_your_module_dir_tree';
> >
>
> Is there any method to more per
Is there any method to more permanently modify the include path? I
didn't notice any environment variables, is it stored in the registry
or does ActiveState's Perl distro pull in anysort of configuration
file?
On Tue, 8 Mar 2005 00:42:11 +0100, John Doe
<[EMAIL PROTECTED]> wrote:
> Hello James
>
Hello James
Am Montag, 7. März 2005 22.32 schrieb James W. Thompson, II:
> How is the lib path set with ActiveState Perl?
Sidenote - To show the predefined paths, execute from command line:
perl -e 'print join "\n", @INC'
> Can I just drop my custom *.pm files into the /site/lib or /lib folder
How is the lib path set with ActiveState Perl? Can I just drop my
custom *.pm files into the /site/lib or /lib folders under the
ActiveState installation?
--
James W. Thompson, II (New Orleans, LA)
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<