On Fri, Sep 23, 2011 at 01:36:33AM -0400, shawn wilson wrote:
> On Sep 23, 2011 1:00 AM, "Mike McClain" <mike.j...@cox.net> wrote:
> >
> > On my system @INC doesn't include /usr/share/perl/5.8.8/
> > even though there are nearly 1000 files there.
> > Can anybody tell me where @INC is set.
> >
> 
> Compile time IIRC. Where did that perl come from? Ie, if its from a package
> manager, which one and what's the package version? What linux distribution
> version are you on?

Debian etch, package: perl_5.8.8-7_i386 

> Either way, I suggest perlbree but you'll run ok either way.

I assume you meant perlbrew since a google of perlbree only 
returned perlbrew. 

> > mike@/deb40a:~/perl> perl -v
> > This is perl, v5.8.8 built for i486-linux-gnu-thread-multi
> >

Actually, as usual, the problem turned out to be 'operator malfunction'.
There is /usr/share/perl/5.8/ which is a link to /usr/share/perl/5.8.8/
but I didn't realize it and used File::Find without setting the 'follow'
flag in a routine to build a data base of perl routines and the file and
line where defined.

Thanks for the support,
Mike
-- 
Satisfied user of Linux since 1997.
O< ascii ribbon campaign - stop html mail - www.asciiribbon.org

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to