enk0d has asked for the wisdom of the Perl Monks concerning the following question:

I am a newbie still at perl but i was wondering if this is possible with perl because it would be great if it was. Is it possible to use perl to manage a database of 25,000 - 30,000 contacts given that they have a static ip from a ISP like Earthlink and have the ability to send emails to various groups created from those contacts and also be able to move contacts to and from each group if a particular contact requests it. I hope this was enough clarification for you all to understand my question if not let me know but i would really appreciate the help. --enk0d

Replies are listed 'Best First'.
Re: Contact management
by davido (Cardinal) on Oct 31, 2003 at 00:58 UTC
    Yes, it's possible to use Perl to write "contact management" and SPAM software.

    No, it's impossible to tell (in any language) if a harvested email address corresponds to a user with a static IP. It's also similarly not really within the realm of possibility to determine the email addresses that are accepted by an ISP in behalf of a particular static IP, regardless of language used. IP's and email addresses aren't really related. But then if your "contacts" have "opted-in" willingly, they could probably tell you at sign-up time what their email address and static IP address are.

    It is entirely within the realm of easy Perl-fu to organize "contacts" into groups, and to be able to move things from one group to another.

    And it is also possible with Perl, or just about any other language, to handle group-change and opt-out requests.

    You could probably accomplish the list management stuff with just about any language; Perl, C, Java, shell-scripts, or even BASIC. If only it weren't so... Ask the Dark Gods for implementation details.


    Dave


    "If I had my life to live over again, I'd be a plumber." -- Albert Einstein

    PS: Most "email list" management tools are already built into majordomo software, which is, iteslf written in Perl. You might look into that instead of starting over with your own home-rolled solution. Majordomo is probably the most broadly used emailing-list management software on the net.

Re: Contact management
by William G. Davis (Friar) on Oct 31, 2003 at 00:59 UTC
    A reply falls below the community's threshold of quality. You may see it by logging in.