The path to the library where the module is:
/home/DEV/user/mrm/libThe script:
--------------------------------------------------#!/usr/bin/perl use Modern::Perl; use lib "/home/DEV/user/mrm/lib"; use MRM::Utils; print MRM::Utils::now() . "\n\n";
Can't locate MRM/Utils.pm in @INC (@INC contains: /home/DEV/user/mrm/lib...BEGIN failed--compilation aborted at line 6
I'm desperate :(
If I use: use lib "/mrm/lib"; I get errors again:(
In reply to Re^2: perl modules
by anek77713
in thread perl modules
by anek77713
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |