Help for this page

Select Code to Download


  1. or download this
    sub sendAttachment
    {
    ...
       print $fh "--$boundary\n";
       $fh->close;
    }
    
  2. or download this
    sendAttachment(
        '"Me, Here" <me@here.org>',
    ...
        'text/csv',
        $data
    );