Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!cunixf.cc.columbia.edu!cs.columbia.edu!dupuy From: dupuy@cs.columbia.edu (Alexander Dupuy) Newsgroups: comp.lang.perl Subject: perl bug (pl 44) Message-ID: Date: 9 Feb 91 04:46:16 GMT Sender: news@cs.columbia.edu (The Daily News) Reply-To: dupuy@cs.columbia.edu Distribution: comp Organization: Columbia University Computer Science Department Lines: 22 The following (erroneous?) script gets a memory fault on a Sun-4 running 4.0.3: while (<>) { ( $start, $end, $line ) =~ /(\d+)-(\d+):(.*\n)/; @foo = $start .. $end; } perl -v This is perl, version 3.0 $Header: perly.c,v 3.0.1.10 91/01/11 18:22:48 lwall Locked $ Patch level: 44 @alex -- -- inet: dupuy@cs.columbia.edu uucp: ...!rutgers!cs.columbia.edu!dupuy