• Topic
  • Discussion
  • UdaWikiWeb.PERLCharacterDisplayLimitations(Last) -- Owiki? , 2016-08-19 15:00:42 Edit owiki 2016-08-19 15:00:42

    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...