Re: bytes pragma problems

2007-04-16 Thread Ed Summers
heh, thanks! On 4/16/07, Nicholas Clark <[EMAIL PROTECTED]> wrote: I don't think that anyone ever replied to this. On Tue, Apr 19, 2005 at 11:51:36PM -0500, Ed Summers wrote: > Has anyone noticed that a call to bytes::substr() sends perl into a > seemingly infinite loop > under v5.8.1-RC3 built

Re: bytes pragma problems

2007-04-16 Thread Nicholas Clark
I don't think that anyone ever replied to this. On Tue, Apr 19, 2005 at 11:51:36PM -0500, Ed Summers wrote: > Has anyone noticed that a call to bytes::substr() sends perl into a > seemingly infinite loop > under v5.8.1-RC3 built for darwin-thread-multi-2level? > > use bytes; > print

bytes pragma problems

2005-04-19 Thread Ed Summers
Has anyone noticed that a call to bytes::substr() sends perl into a seemingly infinite loop under v5.8.1-RC3 built for darwin-thread-multi-2level? use bytes; print bytes::substr( "abc", 0, 1 ); I also noticed that a call to a non-existent bytes subroutine will cause an infinite l