It is very easy to pass hidden fields, and do any of the other tasks that are common to Web Application Development if you use a Perl framework designed for this, namely,
HTML::Mason or
HTML::Embperl.
Of these two, to pass hidden data in Embperl is a snap. Your HTML documents become dynamic and to simply take the data from a POST/GET to the current page, the current page simply need do the following:
<FORM>
...
[$ hidden $]
</form>
and for every key-value pair sent to the current page via POST/GET, an appropriate hidden field is created.
Read more about Mason and Embperl they are APIs offering a simple and powerful interface to all common web tasks.
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.