file to join
From: Deny (deny_at_monaco.net)
Date: 04/29/04
- Next message: Jenda Krynicky: "Re: file to join"
- Previous message: Jenda Krynicky: "Re: Perl upgrade and DBM"
- Next in thread: Jenda Krynicky: "Re: file to join"
- Reply: Jenda Krynicky: "Re: file to join"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 29 Apr 2004 20:54:21 +0200 To: beginners@perl.org
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 deny\@monaco.net");
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
- Next message: Jenda Krynicky: "Re: file to join"
- Previous message: Jenda Krynicky: "Re: Perl upgrade and DBM"
- Next in thread: Jenda Krynicky: "Re: file to join"
- Reply: Jenda Krynicky: "Re: file to join"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]