• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/docs/programmer_reference/
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml">
4  <head>
5    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6    <title>Scripting languages</title>
7    <link rel="stylesheet" href="gettingStarted.css" type="text/css" />
8    <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" />
9    <link rel="start" href="index.html" title="Berkeley DB Programmer's Reference Guide" />
10    <link rel="up" href="arch.html" title="Chapter��8.�� Berkeley DB Architecture" />
11    <link rel="prev" href="arch_apis.html" title="Programmatic APIs" />
12    <link rel="next" href="arch_utilities.html" title="Supporting utilities" />
13  </head>
14  <body>
15    <div class="navheader">
16      <table width="100%" summary="Navigation header">
17        <tr>
18          <th colspan="3" align="center">Scripting languages</th>
19        </tr>
20        <tr>
21          <td width="20%" align="left"><a accesskey="p" href="arch_apis.html">Prev</a>��</td>
22          <th width="60%" align="center">Chapter��8.��
23		Berkeley DB Architecture
24        </th>
25          <td width="20%" align="right">��<a accesskey="n" href="arch_utilities.html">Next</a></td>
26        </tr>
27      </table>
28      <hr />
29    </div>
30    <div class="sect1" lang="en" xml:lang="en">
31      <div class="titlepage">
32        <div>
33          <div>
34            <h2 class="title" style="clear: both"><a id="arch_script"></a>Scripting languages</h2>
35          </div>
36        </div>
37      </div>
38      <div class="toc">
39        <dl>
40          <dt>
41            <span class="sect2">
42              <a href="arch_script.html#id1603486">Perl</a>
43            </span>
44          </dt>
45          <dt>
46            <span class="sect2">
47              <a href="arch_script.html#id1603736">PHP</a>
48            </span>
49          </dt>
50          <dt>
51            <span class="sect2">
52              <a href="arch_script.html#id1603909">Tcl</a>
53            </span>
54          </dt>
55        </dl>
56      </div>
57      <div class="sect2" lang="en" xml:lang="en">
58        <div class="titlepage">
59          <div>
60            <div>
61              <h3 class="title"><a id="id1603486"></a>Perl</h3>
62            </div>
63          </div>
64        </div>
65        <p>Two Perl wrappers are distributed with the Berkeley DB release.  The Perl
66interface to Berkeley DB version 1.85 is called DB_File.  The Perl interface
67to Berkeley DB version 2 and later is called BerkeleyDB.  See
68<a class="xref" href="ext_perl.html" title="Using Berkeley DB with Perl">Using Berkeley DB with Perl</a> for more
69information.</p>
70      </div>
71      <div class="sect2" lang="en" xml:lang="en">
72        <div class="titlepage">
73          <div>
74            <div>
75              <h3 class="title"><a id="id1603736"></a>PHP</h3>
76            </div>
77          </div>
78        </div>
79        <p>A PHP wrapper is distributed with the Berkeley DB release.  See
80<a class="xref" href="ext_php.html" title="Using Berkeley DB with PHP">Using Berkeley DB with PHP</a> for more
81information.</p>
82      </div>
83      <div class="sect2" lang="en" xml:lang="en">
84        <div class="titlepage">
85          <div>
86            <div>
87              <h3 class="title"><a id="id1603909"></a>Tcl</h3>
88            </div>
89          </div>
90        </div>
91        <p>A Tcl wrapper is distributed with the Berkeley DB release.  See
92<a class="xref" href="tcl.html#tcl_intro" title="Loading Berkeley DB with Tcl">Loading Berkeley DB with Tcl</a> for more
93information.</p>
94      </div>
95    </div>
96    <div class="navfooter">
97      <hr />
98      <table width="100%" summary="Navigation footer">
99        <tr>
100          <td width="40%" align="left"><a accesskey="p" href="arch_apis.html">Prev</a>��</td>
101          <td width="20%" align="center">
102            <a accesskey="u" href="arch.html">Up</a>
103          </td>
104          <td width="40%" align="right">��<a accesskey="n" href="arch_utilities.html">Next</a></td>
105        </tr>
106        <tr>
107          <td width="40%" align="left" valign="top">Programmatic APIs��</td>
108          <td width="20%" align="center">
109            <a accesskey="h" href="index.html">Home</a>
110          </td>
111          <td width="40%" align="right" valign="top">��Supporting utilities</td>
112        </tr>
113      </table>
114    </div>
115  </body>
116</html>
117