John Porter wrote:
> 
> Karl Glazebrook <[EMAIL PROTECTED]>:
> >
> > This RFC proposes that C<$x>, C<@x>, and C<%x> be ditched and
> > replaced with C<$x> for everything.
> >
> > The only distinction left would be between things which are
> > variables (prefixed by C<$>) and not-variables (subroutines and
> > keywords).
> 
> A useless distinction at the lexical level.  Get rid of "$" too.
> x is a symbol; perl can look up what it means.
> 
> --
> John Porter


It may be useful on a human level though.

I agree that would be another solution - even more radical than my proposal.

Karl

Reply via email to