Use double quotes not single quotes here
$emailcmd = "/usr/bin/mailx uuencode $zipfile $zipfile -r -s";Also the quotes can be removed here
my @args = ($emailcmd, $subject, $recipient); pojIn reply to Re^5: Trouble emailing zip file
by poj
in thread Trouble emailing zip file
by TonyNY
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |