How to access SQL Server on Windows through a secure connection from Perl on Linux

Scenario

Have some perl code that wants to access Microsoft SQL Server 2005.   The SQL Server is configured to only allow SSL connections for security reasons.

Solution 

Here are the parts you will need:

Resources

Microsoft guidance on accessing SQL Server with Perl
https://technet.microsoft.com/en-us/library/bb497071.aspx 

Thanks for Brian on helping figure this out :) ... I am just the messenger.