$newstring = DBI::neat(string, maxlength)
newstring
Converts a string to one with quoted strings, null values shown as undef, and unprintable characters shown as ".".
undef
The string to convert.
The length at which to truncate the string with "...".
[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]