Help for this page

Select Code to Download


  1. or download this
    
    #!/usr/bin/perl
    ...
    $Email = param('email');
    $Subject = param('subject');
    $Contents = param('contents');
    
  2. or download this
    print "Content-Type:text/html\n\n";
    
    ...
    </html>
    
  3. or download this
    
    $txt->font($fnt, 8);
    ...
    $txt->fillcolor('black');
    $txt->text("$Contents");
    
  4. or download this
    
    my $Message = "
    ...
    
    $msg->send;