On Fri, 15 Nov 2002, Jay Turner wrote:

> On Fri, Nov 15, 2002 at 06:54:06PM +0800, John wrote:
> > It is not a Perl problem:
> > summer@orange summer]$ xxd x
> > 0000000: 6865 6c6c 6f                             hello
> > [summer@orange summer]$ cat x
> > [summer@orange summer]$
> 
> How very odd . . . works just fine here on all of the machines I just poked
> at.


Turn your bash customisation off and try again.

 
> [haring (root):~]# cat /tmp/test.pl
> #!/usr/bin/perl
> print 'hello';
> [haring (root):~]# perl /tmp/test.pl
> hello[haring (root):~]# perl /tmp/test.pl > /tmp/foo
> [haring (root):~]# xxd /tmp/foo
> 0000000: 6865 6c6c 6f                             hello
> [haring (root):~]# cat /tmp/foo
> hello[haring (root):~]#
> 
> [haring (root):~]# rpm -q bash
> bash-2.05b-5
> 
> - jkt
> 
> 



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list

Reply via email to