in reply to
Smart Substrings
The perl DBI module provides a function for this:
$option = DBI::neat($string, 15);
Comment on
Re: Smart Substrings
In Section
Seekers of Perl Wisdom