diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-28 10:07:00 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-28 10:07:00 +0000 |
commit | 6cecdcac8975bfe2a12272798634919e91b189db (patch) | |
tree | 96993071a6c8dc36b89fa212cc7b4589a3ae6960 /pod/perlfaq8.pod | |
parent | 93342173b757d10fa4133d719efc52a68025860f (diff) | |
download | perl-6cecdcac8975bfe2a12272798634919e91b189db.tar.gz |
fix outdated URLs (from Michael G Schwern)
p4raw-id: //depot/perl@5319
Diffstat (limited to 'pod/perlfaq8.pod')
-rw-r--r-- | pod/perlfaq8.pod | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pod/perlfaq8.pod b/pod/perlfaq8.pod index f8dda0d9b8..0d77dc13fc 100644 --- a/pod/perlfaq8.pod +++ b/pod/perlfaq8.pod @@ -952,10 +952,9 @@ in L<perlfunc/fork>. =head2 How do I use an SQL database? There are a number of excellent interfaces to SQL databases. See the -DBD::* modules available from -http://www.perl.com/CPAN/modules/dbperl/DBD . +DBD::* modules available from http://www.perl.com/CPAN/modules/DBD . A lot of information on this can be found at -http://www.hermetica.com/technologia/perl/DBI/index.html . +http://www.symbolstone.org/technology/perl/DBI/ =head2 How do I make a system() exit on control-C? |