My experience with this sort of thing is that in the end you are better off writing your own tools. I know it flies in the face of conventional wisdom about re-inventing the wheel but not all wheels are the same and not all round things are wheels. I have found that you can spend a lot of time learning to handle a framework or api only to find at the end of a long journey that it won't do what you need (if not for this job then the next). You are back to square one. But then you also find that the whole thing is so complicated under the hood that modifying it is really not a good idea. Then, rather than discovering that pretty much anything that a computer can do you can make it do via Perl, you end up in a world of frustration. If you want to do non standard stuff off of the beaten track I have found no better tool than Perl itself. On the other hand, if you'll never need to stray out of someone elses comfort zone go for a framework, but otherwise roll your own with bits of cpan...

In reply to Re: Best tools for simple WebUI by fluffyvoidwarrior
in thread Best tools for simple WebUI by kazak

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.