This is not really a complaint, just a point. Mod_perl when setup right is almost as fast as a C CGI script. Your final section recommended using perl if perl could so the job fast enough, because of the extra security features, or use C otherwise. I disagree - not because I think you are wrong, I jsut feel that your comments are a few years out of date. I suggest that mod_perl should be used if a simple CGI script cannot work fast. I don't suggest this because I am anti-c or pro-perl but because C is much harder to make secure than perl.

When I was a pure C coder (a few years back now) there was some call for using C as a CGI language. In fact, my first forays into web design were written in C. These days I would never consider using C, the thought of reinventing the security wheel every time you write a script, and for no apparent gain doen't appeal to me.

The one thing I really want to point out is this is not an attack on your article.... I wish I had had something like that to read while I was working as a webmaster ;)

$japh->{'Caillte'} = $me;

In reply to Re: Safer CGI at SysAdmin by Caillte
in thread Safer CGI at SysAdmin by ybiC

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.