Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: perl lost its modules!

by 1nickt (Canon)
on Sep 07, 2015 at 18:50 UTC ( [id://1141276]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl5217 -I/root -Mstrict -e 1
        Can't locate strict.pm:   /root/strict.pm: Permission denied.
        BEGIN failed--compilation aborted.
    
  2. or download this
    [14:14][nick:~]$ sudo ls -la /var/noperms
    total 0
    ...
    [14:14][nick:~]$ perl -I/var/noperms/ -Mstrict -e 1
    Can't locate strict.pm:   /var/noperms/strict.pm: Permission denied.
    BEGIN failed--compilation aborted.
    
  3. or download this
    [14:17][nick:~]$ sudo ls -la /var/noperms
    total 0
    ...
    [14:17][nick:~]$ perl -I/var/noperms/ -Mstrict -e 1
    strict.pm did not return a true value.
    BEGIN failed--compilation aborted.
    
  4. or download this
    [14:19][nick:~]$ sudo ls -la /var/noperms
    total 0
    ...
    [14:19][nick:~]$ perl -I/var/noperms/ -Mstrict -e 1
    Can't locate strict.pm:   /var/noperms/strict.pm: Permission denied.
    BEGIN failed--compilation aborted.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1141276]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-04-25 07:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found