Re: A Problem With GD
- From: Glenn Jackman <xx087@xxxxxxxxxxxxxxxxxxx>
- Date: 10 Mar 2006 17:57:21 GMT
At 2006-03-08 04:48AM, Dave Weaver <zen13097@xxxxxxxxx> wrote:
Finally, some Perl content in this thread!
Mark Manning <markem@xxxxxxxxxxx> wrote:
Is
for( $i=0; $i<10; $i++ )...
any better than
$i=-1;
while( $i++ < 10 )...
any worse?
They don't do the same thing.
However,
$i = -1
while (++$i < 10) {...
does.
--
Glenn Jackman
Ulterior Designer
.
- Follow-Ups:
- Re: A Problem With GD
- From: Mark Manning
- Re: A Problem With GD
- References:
- Re: A Problem With GD
- From: Mark Manning
- Re: A Problem With GD
- From: A. Sinan Unur
- Re: A Problem With GD
- From: Mark Manning
- Re: A Problem With GD
- From: Dave Weaver
- Re: A Problem With GD
- Prev by Date: Re: Perl translation needed for simple bat file
- Next by Date: Re: Posting Guidelines for comp.lang.perl.misc ($Revision: 1.5 $)
- Previous by thread: Re: A Problem With GD
- Next by thread: Re: A Problem With GD
- Index(es):