Nicholas Clark wrote:
> On Mon, Jun 20, 2005 at 12:50:44PM +0200, Rafael Garcia-Suarez wrote:
> > 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 $*).
> 
> Gah. I was hoping you'd come up for a patch which I could merge into maint :-(
> Laziness doesn't always work. I guess it goes onto my todo...
> 
> Yes, culling it is the best solution.

Done as change #24908.

Reply via email to