Sounds like you want an HTML Parser. Try HTML::Parser or something similar on CPAN. | [reply] |
I did, and, as far as I can tell, it's not helpful, because the HTML tags themselves are almost never meaningful in the pages we get back. For example, it's all well and good to be able to pick out the data between table tags, but then I still have to sort through the table data.
(I think the problem is that, in my case, it's the data and not the HTML tags that are significant - HTML::Parser is good for cases where the tags are the significant piece. If someone has used HTML::Parser in a similar way, please let me know.)
| [reply] |
| [reply] |
if you have the money (although none may be required), i'm sure fedex has a supported (and documented) method of doing that sort of thing, without anyone needing to go and pilfer the same info off of their web page. heck, they may even have a server setup somewhere with a specified protocol you can use to query about orders... (???) | [reply] |
| [reply] |