in reply to Re^2: CGI won't pass to split
in thread CGI won't pass to split

Do you want to show us the code? Otherwise, I guess that the problem is on line 42.

Replies are listed 'Best First'.
Re^4: CGI won't pass to split
by shahriyar85 (Initiate) on Jan 19, 2009 at 14:31 UTC
    Please let me explain more... the the script is to get two strings and to put them in split for loop to get a new integer value. I tested the code before adding the cgi form and everything is ok.. but after adding the cgi the result is always 0 .. Perl returned uninitialized variable for the variable in split. thank you