Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: perl lost its modules!

by seandarcy (Initiate)
on Apr 01, 2014 at 23:14 UTC ( [id://1080652]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ls -l /usr/share | grep perl5
    drwxr-xr-x.   49 root root       4096 Mar 31 18:40 perl5
    
  2. or download this
     $ cat perl-test.pl 
    #!/usr/bin/perl
    use lib '/usr/share/perl5';
    ...
    $ ./perl-test.pl 
    Can't locate lib.pm:   Permission denied at ./perl-test.pl line 2.
    BEGIN failed--compilation aborted at ./perl-test.pl line 2.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (4)
As of 2024-04-24 20:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found