Hello all,
  Can anyone explain why this fails?  I have done a google search for 'Split loop at', 
and turned up nothing.  If the initial array
stays under 256, all is fine, but anything beyond 255 (as far as I have tested) dies.  
Is this something to do with bit size?

%perl -e 'for(0..256) { $s.=chr($_) } for(split(//,$s)) { print }'
Split loop at -e line 1.

TIA,
Shawn



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to