Re: Parsing HTML file
[email protected] ("Pat Rice")
| Newsgroups | perl.beginners |
|---|---|
| Message-ID | <[email protected]> |
Hi try html trees on cpan there is also html tables, but I haven't used it. Trees can take a while to understand but it seems to be pretty good. Pat On Mon, Jun 2, 2008 at 12:10 PM, Jeff Peng <[email protected]> wrote: > On Mon, Jun 2, 2008 at 5:56 PM, Purohit, Bhargav > <[email protected]> wrote: >> >> I have a HTML file and which contains many tables in it. >> Out of one of the table I want to extract Information of only few of the >> columns. >> Can anybody help me. > > Nobody can help unless you have tried some coding at first. > Take a look at this module on CPAN: > http://search.cpan.org/~gaas/HTML-Parser-3.56/Parser.pm > > -- > Jeff Peng - [email protected] > Professional Squid supports in China > http://www.ChinaSquid.com/ > > -- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > http://learn.perl.org/ > > >