On Wed, Nov 23, 2005 at 11:58:23AM -0500, Rob Kinyon wrote:
: Here's an issue - if ^$x would be one($x), then what will [EMAIL PROTECTED] 
be? To
: me, that seems like it should be one(@x), which is entirely useful.
: Except, if I try and use it as [EMAIL PROTECTED] (which, to me, would be 
useful).
: So, now, is it 0..one(@x) or [EMAIL PROTECTED]

It's the latter, regardless of whether you visually parse it as

    0 .. [EMAIL PROTECTED]
    0 ..^ @x

Perl parses it the latter way, of course, but the visual pun is part of
why I wanted ^ to be short for 0..^.

Larry

Reply via email to