Can I "break out" of an if{} block?
- From: usenet@xxxxxxxxxxxxxxx
- Date: 8 Jun 2006 16:40:44 -0700
At any point in a loop, I can "break out" of it with a 'last', or I can
"break out" of a subroutine with a 'return'.
Is there a similar way to easily "break out" of an if{} block (without
a goto)?
Thanks!
--
David Filmer (http://DavidFilmer.com)
.
- Follow-Ups:
- Re: Can I "break out" of an if{} block?
- From: Ben Morrow
- Re: Can I "break out" of an if{} block?
- From: Tad McClellan
- Re: Can I "break out" of an if{} block?
- From: John W. Krahn
- Re: Can I "break out" of an if{} block?
- Prev by Date: Re: Binding array to pattern
- Next by Date: Re: Can I "break out" of an if{} block?
- Previous by thread: RXParse module v.91 (by robic0)
- Next by thread: Re: Can I "break out" of an if{} block?
- Index(es):
Relevant Pages
|