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