Re: Send both parts of a multipart email

2008-08-25 Thread David Allender
On Aug 23, 12:53 am, [EMAIL PROTECTED] (Dr.Ruud) wrote: > David Allender schreef: > > > I was wondering if i can send both parts of a multipart email. > > Basically what im trying to do is, > > > send an email to a person with text/enriched text at the top of the >

Send both parts of a multipart email

2008-08-22 Thread David Allender
Hello all, I was wondering if i can send both parts of a multipart email. Basically what im trying to do is, send an email to a person with text/enriched text at the top of the email, and text/html at the bottom of the email. The reason being is so: Its a cgi that handles a form, and i need it

Merge HTML Files with PERL

2008-08-15 Thread David Allender
Hey all, Ive been searching around the net and the web and can't really find anything, so here goes... I'm in sort of a dilemma, what I have is a HTML file "archive.html" and a "build.html" what i want to do, is get the body of the "build.html" and put it where the body starts in "archive.html".

Substitution within an html page

2008-08-02 Thread David Allender
Hello all, I've been trying multiple different ways, but I am still unable to have the output that i am looking for. What I'm trying to do is change certain text in an html file. How would i go about doing that successfully? what i know is that you call open such as open(HTML, /path); and from