Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    
    $mail->Close;
    
  2. or download this
    $mail->Attach({ description => 'Programming Perl 101 Syllabus', 
                    ctype => 'text/plain', 
                    encoding => '7bit', 
                    disposition => 'attachment; filename="syllabus.txt"; t
    +ype="Text file"', 
                    file => 'syllabus.txt' } );