package Donut; use overload ( '""' => \&stringify ); sub stringify { my $self = shift; return "Your string here"; }