in reply to Re: read data 1 byte at a time
in thread read data 1 byte at a time
Which version of Perl are you using?
v5.8.0 / AS 802. Not sure why the warning is produced. By the evidence of the pod you quoted, it's a bug, but I never encountered it before.
Welllllll, your benchmark isn't fair. All others do two things in the loop, assign a character to $char, and increment an integer.
True! ... but I already knew how many chars there were, so I didn't need to count 'em:)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: read data 1 byte at a time
by Abigail-II (Bishop) on Oct 28, 2003 at 22:42 UTC |