develooper Front page | perl.perl5.porters | Postings from September 2003

[perl #23749] [@21049] debugger "x" command broken

Thread Next
From:
perlbug-followup
Date:
September 6, 2003 20:57
Subject:
[perl #23749] [@21049] debugger "x" command broken
Message ID:
rt-23749-64371.8.3361438473635@rt.perl.org
# 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


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