If I had to come up with a quick-n-dirty solution for your case, I'd probably forget Linux for now and go with ODBC, ActiveState Perl on Win32, and DBD::ODBC...

Before anyone kills me for saying this, I'll explain:
I checked through CPAN, I noticed that the only mention of a LotusNotes interface was listed as an idea which means there is no available code. Tough break there...

Therefor, it seems that the only imediate solution would be setting up a Win32 server (which I know for a FACT has an Lotus ODBC driver), install ActiveState's distro, install DBI and DBD::ODBC via PPM and you're off! Just don't expect the machine to perform well under stress, after all you will be:
1. On a Windows machine.
2. Using ODBC
3. Loading DBD::ODBC as the 3rd layer

There might be a way of doing this via Linux and ODBC as well, but I can't help you there since I have absolutely no idea if there is a Lotus client for Linux and/or ODBC support.
I hope this helps as an alternative...

#!/home/bbq/bin/perl
# Trust no1!

In reply to Re: Accessing a Lotus Notes Database by BBQ
in thread Accessing a Lotus Notes Database by scoombs

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.