I really don't get why people want a module for this. Maybe you can explain it to me...

See, here's my thinking: with Perl's wealth of good quoting constructs (I tend to use qq myself, but some people prefer heredocs, whatever), constructing nice, clean, maintainable, wellformed, nicely indented, human-readable HTML is... very, very easy. Propagating the form elements with default values (taken, if desired, from form input) is very easy. A module to do this is, to my way of thinking, a solution in search of a problem. Indeed, it actually makes your job harder, because learning the XHTML needed to build forms is about five times easier than learning the interface to a module you've not used before, even if the module has a very nice clean easy-to-use interface (and many don't).

Maybe you can explain your perspective to me: what is it about constructing HTML forms that makes you say, "Man, I wish I had a module for that"?

-- 
We're working on a six-year set of freely redistributable Vacation Bible School materials.

In reply to Re: Which HTML form builder by jonadab
in thread Which HTML form builder by roman

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.