Maclir has asked for the wisdom of the Perl Monks concerning the following question:
from the shell, I get the following:#!/usr/local/bin/perl -w print "Content-type: text/html\n\n"; foreach $item(@INC){ print "$item <BR>\n"; }
When I run it under apache (1.3.12 + mod_perl 1.24), I get:# ./fred Content-type: text/html /usr/local/lib/perl5/5.00503/sun4-solaris <BR> /usr/local/lib/perl5/5.00503 <BR> /usr/local/lib/perl5/site_perl/5.005/sun4-solaris <BR> /usr/local/lib/perl5/site_perl/5.005 <BR> . <BR>
Any clues?/usr/local/lib/perl5/5.00503/sun4-solaris /usr/local/lib/perl5/5.00503 /usr/local/lib/perl5/site_perl/5.005/sun4-solaris /usr/local/lib/perl5/site_perl/5.005 . /usr/local/apache/ /usr/local/apache/lib/perl
Ken
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Additions to @INC
by merlyn (Sage) on Aug 11, 2000 at 03:33 UTC | |
by Maclir (Curate) on Aug 11, 2000 at 05:39 UTC | |
|
RE: Additions to @INC
by Yohimbe (Pilgrim) on Aug 11, 2000 at 07:43 UTC |