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.