http://www.perlmonks.org?node_id=1005734


in reply to Difference in perl_mod

Where is $dbh getting assigned? I see where it is getting declared, but never assigned. Check the difference between your usage and the usage in DBI, especially in the connect call.

Once you have that resolved, please explain what you think the call to simpleconnect() does, and why it is necessary.

--MidLifeXis