1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
<! "@(#)intro.so 10.3 (Sleepycat) 12/21/98">
<!Copyright 1997, 1998 by Sleepycat Software, Inc. All rights reserved.>
<html>
<body bgcolor=white>
<head>
<title>Berkeley DB Reference Guide: Perl</title>
<meta name="description" content="Berkeley DB: An embedded database programmatic toolkit.">
<meta name="keywords" content="embedded,database,programmatic,toolkit,b+tree,btr
ee,hash,hashing,transaction,transactions,locking,logging,access method,access me
thods,java,C,C++">
</head>
<h3>Berkeley DB Reference Guide: Perl</h3>
<p>
<h1 align=center>Using Berkeley DB with Perl</h1>
<p>
The original Perl module for Berkeley DB was <b>DB_File</b>, which was written
to interface to Berkeley DB version 1.85. The newer Perl module for Berkeley DB is
<b>BerkeleyDB</b>, which was written to interface to version 2.0 and
subsequent releases. Because Berkeley DB version 2.X has a compatibility API
for version 1.85, you can (and should!) build DB_File using version 2.X
of Berkeley DB, although DB_File will still only support the 1.85 functionality.
<p>
DB_File is distributed with the standard Perl source distribution (look
in the directory "ext/DB_File"). You can find both DB_File and BerkeleyDB
on CPAN, the Comprehensive Perl Archive Network of mirrored FTP sites.
The master CPAN site is <a href="ftp://ftp.funet.fi/">ftp://ftp.funet.fi/</a>.
<p>
Questions about DB_File and BerkeleyDB are best asked on the Usenet newsgroup
comp.lang.perl.modules.
<p>
<a href="../../ref/toc.html"><img src="../../images/toc.gif"></a>
<a href="../../ref/sendmail/intro.html"><img src="../../images/next.gif"></a>
</tt>
</body>
</html>
|