#LinuxGER

Re: YYY - perlbug

Jan Niehusmann (jan@anduin.gondor.mcs.de)
Tue, 4 Nov 1997 19:06:09 +0100

Message-ID: <19971104190609.04438@anduin.gondor.mcs.de>
Date: Tue, 4 Nov 1997 19:06:09 +0100
From: Jan Niehusmann <jan@anduin.gondor.mcs.de>
To: Erik Thiele <erik@unterland.de>
Subject: Re: YYY - perlbug
In-Reply-To: <Pine.LNX.3.96.971104131220.421A-101000@master>; from Erik Thiele on Tue, Nov 04, 1997 at 01:15:25PM +0100

On Tue, Nov 04, 1997 at 01:15:25PM +0100, Erik Thiele wrote:
> 6. sich wundern, warum es so scheisse ist, oder mir erklaeren, warum
> es so scheisse ist, oder einen perl bugreport losschicken oder mir
> erklaeren warum ich so dusslig bin.

Siehe manpage:

Example:

while (<*.c>) {
chmod 0644, $_;
}

is equivalent to

open(FOO, "echo *.c | tr -s ' \t\r\f' '\\012\\012\\012\\012'|");
while (<FOO>) {
chop;
chmod 0644, $_;
}

In fact, it's currently implemented that way. (Which
means it will not work on filenames with spaces in them
unless you have csh(1) on your machine.)

Wenn ich aber csh in diesem Directory aufrufe (einfach nur 'csh' reicht
schon) core dumpt dieser. Es scheint sich also um einen csh-Bug, nicht
um einen Perl-Bug zu handeln.

Mache ich ein ln -sf /bin/tcsh /bin/csh funktioniert's nacher

Bye, Jan

-- 
PGP-Key-ID:  1024/DAD29745 1994/09/02 Jan Niehusmann <jan@gondor.com>
Fingerprint: C9 99 62 ED 57 A3 13 74  75 33 00 7B D8 0C 14 17


This archive was generated by hypermail 1.02.