Help for this page
use Win32::OLE; use Win32::OLE::Const 'Microsoft Outlook'; ... $msg -> {'HTMLBody'} = 'Some text I want to display <a href=http://goo +gle.com>With Links in HTML</a> embedded in that text\n' $msg -> Send();
$msg -> Body('http://gooogle.com')