Help for this page

Select Code to Download


  1. or download this
    my $msg = MIME::Lite->new
      (
    ...
      Data    => "This is a test\n",
      Subject => "Test",
      );
    
  2. or download this
    my $msg = MIME::Lite->new
      (
    ...
      Data    => "This is a test\n",
      Subject => "Test",
      );