disable submit button when page refresh with back button.

2011-02-11 Thread iinfer
Hi, I have the following html page which simply colects information, then a second page send the data to a third page to show the results from previous two pages. What I am tryinng to do is showing that no matter how much forward you go, when you go back to the initial page the first submit button

Re: logic not being able to score last element in the array

2010-05-07 Thread iinfer
On May 5, 1:10 pm, rbwohlfa...@gmail.com (Robert Wohlfarth) wrote: > On Tue, May 4, 2010 at 8:39 PM, iinfer wrote: > > # OPEN THE KEY > > > my @key=(); > > my @score_key=(); > > sub key{ > >    my $inFile = 'key.csv'; > >    open(IN, $inF

logic not being able to score last element in the array

2010-05-05 Thread iinfer
Hi, I'm new to perl but very enthusiastic about it. I'm having an issue with the following code. The task: two arrays one with a key "key" and one with responses from a form "responses". The idea is that each value in the responses array will be compared to key; if the values match then a 1 or a