which version of perl? I can't seem to reproduce it... Mine is 5.6.1 on a solaris
me@myhost> perl -MO=Deparse -e 'for( my $x = 0; $x < 10; $x++ ) { pr +int "foo\n" }' for (my $x = 0; $x < 10; ++$x) { print "foo\n"; } -e syntax OK me@myhost>
In reply to Re: Re: Re: Re: for ( ; ; ) vs for ( .. )
by lestrrat
in thread for ( ; ; ) vs for ( .. )
by Popcorn Dave
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |