On Mon, Nov 19, 2001 at 07:22:09PM -0500, [EMAIL PROTECTED] wrote:
> I think that the stdio to tty comm channel requires it at image
> rundown.  

Image rundown.  Wuzzat?


> Note the similar behavior of a C program:
> 
> $ type try.c
> #include <stdio.h>
> int main() {
>         printf("foo");
>         return(0);
> }
> $ cc try
> $ link try
> $ run try
> foo
> $
> 
> Note too that perl behaves in the non-Unix way on Windows also
> (win2k running perl 5.6.1 here):
> 
> C:\>perl -e "print 'foo'"
> foo
> C:\>

So it's doing the 'right' thing?  Crappola.  This means we cant use

    perl -e "print 'foo'"

to emulate

    echo -n 'foo'

inside runperl().

*ponder*


-- 

Michael G. Schwern   <[EMAIL PROTECTED]>    http://www.pobox.com/~schwern/
Perl Quality Assurance      <[EMAIL PROTECTED]>         Kwalitee Is Job One
HA HA HA  You're all so ridiculous!  But thanks for the money!

Reply via email to