in reply to Re: Removing overloaded string operator
in thread Removing overloaded string operator
What I was after was something like
but unless I'm missing something (not unusual ;) ) nothing like that exists.# prints "Blortz", i.e. the instance name print "$frooble"; # prints "Frooble=HASH(..)" print UNIVERSAL::as_string($frooble);
|
|---|