develooper Front page | perl.perl5.porters | Postings from July 2004

[perl #30565] Bug in perl5.8.4 (?)

Thread Next
From:
gml4410 @ ggr . co . uk
Date:
July 2, 2004 08:15
Subject:
[perl #30565] Bug in perl5.8.4 (?)
Message ID:
rt-3.0.11-30565-91796.18.4984337586548@perl.org
# 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 Environmentalist


Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About