Using DBI in a web context

2006-11-08 Thread Robert Hicks
I have a couple forms for an in-house application. The user fills out the fields and then submits which update a back end Oracle database. I have looked for examples but can't really find anything. How is it best to catch errors when doing DBI stuff in web applications? Wrap the insert "code"

Stripping HTML code from emails

2006-11-08 Thread Richard Bagshaw
Hi Guys, I'm writing some code that basically checks a pop mailbox and puts the information into a mysql database, however if the person sends an email in HTML format it looks messy, I am looking for a perl module that will convert it to plain text or just strip the HTML. Does anyone have any