# New Ticket Created by (Randal L. Schwartz) # Please include the string: [perl #23749] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=23749 > Spurious "empty array" and "empty hash" everywhere.... Fairly recent addition. merlyn% perl -de 0 Loading DB routines from perl5db.pl version 1.22 Editor support available. Enter h or `h h' for help, or `man perldebug' for more help. main::(-e:1): 0 DB<1> x 5..10 0 5 empty array 1 6 empty array 2 7 empty array 3 8 empty array 4 9 empty array 5 10 empty array DB<2> x { fred => 1, barney => 2 } 0 HASH(0x3917f8) 'barney' => 2 empty hash 'fred' => 1 empty hash DB<3> -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 <merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/> Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!Thread Next