Sorry, I forgot you might need to look at the template as well. Note that I am using the post method on the form.
<form method="post"> <table width='100%' border="1" cellspacing='2'> <tr> <th colspan='2'>&nbsp;</th> <th class=nwright>Sun</th> <th class=aright>Mon</th> <th class=aright>Tue</th> <th class=aright>Wed</th> <th class=aright>Thu</th> <th class=aright>Fri</th> <th class=nwright>Sat</th> <th class=aright>Total</th> </tr> <TMPL_LOOP ROWS> <tr> <td><TMPL_VAR NAME=Client></td> <td><TMPL_VAR NAME=Job></td> <td class=nwright><TMPL_VAR NAME=Sun></td> <td class=aright><TMPL_VAR NAME=Mon></td> <td class=aright><TMPL_VAR NAME=Tue></td> <td class=aright><TMPL_VAR NAME=Wed></td> <td class=aright><TMPL_VAR NAME=Thu></td> <td class=aright><TMPL_VAR NAME=Fri></td> <td class=nwright><TMPL_VAR NAME=Sat></td> <td class=aright><TMPL_VAR NAME=Total></td> </tr> </TMPL_LOOP> </table> <table width='100%'> <tr> <td class=aleft><input type="submit" class=save name='Save' value= +"Save times"></td> <td class=acentre><input type="submit" class=submit name='Submit' +value="Submit times"></td> <td class=aright><input type="submit" name='Cancel' value='Cancel +all changes'></td> </tr> </table> </form>

In reply to Re: CGI $query->save does not save data in first invocation of script by Anonymous Monk
in thread CGI $query->save does not save data in first invocation of script 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.