Re: HTML::TableExtract example
Terrence Brannon <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.lwp |
|---|---|
| Organization | Vendare Media |
| Message-ID | <1133210824.1023.10.camel@localhost> |
On Wed, 2005-11-23 at 18:12 -0500, Steve Finkelstein wrote: > > However, now I want to extract only the second column from this table (It > just consists of several rows with three columns). That's easy with HTML::TreeBuilder. HTML::Element in the distro has a look_down method which would help. The ->guts() method would also be useful.