NodeReaper has asked for the wisdom of the Perl Monks concerning the following question:

Replies are listed 'Best First'.
Re: Why wont this post?
by chromatic (Archbishop) on Mar 12, 2001 at 22:34 UTC
    If you need to include a form element in an HTML page, the simplest option is to generate that page with a script. It's easy enough to add a hidden field to the second page. When the script for the first page sees that field, it can add the timestamp field.

    Does this make sense? (Use CGI and all will become clear. Eventually.)