in reply to Re^2: at continue, last
in thread at continue, last
Unclear.
None of your examples have $loop in the conditional and I suggested decrementing it after not before !
Please explain what's different here
if ( $condition1 ) { ... unless( $condition2 ) { ... } --$loop; # common exit point }
Cheers Rolf
(addicted to the Perl Programming Language)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: at continue, last
by djerius (Beadle) on Jun 06, 2014 at 18:28 UTC | |
by LanX (Saint) on Jun 06, 2014 at 18:35 UTC | |
by djerius (Beadle) on Jun 06, 2014 at 18:43 UTC |