in reply to Overriding as_string ?

Not sure if I understand the question correctly but I use this:
use Data::Dumper; print Dumper $obj;
Hope that helps.