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

pyro.699 has asked for the wisdom of the Perl Monks concerning the following question:

Hello, I am looking for a way that i can easily replace text. I know how to use s/"find"/"replace"/g but i need something a littlemore advanced i think. I need a way that i can take this: <a href="./somelink.html">This is a url :O </a> and turn it into This is a url :O so basically it is just stripping the url tag. There are 300 shtml files containg invalid links, and while i am working on the site, i need to remove the links, but i do not want to go into every file, fing all the invalid urls, and replace them. Thanks a ton :) ~Cody Woolaver