<docbook><section><title>PERLCharacterDisplayLimitations</title><para> </para><bridgehead class="http://www.w3.org/1999/xhtml:h2">PERL Development Resources</bridgehead>
<bridgehead class="http://www.w3.org/1999/xhtml:h3">PERL Character Display Limitations</bridgehead>
<para>If your PERL scripts do not return the appropriate number of characters, add the following code underneath your connect statements:</para><programlisting>$dbh-&gt;{LongReadLen} = 32768; # some big number
</programlisting></section></docbook>