http://qs321.pair.com?node_id=757059

sv123 has asked for the wisdom of the Perl Monks concerning the following question:

So I have some html I need to extract the IMG from. An example would be something like;
<p><a href='/blah.html' target='_self' style='text-decoration: none;'> +<img id="blah.flv" src="http://WHAT-I-NEED-TO-GR.AB" height="232" wid +th="308" onmouseout='endm("etc"); this.src="http://unimportant.jpg";' + onmouseover='startm("etc","http://etc",".jpg");' border=0></a><br>s +ome text</p>
It's the text inside the first "src=" I'm interested in. I tried something like;
$moo =~ m/src="(.*)"/;
and variations of that with no luck. Since I have the most luck here asking, well... Here I am! Thanks (yet again!) in advance (: