Subject: Re: [ID
20000411.002] qw() gives different results in 5.6 to previous versions
Message-ID: <
d1c9b2af49.tom@compton.compton.nu>
was missing, the code change went in as #5989
(which had a different test?)
p4raw-id: //depot/perl@6482
M(C);
EXPECT
Modification of a read-only value attempted at - line 2.
+########
+print qw(ab a\b a\\b);
+EXPECT
+aba\ba\b