# New Ticket Created by gml4410@ggr.co.uk # Please include the string: [perl #30565] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=30565 > I have compiled perl5.8.4 for Linux, Irix, Solaris and OSF1 (all with ithreads). The following line produces an error: my @x = my @y = (); Bizarre copy of ARRAY in aassign at ac.pl line 3. (perl5.8.0 on a redHat9.0 system does not show this). The error is not shown by: my @y; my @x = @y = (); Gordon Lack Application EnvironmentalistThread Next