Dear fellow monks,

I would like to confirm that I am experiencing a bug in the perl debugger shipped with perl 5.34, which is perldb.pl version 1.60

If I type the debugger command 'v', there is a weird error message:

# perl -de '1;' Loading DB routines from perl5db.pl version 1.60 Editor support available. Enter h or 'h h' for help, or 'man perldebug' for more help. main::(-e:1): 1; DB<1> v Undefined subroutine &DB::cmd_l called at /usr/local/lib/perl5/5.34.0/ +perl5db.pl line 6034. at /usr/local/lib/perl5/5.34.0/perl5db.pl line 6034. DB::cmd_v("v", "", 1) called at /usr/local/lib/perl5/5.34.0/pe +rl5db.pl line 4798 DB::cmd_wrapper("v", "", 1) called at /usr/local/lib/perl5/5.3 +4.0/perl5db.pl line 4311 DB::Obj::_handle_cmd_wrapper_commands(DB::Obj=HASH(0x558a9ea7b +5c0)) called at /usr/local/lib/perl5/5.34.0/perl5db.pl line 3200 DB::DB called at -e line 1
This happens in the perl:5.34 docker container I pulled from https://hub.docker.com/_/perl

In reply to possible bug in the perl debugger in perl 5.34 by mandarin

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.