Re: perlio probs

2005-09-23 Thread Marvin Humphrey
On Sep 22, 2005, at 10:28 PM, Martin Hosken wrote: Does anyone have any experience of a bug I've encountered in 5.8.7 only whereby occasionally (which is what makes it hard to report) this type of code: $fh = IO::File->new("< input.dat") || die; binmode $fh; # lots of code, even to diffe

perlio probs

2005-09-22 Thread Martin Hosken
Does anyone have any experience of a bug I've encountered in 5.8.7 only whereby occasionally (which is what makes it hard to report) this type of code: $fh = IO::File->new("< input.dat") || die; binmode $fh; # lots of code, even to different package $fh->read($dat, $num_bytes); does utf-8