Help for this page

Select Code to Download


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