$url =~ s*<p class="largefont">View Full Version : <a href="http://www.domain.com/files.php\?t=([^&]+?)">([^&]+?)\"\;([^&]+?)</a></p>**g;
Is there any way to have just one little ([^&]+?) like code instead of...
([^&]+?)\"\;([^&]+?)
and having a search and replace for both links with " and with out?