Help for this page

Select Code to Download


  1. or download this
    my $msg = Mail::MboxParser::Mail->new([<STDIN>],[<STDIN>]);
    
  2. or download this
    my %mail = ( To      =>   $msg->from->{email},
                 From    =>  "$listname-admin\@myhost.com",
                              Subject =>  'User Subscribed 
                              Message =>  "The email address $email, has b
    +een subscribed to the $listname mailing list\n"
               );