On May 4, 2005, at 23:19 , Larry Wall wrote:

You must have missed the implied "..." at the end of my list of other WTDI.
You can also do any of:

    say "Two" if /hello/;
    /hello/ && say "Two";
    /hello/ and say "Two";
    /hello/ ?? say "Two" :: leave;
    infix:<and>(/hello/, { say "Two" })
    continue unless /hello/; say "Two";
    /hello { say "Two" }/;
    s/hello/{ say "Two" }$0/;
    ({}, { say "Two" })[?/hello/]();

and probably a few more I can't think of off the top of my head.

Okay then, pay no attention to my piddling contribution of a single example. :-)

Best,

David

Attachment: smime.p7s
Description: S/MIME cryptographic signature



Reply via email to