Gregory, The configure script is used before building PERL from source, not to change anything after it is built. The @INC is compiled into PERL. You can override it in individual scripts, but the only way to add to it is to rebuild PERL from source. Let me know if there is anything else you need.
Joe Bryant Rite Aid Corp. "Gregory R Hochhalter" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Howdy, > > We are running perl 5.004_3 on our z/OS 1.4 systems. It is installed in > /usr/local/lib/gnu/perl, however, the @INC array doesn't include > /usr/local/lib/gnu/perl which causes runtime errors locating lib.pm. I'd > like to update the @INC variable to include my directory and the way to do > this seems to be running configure -Dotherlibdirs. However, I can't find > the configure script anywhere. I can find config.pm, the output of the > script, but the script itself isn't there. > > Just for kicks, I downloaded and un-paxed the 5.6.1 release of perl from > the IBM link. Still no configure script, even though their documentation > tells me to run this script. > > First of all, is this the correct approach to updating @INC? Is there an > easier way? > > Secondly, where might I find the configure script? > > Thanks, > > Greg > >
