From: Bob Walton Newsgroups: comp.os.msdos.djgpp,comp.lang.perl.misc Subject: Re: WANTED: perl for DOS Date: Sat, 09 Nov 1996 20:25:40 -0500 Organization: Society for Individual Liberty Lines: 24 Message-ID: <32852F14.574D@frontiernet.net> References: <327E6356 DOT 1293 AT ti DOT com> Reply-To: walton AT frontiernet DOT net NNTP-Posting-Host: usr3-212.dial.roc.frontiernet.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Jason Kridner To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Jason Kridner wrote: > > I am desperate to have a perl for DOS (32-bit extended, not 16-bit > or Windows) which has 'inport' and 'outport' instructions. I > frequently use DJGPP (GO32) and it seems like it would be a natural > to compile perl. Unfortunately, I have had many problems just > expanding the archive. Also, all of the make utilities rely on > running 'sh', etc. > > I downloaded the OS/2 port of perl (perl5x.exe), but I get SIGSEGV > exceptions when I try to run a script (using RSX as the extender). > Even if I do get it to work, I have no idea how I will compile in > the 'inport' and 'outport' instructions that I need. > > Is anyone else working on solving this problem? I am in desperate need > and I am willing to put some time into it. > > Regards, > Jason Kridner > jdk AT ti DOT com Suggestion: Use Win32 perl, and write C-language routines per the perlapi and Win32xs docs to do your port I/O stuff. That way, you don't even have to compile perl.