Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^5: email pdf file - file damaged

by ultranerds (Hermit)
on Mar 29, 2019 at 11:55 UTC ( [id://1231860]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
          push @parts, Email::MIME->create(
              attributes => {
                  filename     => $filename,
    ...
              },
              body => io( $opts->{attach_file} )->binary->all,
          )
    
  2. or download this
          push @parts, Email::MIME->create(
              attributes => {
    ...
              },
              body => io( $opts->{attach_file} )->binary->all,
          )
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1231860]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (2)
As of 2024-12-08 03:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which IDE have you been most impressed by?













    Results (50 votes). Check out past polls.