Hi FPI. Sorry, My description was very vague. This may be better I hope.

page1 is a cgi script with no commands, it merely has 4 submit buttons which allow a user to either open or close an alarm for the primary or secondary server. The buttons are open1 close1 open2 close2. When a user closes an alarm it opens an html page and asks for input in several fields. This information is then extracted from the webpage and added to an archive. What I need is once the user submits the information to be archived, for a timestamp to be placed in a text field on the main page that holds the buttons. I can get the stamp to be appended to the file but Im having dificulty getting the timestamp placed in a field rather than merely appended.
Im sorry for all the posts but I just cant find any information anywhere. I dont really have the first idea what to do as I have just been thrown into the deep end by my boss and asked to develope this. I have never used perl before so I'm kinda blind as to what I should do. The logic behind it is simple, I just cant seem to impliment a way to append the information to a field on a seperate page.

I'd like to thank you guys for being so patient with me, I really appreciate it.


In reply to Re: Re: CGI parameter passing (was Aardvark) by rootkidd
in thread CGI parameter passing (was Aardvark) by Anonymous Monk

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.