G'day programmingzeal,

[Disclaimer: I'm not a user of Jupyter. The following is just some information which may be of use to you.]

If you SuperSearch for "ChatGPT" here, you'll find that it's mostly been lacking, in one way or another, with respect to Perl queries. In this instance, it's found Perl6, and presumably assumed that's an upgrade from Perl5: that's not the case — Perl6 is considered a sister language to Perl5; I don't imagine Perl6 is what you want. Perl6 was renamed to Raku some years ago; the Raku FAQ has more about that.

Perl v5.32.1 is the latest, stable release from Strawberry Perl; it's what you currently have. There are later, experimental versions: probably not what you want; there's further discussion in "When might we see new releases of Strawberry Perl on Windows".

There was a similar (Jupyter) question some weeks ago: "jupyter kernel perl". This didn't lead to a solution; the last post in that thread has "no luck so far"; it's also for a different OS. However, there may be some useful information there; perhaps leading to further avenues for investigation.

— Ken


In reply to Re: Running Perl Strawberry on Windows via Jupyter Notebook by kcott
in thread Running Perl Strawberry on Windows via Jupyter Notebook by programmingzeal

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.