From: "AndrewJ" Newsgroups: comp.os.msdos.djgpp References: <3 DOT 0 DOT 6 DOT 16 DOT 20000511012834 DOT 3f57aeac AT mail DOT cybercable DOT fr> Subject: Re: Interpreter for Perl, etc... Lines: 32 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Message-ID: Date: Thu, 11 May 2000 14:20:01 GMT NNTP-Posting-Host: 24.42.120.18 X-Complaints-To: abuse AT home DOT net X-Trace: news2.rdc1.on.home.com 958054801 24.42.120.18 (Thu, 11 May 2000 07:20:01 PDT) NNTP-Posting-Date: Thu, 11 May 2000 07:20:01 PDT Organization: @Home Network Canada To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com DJGPP comes with a port of Perl, although I remember reading something (and correct me if I'm wrong) about it being a bugger to use with a server because of the way it writes text to the console. Alternatively, go to http://www.cpan.org (The Comprehensive Perl Archive Network). Perl is free, and available in source format, although you might find integrating Perl into an application something of a challenge. There is also a whole bunch of comp.lang.perl.* newsgroups you could take your Perl questions to. AndrewJ > Hello, > > I have written a small Web-Server under Dos and I like to add CGI's to it. > To do that, I like to use perl or php. > > The Scripts must be plain text files with the ending .pl or .php. and can > be in a web directory or the cgi-bin directory. I like to integrate a perl > or php interpreter/machine into my webserver or an external dxe. > > Please does anyone have a sourcecode for such Interpreters written in C ??? > > Thanks in advance > Michelle > > P.S.: The Web-Server can handel LFN with the DESCRIPT.ION file. ;-)) > I like to include a FTP-, POP3- snd SMTP-Server too.