We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7ff0da commit 0b12398Copy full SHA for 0b12398
Doc/Manual/Perl5.html
@@ -1064,7 +1064,7 @@ <H3><a name="Perl5_nn19">31.4.5 Structures</a></H3>
1064
<p>
1065
If you want to set an array member, you will need to supply a "memberin" typemap
1066
described later in this chapter. As a special case, SWIG does generate
1067
-code to set array members of type <tt>char</tt> (allowing you to store a Python
+code to set array members of type <tt>char</tt> (allowing you to store a Perl
1068
string in the structure).
1069
</p>
1070
@@ -1735,7 +1735,7 @@ <H2><a name="Perl5_nn26">31.6 Exception handling</a></H2>
1735
1736
<div class="code">
1737
<pre>
1738
-%except(python) {
+%except(perl5) {
1739
try {
1740
$function
1741
}
0 commit comments