in reply to Domino Servers and Perl

This is best handled by writing code in one of the supported languages: @Formula, LotusScript, Java. Domino also supports JavaScript but that can't be used to write automated, server-side code.

If you really, really want to write your code in perl, see Notes::OLE for some stuff that will help. You will need to be familiar with the API presented by the LotusScript classes and be able to understand how they'd be usable from OLE.

Replies are listed 'Best First'.
Re^2: Domino Servers and Perl
by prad_intel (Monk) on Oct 07, 2005 at 10:19 UTC
    Nisha ,

    A few months back I too was working on Domino platforms for an Anti Virus company in bangalore.

    Well as in checking Virus through mails/spam lots of mails had to be sent/recieved and analyzed.

    It was done using perl (of course).

    You can pump mails to Lotus notes using a module ( mostly available in CPAN , time for you to search there ) or you can use Sendmail.pl ( explorer->new->window->google )

    regards

    Prad

    for everything you want to search in perl there is google for those you cant find there, PM Super search is here