On Sun, 9 Feb 2020 10:57:04 +0000
Scott Alexander <scott.alexan...@humak.fi> wrote:

> I meant I'm posting data from a form, javascript is collecting a series of 
> numbers from a <input type=text> as a string.

Not really clear what happens here? I guess Javascript writes the content of 
the text input?

> Javascript seperates each number with a '/' then I use split within Perl to 
> get the list of numbers into an array.

> I have a <FORM> with list of users and GSM numbers. If that list is about 600 
> users it has worked fine. I was testing with about 4000 users when I came 
> across this problem.
> 

I just tried the line of code you posted earlier (@number = split /\//, 
$req->param("numbers")) on a form that I use, it processes a text input of 50 
000 ten digit numbers separated by a slash with no problem.

I use Apache/2.4.25 (Debian), libapache2-mod-per 2.0.10-2+deb9u and 
libapache2-request-perl 2.13-7~deb9u1



-- 

                                        Bien à vous, Vincent Veyron

https://marica.fr/
Logiciel de gestion des sinistres assurances, des dossiers contentieux et des 
contrats pour le service juridique

Reply via email to