in reply to RE: RE: exiting a if loop
in thread exiting a if loop
Doesn't work,if (true) { yada; yada; next if $foo; yada; yada; }
Does.if (true) { { yada; yada; next if $foo; yada; yada; } # next comes here }
Nuance
Baldrick, you wouldn't see a subtle plan if it painted itself purple and danced naked on top of a harpsichord, singing "Subtle plans are here again!"
|
|---|