Working with perl 5.8.8 on RHEL 5 system.
A script I have sends email upon completion. In the text of the email I have the address of a system to connect to.
sftp joe@host.domain.com
A single line of text with the addy that is passed through a MAIL subroutine.
my $txt = "Connect to "sftp joe\@host.mydomain.com"Which is then fed to MAIL
print MAIL "$txt\n";When the mail arrives it has the hyperlink and underline. I want to get rid of the hyperlink and underline, just send plain text in quotes.
Many Thanks
In reply to remove @ link from perl generated email by raggmopp
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |