perl.so

来自「berkeley db 4.6.21的源码。berkeley db是一个简单的数」· SO 代码 · 共 34 行

SO
34
字号
m4_comment([$Id: perl.so,v 10.29 2006/12/05 19:12:12 bostic Exp $])m4_ref_title(m4_db Extensions, Using m4_db with Perl, @Perl, ext/mod, ext/php)m4_p([dnlThe original Perl module for m4_db was DB_File, which was written tointerface to m4_db version 1.85.  The newer Perl module for m4_db isBerkeleyDB, which was written to interface to version 2.0 and subsequentreleases.  Because m4_db version 2.X has a compatibility API for version1.85, you can (and should!) build DB_File using version 2.X of m4_db,although DB_File will still only support the 1.85 functionality.])m4_p([dnlDB_File is distributed with the standard Perl source distribution (lookin the directory "ext/DB_File").  You can find both DB_File and BerkeleyDBon CPAN, the Comprehensive Perl Archive Network of mirrored FTP sites.The master CPAN site ism4_linkweb(ftp://ftp.funet.fi/, ftp://ftp.funet.fi/).])m4_p([dnlVersions of both BerkeleyDB and DB_File that are known to work correctlywith each release of m4_db are included in the distributed m4_db sourcetree, in the subdirectories m4_path(perl.BerkeleyDB) andm4_path(perl.DB_File).  Each of those directories contains am4_path(README) file with instructions on installing and using thosemodules.])m4_p([dnlThe Perl interface is not maintained by Oracle.  Questions about theDB_File and BerkeleyDB modules are best asked on the Usenet newsgroupcomp.lang.perl.modules.])m4_page_footer

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?