in reply to Finding unique email addresses (was: Help!)
Since you told me in the Chatterbox that you have huge amounts of email-addresses, I'd suggest you use some kind of database. DBI could be used to save your data to a "real" database. If this is overkill, you might as well use a flatfile database, AnyDBM_File for example. As suggested above: You can use a hash as well, but then you might run out of memory..
Regards,
-octo
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Finding Unique E-Mail addresses
by talexb (Chancellor) on Jul 29, 2002 at 13:38 UTC | |
by frankus (Priest) on Jul 29, 2002 at 14:03 UTC |