# New Ticket Created by "Philipp Marek" # Please include the string: [perl #71354] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=71354 >
I've got a small testcase attached, with the working way commented. It seems that the type of array values is not correctly used for the ".=" operator. "perl6 -e 'use H'" gives: Use of uninitialized value Writing 3: Use of uninitialized value Writing 2: Use of uninitialized value Use of uninitialized value Use of uninitialized value Use of uninitialized value Regards, Phil -- Versioning your /etc, /home or even your whole installation? Try fsvs (fsvs.tigris.org)!
H.pm
Description: Perl program