Why, oh why, do people insist on
cargo cult code?
This code fails in the same ways that this code always fails, and then we get to repeat the same failure modes. For example:
- You fail to verify that it was POST vs GET.
- You fail to validate the existence or sanity of CONTENT_LENGTH.
- You break multiple-select fields.
Please stop with the cargo cult programming. use
CGI.pm. It's there. It does the job.
-- Randal L. Schwartz, Perl hacker
|
UPDATE:
OK, I don't understand these downvotes. I'm passing along information that
is accurate, and designed to prevent security violations, and to make the code
more maintainable.
Are the anonymous cowards that are downvoting me doing it because it's technically
incorrect, because security isn't that important, or something else entirely?
Or would people prefer nicey-nice "blind leading the blind" like we get in
alt.perl? Because that's what'll happen if you keep
disrespecting some of us that have been around the block a few times.
I'd gladly be willing to be called wrong on anything I post. If you think you have to
protect someone else with a thin skin, you're damaging both yourself and
them.
{sigh} Why do I bother?
|
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.