there is a way to do this in javascript that im aware of. if you use javascript, it will cover up the link that shows up at the bottom of the browser. I just searched cpan and I could'nt seem to find one. If your curious about the Javascript one, here's the code:
<SCRIPT LANGUAGE="JavaScript">
<!--
function display(str) {
window.status = str;
return true;
}
// -->
</SCRIPT>
<A HREF="http://www.whereuwantittogo.com/"
onMouseOver="return display('text to go over the link')"
onMouseOut="return display('')">link</A>
It's probably not what you wanted but it's an alternative.
One person can change the corse of history. One person can destroy the human race. That one person is out there, I intend to find him.