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-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to