in reply to "Web Automation" -- your input is greatly desired!

I wrote a script last year to check a database of around a thousand external links: simple stuff using DBI and LWP. Each week, the script looks for problems with these sites and mails the database maintainers with any problems it encounters.

We decided to implement a simple check initially, but we discussed possible future ideas and we've also come up with more based on our experience:

On a separate project, I found XML::LibXML more convenient than HTML::Parser for screen scraping by using its XPath querying method, which even works with badly formed XML and HTML. I find XPath really useful for this kind of thing.

  • Comment on Re: "Web Automation" -- your input is greatly desired!