|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/plperl.sgml,v 2.75 2010/01/26 23:11:56 adunstan Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/plperl.sgml,v 2.76 2010/01/27 02:55:04 adunstan Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="plperl">
|
4 | 4 | <title>PL/Perl - Perl Procedural Language</title>
|
@@ -285,9 +285,9 @@ SELECT * FROM perl_set();
|
285 | 285 | </para>
|
286 | 286 |
|
287 | 287 | <para>
|
288 |
| - If you wish to use the <literal>strict</> pragma with your code youhave a few options. |
289 |
| - For temporary global use you can <command>SET</><literal>plperl.use_strict</literal> |
290 |
| -to true (see <xref linkend="plperl.use_strict">). |
| 288 | + If you wish to use the <literal>strict</> pragma with your code you |
| 289 | +have a few options.For temporary global use you can <command>SET</> |
| 290 | +<literal>plperl.use_strict</literal> to true. |
291 | 291 | This will affect subsequent compilations of <application>PL/Perl</>
|
292 | 292 | functions, but not functions already compiled in the current session.
|
293 | 293 | For permanent global use you can set <literal>plperl.use_strict</literal>
|
@@ -692,8 +692,6 @@ SELECT done();
|
692 | 692 | </sect2>
|
693 | 693 | </sect1>
|
694 | 694 |
|
695 |
| - </sect1> |
696 |
| - |
697 | 695 | <sect1 id="plperl-global">
|
698 | 696 | <title>Global Values in PL/Perl</title>
|
699 | 697 |
|
@@ -1069,8 +1067,6 @@ CREATE TRIGGER test_valid_id_trig
|
1069 | 1067 | </listitem>
|
1070 | 1068 | </itemizedlist>
|
1071 | 1069 | </para>
|
1072 |
| - </sect2> |
1073 |
| - |
1074 | 1070 | </sect1>
|
1075 | 1071 |
|
1076 | 1072 | </chapter>
|