On Sep 6, 2008, at 10:51 AM, Larry Wall wrote:
On Sat, Sep 06, 2008 at 11:38:42AM -0500, John M. Dlugosz wrote:
The when statements are just like if statements. After executing
one,
it goes on to the following statement which does not have to be a
conditional statement. That is, you can mix
On Sat, Sep 06, 2008 at 11:38:42AM -0500, John M. Dlugosz wrote:
> The when statements are just like if statements. After executing one,
> it goes on to the following statement which does not have to be a
> conditional statement. That is, you can mix when statements with plain
> uncondition
The when statements are just like if statements. After executing one,
it goes on to the following statement which does not have to be a
conditional statement. That is, you can mix when statements with plain
unconditional statements.
If multiple when conditions match, it runs all of them. It
# New Ticket Created by "Stephen Simmons"
# Please include the string: [perl #58626]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=58626 >
In the attached code, there is a fairly simple example of a case statement
using gi