Front page | perl.beginners |
Postings from March 2003
Re: Help required
Thread Previous
|
Thread Next
From:
Scott R. Godin
Date:
March 31, 2003 13:42
Subject:
Re: Help required
Message ID:
4747715.WrsAacYSkk@pcp02404936pcs.univde01.de.comcast.net
Brijesh Kanderia wrote:
> Hi All,
>
> I dont have very much idea about perl programing. I have writen a small
> script which reads the content of one file which keeps on changing daily.
> and sends the out put to the concerned person thru mail.
>
> Now what I want is that I dont want the contents. I want this script to
> send this txt file as an attachment to abc@xyz.com. now pls tell me how to
> do this.
Take a look at Mail::Mailer from CPAN
You might want to have MIME::Base64 installed as well.
Thread Previous
|
Thread Next