Help for this page

Select Code to Download


  1. or download this
    subject
    message
    to
    
  2. or download this
    package PL::Mail;
    use strict;
    ...
            print STDERR "Error sending mail ($date): $!";
        }
    }
    
  3. or download this
    my $obj = PL->new;
    $obj->Mail->send(
    ...
             subject => 'Comments from ' .  $q->param('name'), 
             message => $msg
            );