I am trying to create a script that runs through a maillog file that
collects the to and from addresses for a domain and then sorts out all the
unique from addresses to a to address.

I am using a foreach loop " foreach $i ( keys %recipient ) "
which gives me a list of from addresses to each recipient. The script gives
me what I want except a sorted unique list. I have tried sort within the
foreach loop but it doesn't sort. Where should I be headed?

David Stavert
Netraprise Systems, Inc.
79 13th Ave NE
Suite 112
Minneapolis, MN 55413
612.317.9065


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

Reply via email to