Mark Jason Dominus wrote:
> 
> > 0 is always formatted as "0", no matter how $# is set.
> 
> Since $# has *never* worked properly, and doesn't appear to be useful
> at all, I wonder if we could just throw it away?

$ perl5.8.7 -we 'print $#'
Use of $# is deprecated at -e line 1.
Use of uninitialized value in print at -e line 1.

I guess we can then remove it from blead (like $*).

Reply via email to