On Mon, 30 Dec 2002, LS wrote: > This raises my next question, does LWP has a way to send data > between text and html format, or this is not even related to > LWP at all ? > > I don't want to have to write something to convert the text > message in HTML format. There must be some Perl module that > does this, or something else ?
There's a whole bunch of design decisions to be made in making a text to html translator, so you probably want to look around a few different options to find something that fits your requirements. Try searching google for 'perl "text to html"'. > Basically after each paragraph I need this > > "CRLF<P>Text</P>" > > etc.... There are some very simple tricks that will do most of what you need with a few s/// operations, but probably it's better to find something a bit more developed and just plug it in. Andrew ------------------------------------------------------------------ Andrew McNaughton In Sydney and looking for work [EMAIL PROTECTED] http://staff.scoop.co.nz/andrew/cv.doc Mobile: +61 422 753 792 -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
