clean up gnu-sql
This commit is contained in:
parent
1b9ce894b7
commit
cf5d94abba
1 changed files with 3 additions and 2 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue