From 04efb2298bdc5476790b6510643dcd3f1c74aea8 Mon Sep 17 00:00:00 2001 From: Troy Will Date: Mon, 20 Apr 2009 12:45:59 -0700 Subject: [PATCH] added http://directory.fsf.org/GNU/ comment --- experimental/gnu-sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/experimental/gnu-sql b/experimental/gnu-sql index ffefde2..8b01e06 100644 --- a/experimental/gnu-sql +++ b/experimental/gnu-sql @@ -3,6 +3,9 @@ use strict; use warnings; use DBI; + +# http://directory.fsf.org/GNU/ Directory of GNU software + # http://sql-info.de/mysql/examples/Perl-DBI-examples.html # http://mailliststock.wordpress.com/2007/03/01/sqlite-examples-with-bash-perl-and-python/