in reply to Re: My first module. I can't find any problems with it!
in thread Code review request for my first module - WWW::PostiniAdmin

I did look at dong that, unfortunately there isn't really any good structure to the page beyond what I am matching. The only differences that I can use are the number of   there are the links are the same. It is a generated page, and they do notify me before they make changes to their code, so it is a bit of a problem, but I wasn't able to see how parsing the HTML made it any better.

I am asking for a way to get a comma delimited version, but until then it looks a lot like this:

&nbsp; &nbsp; &nbsp; &nbsp; <a href="/exec/Admin?action=display_displa +yGroup&targetorgid=100012&nav=4.3">Generic Account</a><br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="/exec +/Admin?action=display_displayGroup&targetorgid=100021&nav=4.3">Email +Config 24 for Generic</a><br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; +&nbsp; &nbsp; <a href="/exec/Admin?action=display_displayGroup&target +orgid=10022&nav=4.3">Organization_1</a><br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; +&nbsp; &nbsp; &nbsp; <font color=#505050 size=-1>domain_1</font><br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="/exec +/Admin?action=display_displayGroup&targetorgid=1003&nav=4.3">Email Co +nfig 26 for Generic</a><br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; +&nbsp; &nbsp; <a href="/exec/Admin?action=display_displayGroup&target +orgid=100034&nav=4.3">Organization_2</a><br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; +&nbsp; &nbsp; &nbsp; <font color=#505050 size=-1>domain_2</font><br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; +&nbsp; &nbsp; &nbsp; <font color=#505050 size=-1>domain_3</font><br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; +&nbsp; &nbsp; &nbsp; <font color=#505050 size=-1>domain_4</font><br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; +&nbsp; &nbsp; &nbsp; <font color=#505050 size=-1>domain_5</font><br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; +&nbsp; &nbsp; &nbsp; <font color=#505050 size=-1>domain_6</font><br>
-- andrew