Is there something special that I have to do to make links appear as links in an e-mail sent from perl? My e-mail system is set up to display html. When I preview the results of a perl script in my browser, it all appears correctly, but when I e-mail that same output to myself, the links do not display. They show as:
<a href . . . . .> text here </a>
instead of the link on "text here" to the page!
Any ideas why that might be?
The Youthman
<a href . . . . .> text here </a>
instead of the link on "text here" to the page!
Any ideas why that might be?
The Youthman