RE: perl cygwin weird thing ..

2004-01-29 Thread Peter J. Acklam
pokley <[EMAIL PROTECTED]> wrote: > > perl will core dump when parsing file contain > printf "%s",'a' x 0x; > > does anybody got the same problem ? Looks just fine... $ perl -c < printf "%s",'a' x 0x; > EOF - syntax OK Peter -- Peter J. Acklam - [EMAIL PROTECTED] - htt

Re: perl cygwin weird thing ..

2004-01-28 Thread Yitzchak Scott-Thoennes
On Wed, Jan 28, 2004 at 10:53:16AM +0800, pokley <[EMAIL PROTECTED]> wrote: > im using latest cygwin 1.5.6 on windows 2000 server ia32. > doing > $ perl -e 'print "a" x 0x' will display weird result > > perl will core dump when parsing file contain > printf "%s",'a' x 0x; > > does