I also wonder if your Ubuntu system perl has patched the perl v5.34.0 security vulnerabilities described here.

Ubuntu Perl does apply CVE-related patches. Here's my list from 5.34, perl -V:

DEBPKG:CVE-2020-16156-1.patch - [PATCH] bugfix: signature verification + type CANNOT_VERIFY was not recognized DEBPKG:CVE-2020-16156-2.patch - [PATCH] Add two new failure modes base +d on cpan_path DEBPKG:CVE-2020-16156-3.patch - [PATCH] use gpg --verify --output ... +to disentangle data and signature DEBPKG:CVE-2020-16156-4.patch - [PATCH] replacing die with mydie in th +ree spots DEBPKG:CVE-2020-16156-5.patch - [PATCH] disambiguate the call to gpg - +-output by adding --verify DEBPKG:CVE-2020-16156-6.patch - [PATCH] s/gpg/$gpg/ in system, add quo +tes where needed DEBPKG:CVE-2020-16156-7.patch - [PATCH] s,/dev/null,$devnull, DEBPKG:CVE-2023-31484.patch - [PATCH] Add verify_SSL=>1 to HTTP::Tiny +to verify https server identity DEBPKG:CVE-2023-47038.patch - [PATCH 1/2] Fix read/write past buffer e +nd: perl-security#140 DEBPKG:CVE-2022-48522.patch - [PATCH] Don't try to Sv[PI]V() on an und +ef index SV in find_uninit_var()
...plus 50 non-CVE related patches.

In reply to Re^2: Debugger issue solved (two years ago) by haj
in thread Debugger issue solved (two years ago) by talexb

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.