if you're asking about platform independent cgi, i'm not exactly sure where you're going that cgi.pm isn't. my personal issue was that i didn't like needing to print out all of this stuff that cgi only sorta covered for me and i think html in perl scripts looks bastardized. my original move was to html::template, but i don't really like that either - i've got a script made just for that module and i've got to keep both the template and script open to remember what variables i've got going on and where.

so, now i'm in the process to output all of my data in json and use javascript on the client. my only problem here is that i hate javascript. however, i'm hoping it'll give me cleaner code and enough flexibility to make up for my loathing.


In reply to Re: Web file upload codes or modules by ag4ve
in thread Web file upload codes or modules 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.