The HTML I am tyring to match is, I'm trying to get the number value.
<input type="hidden" name="VERIFIER" value="076-62">
$page =~ m/name=\"VERIFIER\" value=\"(\d+\-\d+)\">/x; print $1;
In reply to simple regex by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |