diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-09 13:37:01 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-09 13:37:01 +0000 |
commit | 213329dd3d3cdcddf6cc727a9d45053e2788898b (patch) | |
tree | a0462206b0af3340974a4bfef4d1e1149d120e85 /pod/perlfaq8.pod | |
parent | 7dc9aaa56b11c3e04f31eb9de23451166e23126f (diff) | |
download | perl-213329dd3d3cdcddf6cc727a9d45053e2788898b.tar.gz |
FAQ sync.
p4raw-id: //depot/perl@12911
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 c093b77cc7..bf5d7a6a6f 100644 --- a/pod/perlfaq8.pod +++ b/pod/perlfaq8.pod @@ -1,6 +1,6 @@ =head1 NAME -perlfaq8 - System Interaction ($Revision: 1.2 $, $Date: 2001/10/16 13:27:22 $) +perlfaq8 - System Interaction ($Revision: 1.4 $, $Date: 2001/11/09 08:06:04 $) =head1 DESCRIPTION @@ -954,8 +954,7 @@ in L<perlfunc/fork>. There are a number of excellent interfaces to SQL databases. See the DBD::* modules available from http://www.cpan.org/modules/DBD . -A lot of information on this can be found at -http://www.symbolstone.org/technology/perl/DBI/ +A lot of information on this can be found at http://dbi.perl.org/ =head2 How do I make a system() exit on control-C? |