If you require to extract anything more than this simple snippet, you might want to look into the various HTML::* modules, but for just this, something like
my $re = qr[<!--QBlastInfoBegin \s+ RID = ([\d-]+) \s+ RTOE = (\d+) \s+ QBlastInfoEnd \s+ -->]x; my( $RID, $RTOE ) = $html =~ $re;
might come close. (Note: Untested).
In reply to Re: html page search/parse
by BrowserUk
in thread html page search/parse
by eweaverp
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |