At one time I quite agreed with you. I thought I would be able to fix my "seriously wrong" code. It was only after much perplexity, failed attempts, and tons of internet-searching that I realized it was the browser's handling of the hidden form fields at issue. Trust me, I had cleared all of the session-related fields (via AJAX/JavaScript): this had no effect. Note that when I started out, this did work...but browsers have evolved. I was actually surprised to learn that the browser changes were not so recent as my noticing of the problem, and it turns out I may have been slower to catch on because I had been using an old computer with an old OS and older browser (barely functional with many websites these days). My "upgrade" just pulled the wool off my eyes. Perhaps I should feel a bit like Rip Van Winkle. In any case, I must now catch up to the times--though I still program on computers that are over 10 years old.

Blessings,

~Polyglot~


In reply to Re^7: [RAKU] How to install zef on Ubuntu 22.04 by Polyglot
in thread [RAKU] How to install zef on Ubuntu 22.04 by Polyglot

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.