At 13:30 04.06.2002, m31 wrote:
>Well, I printed out my @INC to screen, and now I have directories that do 
>not exist in it from putting the wrong path in the server_root_relative 
>method, can any-one tell me how to remove this dir from @INC?  I treid a 
>few ways but to no sucess.

Restart your server? "use lib" doesn't make any permanent changes to @INC, 
these only persist across the httpd mod_perl run. If you restart (with the 
correct code this time), it should be set to the correct value.


-- 
Per Einar Ellefsen
[EMAIL PROTECTED]


Reply via email to