Hello Dennis,
Tuesday, June 26, 2001, Dennis Fox <[EMAIL PROTECTED]> wrote:
DF> My difficulty is that I don't understand how to modify @INC to
DF> include the non-standard locations, so that I don't have to have the user
DF> supply commandline arguments each time the script is needed.
example:
if ( $OS ne "NT" )
{
BEGIN { unshift(@INC,"/usr/local/etc"); }
require "config.backup.pl";
}
Best wishes,
Maxim mailto:[EMAIL PROTECTED]
- Finding @INC Dennis Fox
- Re: Finding @INC Michael Fowler
- Re: Finding @INC Maxim Berlin
- Re: Finding @INC Hasanuddin Tamir
- Re[2]: Finding @INC Maxim Berlin
- Re: Re[2]: Finding @INC Randal L. Schwartz
- Re[4]: Finding @INC Maxim Berlin
- Re[6]: Finding @INC Maxim Berlin
- Re: Finding @INC Michael Fowler
- Re: Re[6]: Finding @INC Randal L. Schwartz
- Re: Finding @INC Jos Boumans
- Re[2]: Finding @INC Maxim Berlin
- Re: Finding @INC Jos Boumans
