On Mon, 23 May 2005 13:23:57 -0400, "Bepristis, Brian" <[EMAIL PROTECTED]
rapids.mi.us> wrote:

> Sorry to post this here but I didn't see a perl support list I installed
> perl 5.8.6 on a FC3 system and it has taken over my system I want to
> uninstall it however when I do @INC still holds the values (/usr/local/...)
> and perl 5.8.5 is in (/usr/lib/perl5) how can I clear @INC. any help would
> be apprechiated 

There is (almost) no such thing as a support list.

Your best bets are

news: http://www.nntp.perl.org/group/
PerlMonks: http://www.perlmonks.org/
Learn.perl: http://learn.perl.org/

To see where you perl `looks', do

# perl -V

that is a CAPITAL V

At the end there is the include path:

Characteristics of this binary (from libperl):
  Compile-time options: USE_64_BIT_INT USE_LARGE_FILES
  Locally applied patches:
        defined-or
        MAINT23573
  Built under linux
  Compiled at Jan 12 2005 17:20:53
  %ENV:
    PERL5_CPANPLUS_CONFIG="/home/merijn/.cpanplus/config"
  @INC:
    /pro/lib/perl5/5.8.6/i686-linux-64int
    /pro/lib/perl5/5.8.6
    /pro/lib/perl5/site_perl/5.8.6/i686-linux-64int
    /pro/lib/perl5/site_perl/5.8.6
    /pro/lib/perl5/site_perl
    .

-- 
H.Merijn Brand        Amsterdam Perl Mongers (http://amsterdam.pm.org/)
using Perl 5.6.2, 5.8.0, 5.8.5, & 5.9.2  on HP-UX 10.20, 11.00 & 11.11,
 AIX 4.3 & 5.2, SuSE 9.2 & 9.3, and Cygwin. http://www.cmve.net/~merijn
Smoking perl: http://www.test-smoke.org,    perl QA: http://qa.perl.org
 reports  to: [EMAIL PROTECTED],                perl-qa@perl.org
  • Help... Bepristis, Brian
    • H.Merijn Brand

Reply via email to