This commit is contained in:
Troy Will 2009-04-20 12:45:59 -07:00
parent 3ecd142817
commit 04efb2298b

View file

@ -3,6 +3,9 @@
use strict; use strict;
use warnings; use warnings;
use DBI; use DBI;
# http://directory.fsf.org/GNU/ Directory of GNU software
# http://sql-info.de/mysql/examples/Perl-DBI-examples.html # http://sql-info.de/mysql/examples/Perl-DBI-examples.html
# http://mailliststock.wordpress.com/2007/03/01/sqlite-examples-with-bash-perl-and-python/ # http://mailliststock.wordpress.com/2007/03/01/sqlite-examples-with-bash-perl-and-python/