On May 4, 2005, at 22:31 , Larry Wall wrote:
given "hello" {
when /hello/ {
say "One";
if /hello/ { say "Two"; }
if /hello/ { say "Three"; }
continue;
}
say "Four";
}
Is there no more
say "Two" if /hello/;
?
Regards,
David
smime.p7s
Description: S/MIME cryptographic signature
