Date: Thu, 1 Mar 2001 10:50:36 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Daniel Barker cc: djgpp AT delorie DOT com Subject: Re: Penalty for immature language (PERL/BASH) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 28 Feb 2001, Daniel Barker wrote: > At the BASH prompt, I launch the following PERL script, prog.pl: > > while(<>) > { > `$_` > } > > If I give this a single line consisting of the word "poo", BASH performs > an illegal instruction. Could you please describe, for the Perl-illiterate such as myself, what does this loop do, in the terms of its interaction with the OS? Looking into this problem involves the DJGPP library as well as Perl-specific knowledge; I lack the second part to try to think about the possible reasons.