in reply to
Overriding as_string ?
Look at the overload documentation (
perldoc overload
)
Something like this
use overload q("") => \&as_string fallback => 1;
[download]
Comment on
Re: Overriding as_string ?
Select
or
Download
Code
In Section
Seekers of Perl Wisdom