kalyanrajsista has asked for the wisdom of the Perl Monks concerning the following question:
I'm using HTML::TableExtract module to extract HTML table rows. How to extract hidden values in the table rows. My problem is that my HTML rows are not unique at all times and I want to prepare a Hash with each key referring to an array. I've an hidden value inserted into the HTML rows, which is unique and I want to make that as a key. I'm bit concerned of how to implement so that I don't want to miss any rows as part of hash building process.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Extract hidden values from HTML
by Utilitarian (Vicar) on Dec 14, 2009 at 09:53 UTC | |
by Unforgiven (Hermit) on Dec 14, 2009 at 14:37 UTC | |
by Anonymous Monk on Dec 15, 2009 at 06:07 UTC | |
|
Re: Extract hidden values from HTML
by moritz (Cardinal) on Dec 14, 2009 at 08:08 UTC | |
by Corion (Patriarch) on Dec 14, 2009 at 08:12 UTC | |
by kalyanrajsista (Scribe) on Dec 15, 2009 at 11:12 UTC | |
by wfsp (Abbot) on Dec 15, 2009 at 11:40 UTC | |
|
Re: Extract hidden values from HTML
by ww (Archbishop) on Dec 15, 2009 at 06:31 UTC |