Bryan R Harris am Montag, 10. April 2006 20.44:
> >>   for (1..9) { <>; }
> >
> >   while (<>)
> >   {
> >     next if $. < 10;
> >     ...
> >   }
>
> That's no good, it's even more wordy!

<> for 1..9;

-- 
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