diff options
| author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2015-02-17 17:25:57 +0000 |
|---|---|---|
| committer | <> | 2015-03-17 16:26:24 +0000 |
| commit | 780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch) | |
| tree | 598f8b9fa431b228d29897e798de4ac0c1d3d970 /docs/programmer_reference/ext_perl.html | |
| parent | 7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff) | |
| download | berkeleydb-master.tar.gz | |
Diffstat (limited to 'docs/programmer_reference/ext_perl.html')
| -rw-r--r-- | docs/programmer_reference/ext_perl.html | 61 |
1 files changed, 34 insertions, 27 deletions
diff --git a/docs/programmer_reference/ext_perl.html b/docs/programmer_reference/ext_perl.html index af72b9f7..263c231c 100644 --- a/docs/programmer_reference/ext_perl.html +++ b/docs/programmer_reference/ext_perl.html @@ -14,7 +14,7 @@ <body> <div xmlns="" class="navheader"> <div class="libver"> - <p>Library Version 11.2.5.3</p> + <p>Library Version 12.1.6.1</p> </div> <table width="100%" summary="Navigation header"> <tr> @@ -22,9 +22,7 @@ </tr> <tr> <td width="20%" align="left"><a accesskey="p" href="ext.html">Prev</a> </td> - <th width="60%" align="center">Chapter 22. - Berkeley DB Extensions - </th> + <th width="60%" align="center">Chapter 22. Berkeley DB Extensions </th> <td width="20%" align="right"> <a accesskey="n" href="ext_php.html">Next</a></td> </tr> </table> @@ -38,26 +36,37 @@ </div> </div> </div> - <p>The original Perl module for Berkeley DB was DB_File, which was written to -interface to Berkeley DB version 1.85. The newer Perl module for Berkeley DB is -BerkeleyDB, 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> - <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 class="ulink" href="ftp://ftp.funet.fi/" target="_top">ftp://ftp.funet.fi/</a>.</p> - <p>Versions of both BerkeleyDB and DB_File that are known to work correctly -with each release of Berkeley DB are included in the distributed Berkeley DB source -tree, in the subdirectories <code class="filename">perl.BerkeleyDB</code> and -<code class="filename">perl.DB_File</code>. Each of those directories contains a -<code class="filename">README</code> file with instructions on installing and using those -modules.</p> - <p>The Perl interface is not maintained by Oracle. Questions about the -DB_File and BerkeleyDB modules are best asked on the Usenet newsgroup -comp.lang.perl.modules.</p> + <p> + The original Perl module for Berkeley DB was DB_File, which + was written to interface to Berkeley DB version 1.85. The + newer Perl module for Berkeley DB is BerkeleyDB, 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> + <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 class="ulink" href="ftp://ftp.funet.fi/" target="_top">ftp://ftp.funet.fi/</a>. + </p> + <p> + Versions of both BerkeleyDB and DB_File that are known to + work correctly with each release of Berkeley DB are included + in the distributed Berkeley DB source tree, in the + subdirectories <code class="filename">perl.BerkeleyDB</code> and + <code class="filename">perl.DB_File</code>. Each of those + directories contains a <code class="filename">README</code> file with + instructions on installing and using those modules. + </p> + <p> + The Perl interface is not maintained by Oracle. Questions + about the DB_File and BerkeleyDB modules are best asked on the + Usenet newsgroup comp.lang.perl.modules. + </p> </div> <div class="navfooter"> <hr /> @@ -70,9 +79,7 @@ comp.lang.perl.modules.</p> <td width="40%" align="right"> <a accesskey="n" href="ext_php.html">Next</a></td> </tr> <tr> - <td width="40%" align="left" valign="top">Chapter 22. - Berkeley DB Extensions - </td> + <td width="40%" align="left" valign="top">Chapter 22. Berkeley DB Extensions </td> <td width="20%" align="center"> <a accesskey="h" href="index.html">Home</a> </td> |
