Brothers I have traveled far and passed my comprehensive exams since last we met. I have come to ask advice on the planning of a new script I have decided to do for fun for the web site of a metal band.
The script will have 2 main purposes:

I want empty fields on the form (which end up as null elements in the scripts arrays) to cause the next non-null element to be promoted so that we always have date1=1/1/01&date2=1/11/01 as opposed to losing date2 and having date3.
And I would like to make the initial values of each textfield be the current value of that var.

I would love general reactions to this plan as in "Read up on the yatayata module it should help" etc. BTW this will be my first purely OO interface CGI script (I hope).
TIA
jg
_____________________________________________________
My name is Inigo Montoya...


In reply to Planning for Metal Band's Calendar Script by jerrygarciuh

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.