start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: finish Chapter 12
Databases and Perl
Next: Reference: neat_list
 

neat

 $

newstring

 = 
DBI::neat
(
string
, 
maxlength
)

Converts a string to one with quoted strings, null values shown as undef , and unprintable characters shown as ".".

string

The string to convert.

maxlength

The length at which to truncate the string with "...".


Previous: Reference: finish Perl in a Nutshell Next: Reference: neat_list
Reference: finish Book Index Reference: neat_list

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.