develooper Front page | perl.perl5.porters | Postings from July 2013

Re: postfix dereference syntax

Thread Previous | Thread Next
From:
Ricardo Signes
Date:
July 6, 2013 23:28
Subject:
Re: postfix dereference syntax
Message ID:
20130706232824.GA2287@cancer.codesimply.com
* David Nicol <davidnicol@gmail.com> [2013-07-04T01:29:42]
> Are there any syntax collisions if this is simply allowed postfix,
> with empty braces, and
> all the slicing and so on remains the same?
> […]
>         $HoHoA->{abc}{def}@{}[1,2,3]   # new-style @{$HoHoA->{abc}{def}}[1,2,3]
>         $HoHoA->{abc}{def}${}[2]   # new-style ${$HoHoA->{abc}{def}}[2]

I don't think so.

-- 
rjbs

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About