in reply to Re: perl modules
in thread perl modules
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:(
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: perl modules
by tobyink (Canon) on Sep 03, 2013 at 08:58 UTC | |
by anek77713 (Acolyte) on Sep 03, 2013 at 09:25 UTC | |
by Anonymous Monk on Sep 03, 2013 at 09:31 UTC | |
by anek77713 (Acolyte) on Sep 03, 2013 at 10:31 UTC | |
by Happy-the-monk (Canon) on Sep 03, 2013 at 10:55 UTC | |
| |
by Anonymous Monk on Sep 03, 2013 at 10:38 UTC | |
|