I'm very new to perl, and I need to strip out URLs from a piece of text.
So, the text might be for example :

Code:
This is <a href="something.blah?dfoj_sdjf=something">a test</a> blah!
And I would need it to simply say "This is a test".
I'd have no problem doing this in VB, but christ, in perl I've not a clue really....