Dan Rench <[EMAIL PROTECTED]> wrote:
> According to pages 500-501 in the Eagle book, changes made to @INC from
> PerlRequire'd code don't stick.

That is strange, because it seems to work here.  I have 

        PerlRequire /www/perl/perlstart.pl

in my httpd.conf, and perlstart.pl starts with

        BEGIN { unshift @INC, "/www/perl" if $INC[0] ne '/www/perl' }

and nothing else could possibly be putting "/www/perl" in @INC (Apache's
root is /usr/local/apache).

I guess I've been using an undocumented behavior all long...

-- 
Roger Espel Llima, [EMAIL PROTECTED]
http://www.iagora.com/~espel/index.html

Reply via email to