Help for this page
say $instance;
say $instance->as_string;
use overload '""' => \&as_string; ... my $self = shift; ... }