# mysql.pl -- Perl DBI/DBD/mysql connection variables # (c) Copyright 2004-2006, Douglas W. Clifton, all rights reserved. # for more copyright information visit the following URI: # http://loadaveragezero.com/info/copyright.php %my = ( 'driver' => 'mysql', 'host' => 'localhost', 'usr' => 'username', 'pwd' => 'password' ); # $my{'DB'} = 'database'; after require[ing] this script # and before connecting __END__ mysql.pl