[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]

method calls interpolate



On Sat, Jan 08, 2000 at 10:48:56PM -0800, Larry Wall wrote:
> 
> (Plus I still want to make
> method calls interpolate someday.  We should maybe deprecate the
> current meaning of "$x->foo".)

That'll break lots of code, including debugging code that looks like:

	sub method {
	    my self = shift;
	    warn "$self->method(@_)" if $debug;

Tim.


References to:
Russ Allbery <rra@stanford.edu>
Larry Wall <larry@wall.org>

[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]