* [EMAIL PROTECTED] [2004-07-09T07:20:57]
> How would I empty $string if it contained more than ten % characters? In 
> other words

$string = "" if split(/%/, $string) > 10;

-- 
rjbs

Attachment: pgpO8nLAuJ7WJ.pgp
Description: PGP signature

Reply via email to