Say I have an array that contains! @array = qw( cool cool dog dog dog );
Now I want to sum that up, so that the array only has 1 COOL and 1 DOG, so it would contain! @array = qw( cool dog ); Note: I'm doing this for one off my scripts and it contains more text than that, thats just an example. __________________________________________________ Do You Yahoo!? Yahoo! Health - your guide to health and wellness http://health.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]