Perl database functions

A library of database functions, using just DBI ########################################################################### # # Name         dbfunctions.pm # Description : #  Perl library for database functions # ########################################################################### sub dbFunctions { print “Functions in dbfunctions.pmn”; print “====================n”; print “openDBn”; print ”   Open the mysql database.n”; print “doDBI (<SQL>) n”; print ”   Execute <SQL> on database opened on dbhn”; print […]

Perl database functions Read More »