PERL Development Resources
PERL Character Display Limitations
If your PERL scripts do not return the appropriate number of characters, add the following code underneath your connect statements:
$dbh->{LongReadLen} = 32768; # some big number
Referenced by...