in reply to Re^5: perl modules
in thread perl modules

-rwxrwxr-x 1 10737 89K сент.  3 10:07 /home/DEV/user/mrm/lib/MRM/Utils.pm

Replies are listed 'Best First'.
Re^7: perl modules
by Happy-the-monk (Canon) on Sep 03, 2013 at 10:55 UTC

    Have you included the line

    package MRM::Utils;

    at the beginning of your perl code in /home/DEV/user/mrm/lib/MRM/Utils.pm?

    Cheers, Sören

    Créateur des bugs mobiles - let loose once, run everywhere.
    (hooked on the Perl Programming language)

Re^7: perl modules
by Anonymous Monk on Sep 03, 2013 at 10:38 UTC

    Ok, now try :)

    ls -loanh /home/DEV/user/mrm/lib/MRM/Utils.pm ls -loanh /home/DEV/user/mrm/lib/MRM ls -loanh /home/DEV/user/mrm/lib ls -loanh /home/DEV/user/mrm ls -loanh /home/DEV/user ls -loanh /home/DEV ls -loanh /home

      ls -loanh /home/DEV/user/www/mrm/lib/MRM/Utils.pm

      -rwxrwxr-x

      ls -loanh /home/DEV/user/www/mrm/lib/MRM

      drwxr-xr-x

      ls -loanh /home/DEV/user/www/mrm/lib

      drwxr-xr-x

      ls -loanh /home/DEV/user/www/mrm

      drwxrwxrwx

      ls -loanh /home/DEV/user/www

      drwxrwxrwx

      ls -loanh /home/DEV/user

      drwxr-x---

      ls -loanh /home/DEV

      drwxr-xr-x

      ls -loanh /home

      drwxr-xr-x

        Can you paste the output of perl -V