Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!uunet!unsvax!jimi!otto!texsun!exodus!newstop!sun!snafu!lm From: lm@snafu.Sun.COM (Larry McVoy) Newsgroups: comp.lang.perl Subject: perl panics on defined Message-ID: <141993@sun.Eng.Sun.COM> Date: 7 Sep 90 03:03:20 GMT Sender: news@sun.Eng.Sun.COM Reply-To: lm@sun.Eng (Larry McVoy) Distribution: usa Organization: Sun Microsystems, Mountain View Lines: 20 Is this a bug? $ cat panic #!/usr/bin/perl print "version=$]\n"; $branches[2] = 4; foreach $branch (@branches) { next unless defined $branch; } $ panic version=$Header: perly.c,v 3.0.1.7 90/08/13 22:22:22 lwall Locked $ Patch level: 28 panic: A_LVAL at panic line 6. $ --- Larry McVoy, Sun Microsystems (415) 336-7627 ...!sun!lm or lm@sun.com