develooper Front page | perl.perl5.porters | Postings from December 2002

Re: How tricky would it be to make my \$r = \$s DWIM?

Thread Previous | Thread Next
From:
Tim Bunce
Date:
December 30, 2002 05:46
Subject:
Re: How tricky would it be to make my \$r = \$s DWIM?
Message ID:
20021230134554.GH9017@dansat.data-plan.com
On Tue, Dec 24, 2002 at 07:51:51PM -0500, Benjamin Goldberg wrote:
> Rafael Garcia-Suarez wrote:
> > 
> > david nicol wrote:
> > >
> > > I was startled six years ago when I was reading the then-new blue
> > > camel and discovered that
> > >
> > >       my \$alias = \$value;
> > 
> > This hurts my eyes (and the perl parser, as it's a syntax error).
> 
> Good!  If we're introducing new syntax, then it's *best* to use
> something which is an error under older perls.

And I believe Larry has said several times over the years that

	my \$alias = \$value;

should be made to work (along with my \@ary, and my \%hash).

Tim.

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