http://qs321.pair.com?node_id=1107598


in reply to Module Path Problem

Modules are searched within subdirectories where you see "::" in their name. As a shot in the dark, i'm guessing that you want:

use lib '/webdir';

And if you look on disk you'll see the file: '/webdir/Auth/OATH.pm'