I don't disagree with you at all. As I said, it's a great tutorial for the fundamentals and the securtiy considerations are of course important still but I think it is also true that there are more recent approaches to writing web-apps and I would recommend exploring those.
I'm a bit surprises about the - in my view - slightly excessive downvoting and I think it would be good if those who did downvote could explain why? Not because I'm too fuzzed about XP but because I would really like to know if others really disagree with the notion that a pure CGI script as back-end for a web-app is a bit dated, in particular if the web-app basically handles a database with forms for viewing and updating records.
I mentioned database interfaces because the OP described a scenario where a CSV file would basically be used as a database - including update operations. To my mind, this is going to be highly problematic in the long run and I'm not sure if your post agrees or disagrees with that position(?)

In reply to Re^4: Building a webpage with Perl by tospo
in thread Building a webpage with Perl by relientmark

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.