in reply to Re^4: Help with Apache::RegistryLoader
in thread Help with Apache::RegistryLoader

eh, use lib is to tell perl where to look for modules:
#when using use lib ("/home/user/usermods/") #and your script is in /usr/local/somewhere/script.pl. #calling use MyOwnModule; #it's searching in /home/user/usermods/ as well.
"We all agree on the necessity of compromise. We just can't agree on when it's necessary to compromise." - Larry Wall.