good evening

i want to add a file in  a mail i send to someone
for example , i wwant to add the file "inscription.txt"
to a mail

here is the first line to send a mail

open(MAIL, "|mail [EMAIL PROTECTED]");
print MAIL "Reply-To: $champs[1]\n";
print MAIL "sujet: Soumission du formulaire monaco teleformation2!\n";
print MAIL "nom utilisateur: $champs[4]\n";

the problem is to send the file ...

thanks for help



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to