yogesh Yadav
yogesh Yadav

Reputation: 21

How can i extract value of each fields of each table of multiple tables of html file using perl

I want to convert html output of file into IVIL format, for that i want to retreive value of each field of multiple table present on html file. How should i do it?

Upvotes: 0

Views: 49

Answers (1)

choroba
choroba

Reputation: 241928

Have a look at HTML::TableExtract. The module can easily extract information from HTML tables.

Upvotes: 3

Related Questions