
KevinR
Veteran

Mar 5, 2008, 1:36 PM
Post #5 of 8
(1691 views)
|
|
Re: [netocaponeto] perl bug comparing param
[In reply to]
|
Can't Post
|
|
I looped 100,000 times for two reasons: to test if there is a limitation in perl (checking for x number of variables that do not exists), second, I have a complex form that has lots of values with different names then I send the form to perl to generate a report and perl script has to check if the variable exists before printing it in the format I want. Perl has no limits in that regards but the operating system might. CGI Forms with lots of fields can consume a lot of memory on the client's computer, if you put too many on one page you can start to crash peoples computers. Just something to be aware of in case you are not already. -------------------------------------------------
|