in reply to
Regular Expression Matching
if( $line =~ /.*a HREF=\"(.*?)\"/s ){ print $1; }
Comment on
Re: Regular Expression Matching
In Section
Seekers of Perl Wisdom