From cf5d94abba47fa3f066762b805615d0395815627 Mon Sep 17 00:00:00 2001 From: Troy Will Date: Wed, 1 Jul 2009 16:54:25 -0700 Subject: [PATCH] clean up gnu-sql --- experimental/gnu-sql | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/experimental/gnu-sql b/experimental/gnu-sql index a8a214a..3ce79d4 100644 --- a/experimental/gnu-sql +++ b/experimental/gnu-sql @@ -4,11 +4,12 @@ use strict; use warnings; use DBI; +#### Begin Section: Useful webpages # 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/ +#### End Section: Useful webpages + my $repository = '/tmp/'; my $stow_dir = '/stow'; my $target_dir =