in reply to Perl, gdbm, and DR-DOS ...

Hm. I'm not sure what the restrictions that DR-DOS impose. I think you have three options available to you:

Regardless of which you choose, it's ALWAYS a balance between compatibility and efficiency.

Good Luck!

* I write scripts that must be runnable anywhere, at anytime, without any "setting up" required. They must all be drop-and-run. Hell, I had a requirement not long ago that it needs to be runnable from this guy's iPaq :)

Replies are listed 'Best First'.
Re: Re: Perl, gdbm, and DR-DOS ...
by BoredByPolitics (Scribe) on Feb 03, 2001 at 16:21 UTC
    Thanks for the replies, however, I've come to the conclusion that running on DR-DOS is going to be a non-starter.

    There are 3 large databases that will need to be maintained, so based on the feedback I've received I imagine that access will be very slow.

    But the real show stopper is the lack of sockets in the DR-DOS port of Perl - that leaves me with no way of communicating with the backend database on the server (unless someone knows of a way of getting sockets working in Perl under DOS).

    Pete