Mail Attachments

2001-07-06 Thread Jonathan Hemley
'm fairly new to Perl. We're running Groupwise as a mail server with Novell and Windows NT. I'd like to be able to have an attachment be mailed to an email address on the server and then strip out the attachment and parse it. Any suggestions? ___ Pe

Re: Parsing HTML to grab only form tags

2001-07-06 Thread Ron Grabowski
I think IE5 gives you access to the DOM of the html document. You might think about using OLE to open an instance of IE5 and transverse it like that. I use Javascript code like this for debugging: