Re: Unable to load perl file

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



At 09:51 -0600 9/7/10, Doug McNutt wrote:
>At 12:20 +0530 9/7/10, aparna aryan wrote:
>Hi Doug,
>
>We don't see PERL5LIB set in old installation.
>Is there any other way to check what paths are included in @INC in old server?


Rule one. Don't type stuff you haven't tested.

Try these to find contents of @INC and the actual environment passed to perl.
Don't lose the single quotes to keep the shell behaving.

perl -e 'foreach $f (@INC){print "$f\n";}'
perl -e 'foreach $k (keys %ENV){print "$k = $ENV{$k}\n";}'

-- 

--> From the U S of A, the only socialist country that refuses to admit it. <--

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux