While I don't have any experience running perl on a Netware server, this article from http://developer.novell.com says that DBI::ODBC has been ported to the perl on netware. Netware comes with an ODBC driver for Oracle. I suspect you might also be able to find drivers for Sybase and BTreive as well. I know that Oracle and Sybase Adaptive Server run on Netware. I am currently running Sybase on one of my servers with better results than I expected. You also might want to check out the DBI::Proxy and DBI::ProxyServer modules. I believe the proxy driver comes with DBI.

Hero ZZyzzx, would you mind updating this node when you come up with a solution to your netware problems? As a netware admin, I would be interested to hear your experiences using perl in this context.

----
Coyote


In reply to Re: Netware and Perl by Coyote
in thread Netware and Perl by Hero Zzyzzx

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.