in reply to Re: Problem with parsing HTML with Regex's
in thread Problem with parsing HTML with Regex's

Doesn't that basically do the exact same as: $text =~ s#src=\"(.*?)\"#&resolveimg($1)#sige; ? And that wasn't the problem, the problem was the stylesheet links.