Приглашаем посетить
Сумароков (sumarokov.lit-info.ru)

Reference: neat_list

PreviousChapter 12
Databases and Perl
Next
 

neat_list

 $newstring = DBI::neat_list(\@list, maxlength, delim)

Converts each element of a list with DBI::neat and returns it as a string.

\@list

A reference to the list to convert.

maxlength

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

delim

The delimiter to use between list elements in the new string. The default is ", ".


PreviousHomeNext
Reference: neatBook IndexReference: ping