use base 'Handler::Email'; sub email { 'green2341@place.com' } #### sub handle { my $email = $self->email; # send email # ... }