Attaching to an email
I'm creating a CGI script for my webpage.
I'm using the Mail:Sendmail module
So far I have this:
%mail = (TO => \'fromero@xxxxxxxxx\', ;
message => \"Test\" );
sendmail(%mail);
Can someone tell me how to continue writing the script so I can attach
a file (file.txt) to this email.
Thanks
.
Relevant Pages
- Re: Newbie questions, migrating from c++
... Sherm Pendley wrote: ... That implies that you're writing a CGI script and you ... (comp.lang.perl.misc) - Re: Basic Question: Local Forms
... You seem to be interested in writing "some kind of CGI script" and also ... setup a web server to run locally on your computer. ... When you get that set up working, and start writing a CGI script in Perl, ... (comp.lang.perl.misc) - Re: cgi.rb HTML construction tools - from within Webrick servlet?
... for the first time here. ... I've started writing up a handful of similar form generation ... elements for my own use form within my servlet. ... writing a cgi script, I'd have, of course, used cgi.rb (which ... (comp.lang.ruby) - Re: Newbie CGI Question
... > I'm having a problem when writing a cgi script that outputs content ... A push in the right direction would be appreciated. ... background image to a page using the background attribute, ... (comp.lang.python) - Re: Extracting words using Regular Expressions
... Sinan Unur" wrote in message ... > Are you writing a CGI script? ... But I have it now, I am sure it isn't the most pleasant way, or the most ... (comp.lang.perl.misc) |
|