for some reason, X11 has a different version of @INC than reported with apple's 
terminal. if i run

perl -e 'foreach (@INC) { print "$_\n";}' with apple_terminal, i get

/sw/lib/perl5/5.8.1/darwin-thread-multi-2level
/sw/lib/perl5/5.8.1
/sw/lib/perl5/darwin-thread-multi-2level
/sw/lib/perl5
/sw/lib/perl5/darwin
/System/Library/Perl/5.8.1/darwin-thread-multi-2level
/System/Library/Perl/5.8.1
/Library/Perl/5.8.1/darwin-thread-multi-2level
/Library/Perl/5.8.1
/Library/Perl
/Network/Library/Perl/5.8.1/darwin-thread-multi-2level
/Network/Library/Perl/5.8.1
/Network/Library/Perl
.

however, under xterm with the same command i get only the lines listed below 
/sw/lib/perl5/darwin
(in the above example). 
i understand that i can have 'use lib "/foo/bar"' but it would be nice to have 
consistency. Also,
printenv returns less values in X11 than in apple_terminal. any ideas why?

tia,

jesse

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to