Michael G. Schwern [Thu, 25 Oct 2001 18:28:12 +0000 (14:28 -0400)]
Message-ID: <
20011025182812.M4811@blackrider>
p4raw-id: //depot/perl@12659
BEGIN { print "ok\n" }
EXPECT
ok
+######## read($var, FILE, 1) segfaults on 5.6.1 [ID 20011025.054]
+read($bla, FILE, 1);
+EXPECT
+Can't modify constant item in read at - line 1, near "1)"
+Execution of - aborted due to compilation errors.