How do I truncate a string to a particular number of characters?

This is expensive:

$shortdescription =~
s/(............................................................................
........................................ ).*/$1/;

Gary



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to