http://qs1969.pair.com?node_id=219935


in reply to Re^2: Tutorial: Introduction to Object-Oriented Programming
in thread Tutorial: Introduction to Object-Oriented Programming

Unfortunately, there isn't an overload::NumVal to match overload::StrVal (unless I'm missing something somewhere ;-)

I think the best way to do this is Scalar::Util::refaddr. And its much faster than parsing overload::StrVal.
:-)

But it isn't core (at 5.6 anyway)
:-(

--- demerphq
my friends call me, usually because I'm late....

  • Comment on Re: Re: Re: Tutorial: Introduction to Object-Oriented Programming

Replies are listed 'Best First'.
Re^4: Tutorial: Introduction to Object-Oriented Programming
by adrianh (Chancellor) on Dec 15, 2002 at 01:49 UTC

    You mindreader you! I was just on my way to update the node after discovered refaddr!.

    It's much faster than my reblessing hack too.


    Update: It isn't much faster. In fact, it's almost exactly the same as my quick hack. Goodness knows what I wrote in my benchmark script :-)

    Another update: It is much faster if you have the XS version. It isn't if you don't :-)