# New Ticket Created by A. Farber # Please include the string: [perl #29576] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=29576 > Hi, with perl 5.8.0 on RedHat Linux 7.2 and HP-UX 11.11 the attached simple script correctly produces: $hash of lists = { 'KEY2' => [ 'val2', 'val3' ], 'KEY1' => [ 'val1' ] }; Same script fails with perl 5.8.2 on RedHat and HP-UX, and also with perl 5.8.3 with OpenBSD -current and with perl 5.8.0 with OpenBSD 3.4 -stable: $hash of lists = { 'KEY2' => [ undef ], 'KEY1' => [ undef ] }; The "perl -V" output for the both perl's on Linux is attached. Please contact me if you have more questions. Regards AlexThread Next