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

Perl will be expecting the file to be called /home/DEV/user/mrm/lib/MRM/Utils.pm (and on most non-Windows filesystems, this is case-sensitive).

If you're sure a file of that name exists, check its permissions, and the permissions of its parent and ancestor directories.

use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name

Replies are listed 'Best First'.
Re^4: perl modules
by anek77713 (Acolyte) on Sep 03, 2013 at 09:25 UTC
    permissions are ok, still no luck ...
      Permissions on what are ok? Type  ls -loanh full/path/to/your/pm.pm and post the output for us to examine
        -rwxrwxr-x 1 10737 89K сент.  3 10:07 /home/DEV/user/mrm/lib/MRM/Utils.pm