index 90f63acddedb60c37d06f3b526317e41db98fa40..cb231bd791a974d4ea91cf3d35e002b9d88b0c99 100644 (file)
-<!-- $PostgreSQL: pgsql/doc/src/sgml/plperl.sgml,v 2.75 2010年01月26日 23:11:56 adunstan Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/plperl.sgml,v 2.76 2010年01月27日 02:55:04 adunstan Exp $ -->
<chapter id="plperl">
<title>PL/Perl - Perl Procedural Language</title>
</para>
<para>
- If you wish to use the <literal>strict</> pragma with your code you have a few options.
- For temporary global use you can <command>SET</> <literal>plperl.use_strict</literal>
- to true (see <xref linkend="plperl.use_strict">).
+ If you wish to use the <literal>strict</> pragma with your code you
+ have a few options. For temporary global use you can <command>SET</>
+ <literal>plperl.use_strict</literal> to true.
This will affect subsequent compilations of <application>PL/Perl</>
functions, but not functions already compiled in the current session.
For permanent global use you can set <literal>plperl.use_strict</literal>
</sect2>
</sect1>
- </sect1>
-
<sect1 id="plperl-global">
<title>Global Values in PL/Perl</title>
</listitem>
</itemizedlist>
</para>
- </sect2>
-
</sect1>
</chapter>