At 09:51 -0600 9/7/10, Doug McNutt wrote:Rule one. Don't type stuff you haven't tested.
>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?
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