Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    $smtp->Text( @body );
    $smtp->FileAttach( $fnameA, $fnameB );
    $smtp->End();
    
  2. or download this
    # @(#) Multipart.pm - <DESCRIPTION>
    #
    ...
    
    1;