in reply to wrestling with use lib and @ISA

AidanLee wrote

>> I'm trying to figure out why they can't find each other...

use lib ('/big/dom/xclickautomation/Projects/Admin_Site/lib', # Home o +f Apps::WWW::Configurators and Apps::WWW::Base

Perl is looking for files

/big/dom/xclickautomation/Projects/Admin_Site/lib/Apps/WWW/Configurato +rs.pm /big/dom/xclickautomation/Projects/Admin_Site/lib/Apps/WWW/Base.pm
Is that exactly where the files are? And no spelling mistakes?

HTH
Rudif

Replies are listed 'Best First'.
Re: Re: wrestling with codeuse lib/code and code@ISA/code
by AidanLee (Chaplain) on Aug 24, 2001 at 03:21 UTC
    No spelling mistakes. As I said, it's finding Configurators.pm just fine, but not Base.pm