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

Reply via email to