From: James Edward Gray II Date: 2006-03-12T01:59:32+09:00 Subject: Re: Help me understand why the Ruby block is slower than wit On Mar 11, 2006, at 10:48 AM, ts wrote: >>>>>> "J" == James Edward Gray writes: > > J> Something is fishy there, for it works just fine on my own Mac: > > Try it with > > J> Neo:~/Desktop$ cat wordlist > J> one > J> two > J> three > J> 0123456789 > > 01234567890123456789 Ah, yes, duh. Thanks Guy. Obviously, you do need a check for word size in there, as others have used. My point was actually to show that foreach() is open, read loop, and close combined though. James Edward Gray II