At least in recent Debian/Ubuntu based Linux distributions, you'll need to add the following code to get it working: use FindBin 1.51 qw( $RealBin ); use lib $RealBin;
At least in recent Debian/Ubuntu based Linux distributions, you'll need to add the following code to get it working:
use FindBin 1.51 qw( $RealBin );
use lib $RealBin;