Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^5: Trouble emailing zip file

by Paladin (Vicar)
on Jul 04, 2018 at 23:08 UTC ( [id://1217917]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @emailcmd = ('/usr/bin/mailx', 'uuencode', $zipfile, $zipfile, '-r'
    +, '-s');
    #and later
    ...
    my @args = (@emailcmd, $subject, $recipient);
    system(@args) == 0
     or die "system @args failed: $?";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-04-24 19:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found