I have reviewed the coding of CGI and found the module to be out dated, huge and coded very messy. I know others have made this same assumption, but for CGI's defense it works well and is a good module to use if you don't want to make your own.

What I need help on is a list of module's that do what CGI.pm does more or less. I'm in the possess of making my own module with some of the same features of CGI.pm but a more optimized and cleaner looking code.

The planned features of the module are:
GET, POST, PUT Parameters
Write and Read Cookies
File's Upload
Header's Content
Security settings

Its really not that much to make and I have most of it made. The list of other module that do some of the same things as CGI.pm are to give me an idea of what other things I can add in or change. Any development suggestion are welcomed.
Stewie: You know, I rather like this God fellow. Very theatrical, you know. Pestilence here, a plague there. Omnipotence ... gotta get me some of that.

In reply to Whats better then CGI.pm? by $h4X4_|=73}{

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.