June 2002
Beginner
759 pages
80h 42m
English
neat_list
$newstring= DBI::neat_list(\@list,maxlength,delim)
Converts each element of a list with DBI::neat and returns it as a
string.
\@
listA reference to the list to convert.
maxlengthThe length at which to truncate the string with “...”.
delimThe delimiter to use between list elements in the new
string. Default is ,
.