From: Fergal Daly Date: Fri, 30 Jul 2004 16:09:19 +0000 (+0100) Subject: mention refaddr() in overload::StrVal docs X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6a0e9e729887ef408896cb941e158abe23871017;p=p5sagit%2Fp5-mst-13.2.git mention refaddr() in overload::StrVal docs Message-ID: <20040730150919.GB19022@dyn.fergaldaly.com> p4raw-id: //depot/perl@23182 --- diff --git a/lib/overload.pm b/lib/overload.pm index 7d94cc7..a75c817 100644 --- a/lib/overload.pm +++ b/lib/overload.pm @@ -704,7 +704,10 @@ Package C provides the following public functions: =item overload::StrVal(arg) -Gives string value of C as in absence of stringify overloading. +Gives string value of C as in absence of stringify overloading. If you +are using this to get the address of a reference (useful for checking if two +references point to the same thing) then you may be better off using +C, which is faster. =item overload::Overloaded(arg)