Tried to find this answer within Perlmonks and in the interwebs with the search "perl trusted connection" I throw myself on the mercy of this assemblage...
How do I use a trusted connection to an MS SQL server so I don't have to feed username/password ?
I am currently using:
use DBI;
$dbh = DBI->connect('dbi:ODBC:'.$dbsrvr, $dbuser, $dbpass);