Thanks for the info... I shall have a read of CGI::Alternatives.

I used to use CGI.pm for file uploads but found it so unreliable in some circumstances that I wrote my own require file for handling web form input, including file uploads. One day or so of coding and testing and it has proved a good use of the time.

TBH I have always worked alone, only looking for input when I need help with a specific problem with, usually, a small amount of code. This isolation has forced me to find solutions but, no doubt, also reinvent some wheels. I know I need to up my coding skills which I why I've created an account here instead of just reading solutions to my problems.

You can tell how little I know about what is out there as these frameworks are a bit of a revelation. Although I consider myself to be an OK programmer who has created and maintains a few functional, dynamic websites. I'm still not seeing the advantage of these frameworks but perhaps, just maybe, that will come after plenty of reading the docs you have pointed me to - thanks.


In reply to Re^6: Emailing Passwords? In 2020? by Bod
in thread Emailing Passwords? In 2020? by punklrokk

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.