pinterface

msg:4154994 | 6:45 pm on Jun 18, 2010 (gmt 0) |
break [perldoc.perl.org] doesn't do what you think it does. You probably want last [perldoc.perl.org].
|
MichaelBluejay

msg:4154997 | 6:51 pm on Jun 18, 2010 (gmt 0) |
Ugh--that's what I get for programming when I'm sleepy. C="break;", Perl="last;" C="continue;", Perl="next;" Anyway, thanks for waking me up. :)
|
rocknbil

msg:4155387 | 10:03 pm on Jun 19, 2010 (gmt 0) |
And . . . PHP="break". :-)
|
|