HTML::Parser would provide an attributes string which would include the attribute id="row_1_col2" which could in turn be used to build your own hash. As HTML::TableExtract is built on HTML::Parser , the attributes may be available.<table> <tr id="row_1"> <td id="row_1_col_1"> stuff </td> <td id=row_1_col_2"> stuff </td> </tr> <tr id="row_2> ... </table>
print "Good ",qw(night morning afternoon evening)[(localtime)[2]/6]," fellow monks."
In reply to Re: Extract hidden values from HTML
by Utilitarian
in thread Extract hidden values from HTML
by kalyanrajsista
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |