On Mon, May 02, 2005 at 06:22:03PM +0200, Ingo Blechschmidt wrote:
>     &.foo    # method of $?SELF
>      .foo    # method of $?SELF
>    $_.foo    # method of $_

We could also define them as:

    &.foo   # method on $?SELF
    .foo    # method on $_
    $_.foo  # method on $_

The .foo syntax is very special, after all, so you can't really be
consistent with it. I prefer it be the topic, in any case.

-- 
wolverian

Attachment: signature.asc
Description: Digital signature

Reply via email to