http://qs1969.pair.com?node_id=213453

mikeirw has asked for the wisdom of the Perl Monks concerning the following question:

Let's say I have placed 'SomeModule.pm' in '/home/mikeirw/lib/SomeDir' and do:

use lib '/home/mikeirw/lib'; use SomeDir::SomeModule;

... perl does not find the module. If I just place the module directly in '/home/mikeirw/lib', the module is found. Am I missing something here? perldoc lib doesn't reveal any clues.