I work at our local GIS department, working on maps, and that kind of stuff. I recently added a database search to their website, which I recently redesigned (the website). The script behaves fine sometimes, but not other times. The script uses the DBD::Xbase module by Pratap Pereira, which works just fine (except it wouldn't work with 'use strict'). I'm not a hardcore perl professional, but I do the best I an. The script runs on a Novell NetWare 5.1 server with Novell's perl NLM. On some occasions, the perl NLM will hog over 50% of the server's resources (or the NLM will crash). The network admin, who is not in the GIS dept, is threatening to cut all my ties to perl because he says it hurts efficiency of his server. He says its not the server, but my fault. Anyway, here's the script. It reads a dbf file that I cannot post for legal reasons. I'd appreciate it if anyone can tell me if I have a major script problem or if its just NetWare. The extra comments were for my fellow employees, so they can understand the script. Thanks.

Get it here: http://www.emerycounty.com/gis/mapdata/searchdb.txt.

In reply to Novell NetWare perl reading DBF's. by ti-source

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.