Hi all!
I have a perl script that when called displays a form for user input of figures (one figure for each day of the week).
Currently the user also keys the total for the week.
I was woundering if perl could be used to add up the entries as they are keyed and display the total on the form (real time)as the figures are entered.
This could be done using Javascript on the form but I would love to see how one would achieve this using perl.
I have a perl script that when called displays a form for user input of figures (one figure for each day of the week).
Currently the user also keys the total for the week.
I was woundering if perl could be used to add up the entries as they are keyed and display the total on the form (real time)as the figures are entered.
This could be done using Javascript on the form but I would love to see how one would achieve this using perl.