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> <200005111957 DOT PAA13566 AT indy DOT delorie DOT com> Subject: Re: Interpreter for Perl, etc... Lines: 15 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: <6kiU4.54117$55.1104022@news2.rdc1.on.home.com> Date: Tue, 16 May 2000 20:37:22 GMT NNTP-Posting-Host: 24.42.120.18 X-Complaints-To: abuse AT home DOT net X-Trace: news2.rdc1.on.home.com 958509442 24.42.120.18 (Tue, 16 May 2000 13:37:22 PDT) NNTP-Posting-Date: Tue, 16 May 2000 13:37:22 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. > > The solution to this is to wrap Perl with a batch file. Then > redirection works as you'd expect. Or you could use redir, correct? I only half-remember reading about it. It writes all its output to stderr (like most gnu programs), but servers expect the text to be written to stdout. Am I remembering correctly? AndrewJ