Re: Perl output dropped when invoking itself

2006-11-28 Thread Michael Adler
Yitzchak Scott-Thoennes wrote: On Tue, Nov 14, 2006 at 12:09:49PM -0500, Michael Adler wrote: I'm having Perl I/O problems on one machine that keep me from getting CPAN installations to work. On this machine if I execte: perl -e 'print `perl -e "require 5; print qq{VER_OK\n}"`;' from b

Re: Perl output dropped when invoking itself

2006-11-28 Thread Yitzchak Scott-Thoennes
On Tue, Nov 14, 2006 at 12:09:49PM -0500, Michael Adler wrote: > I'm having Perl I/O problems on one machine that keep me from getting > CPAN installations to work. On this machine if I execte: > >perl -e 'print `perl -e "require 5; print qq{VER_OK\n}"`;' > > from bash there is no output.

Perl output dropped when invoking itself

2006-11-14 Thread Michael Adler
I'm having Perl I/O problems on one machine that keep me from getting CPAN installations to work. On this machine if I execte: perl -e 'print `perl -e "require 5; print qq{VER_OK\n}"`;' from bash there is no output. On all my other machines it prints VER_OK. ExtUtils::MM_Unix does this t