Dr.Ruud wrote:
: Bryan R Harris schreef:
: 
::   for (1..9) { <>; }
: 
:   while (<>)
:   {
:     next if $. < 10;
:     ...
:   }

    So a billion line file will require a billion tests
instead of 9. That doesn't seem like a good idea.


HTH,

Charles K. Clarkson
-- 
Mobile Homes Specialist
254 968-8328



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to