Perl bless you, my brothers,
I want to found only idea how to do something to work. I am working on system which using hmtl pages with forms which are processed by perl script. I want to do this: Once user log into this system, each time he submit form, I want to call script with his user login information (maybe with input hidden field = username...) So as user browsing through .html pages system must still remember user login information.

Only one idea, which I founded, how to transfer user login information between pages through all system, is made index as .pl script which can call and view all .html pages dynamically, with some changes in source code (it can insert in form part hidden field with user login name.... ).

Second idea is make this with SSI but I dont know how to identificate user to insert right data into form fields which SSI insert....

If you know, how do this simlier, it help me so much.
Thanks and Perl be with you.

Li Tin O've Weedle
mad Tsort's philosopher


In reply to How to easy transfer parameters betwen html pages. by LiTinOveWeedle

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.