in reply to Can't find module

Put the following in your .pl

use Cwd qw( realpath ); use File::Basename qw( dirname ); use lib dirname(realpath($0));

Cwd, File::Basename, lib