One obvious regex-based solution is:
if ( $html =~ m#<TR><TD>Foo:</TD><TD> (.*) </TD></TR># ) { $var = $1; }
In reply to Re: How can I find the contents of an HTML tag?
by chromatic
in thread How can I find the contents of an HTML tag?
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |