Re: Email Purge

2009-02-24 Thread Gunnar Hjalmarsson
perl wrote: Cheers and thanks in advance for you help. I have a routine intended to purge duplicate emails from a list. The code below is not working. I gave you a tip att beginners-cgi: perldoc -q duplicate but you seem to have ignored it. Why? -- Gunnar Hjalmarsson Email: http://www.gu

Re: Email Purge

2009-02-24 Thread Jenda Krynicky
From: perl > Cheers and thanks in advance for you help. I have a routine intended > to purge duplicate emails from a list. The code below is not working. > I remember seeing something like... foreach $email(@emails, @emails2)) > { etc ... but I'm lost. Any help is appreciated. > sub purge > { > op