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'
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Module Path Problem
by bigup401 (Pilgrim) on Nov 18, 2014 at 17:22 UTC | |
by ww (Archbishop) on Nov 18, 2014 at 17:31 UTC |