I have been thrown into using perl at work recently, and while doing so I have come across a glitch that I can't seems to figure out how to fix.
I'm working on a cgi that query's a database and returns the information in the form of an HTML Table. The script works fine from the command line but when it is ran over the Apache Web Server is freezes on the 260th row of the HTML Table, where there is supposed to be 344 rows in the table.
Would this possibly be caused by limitation set in the apache config for perl?
Any suggestions would be nice since the solution has be eluding me for a couple of weeks now.
I'm working on a cgi that query's a database and returns the information in the form of an HTML Table. The script works fine from the command line but when it is ran over the Apache Web Server is freezes on the 260th row of the HTML Table, where there is supposed to be 344 rows in the table.
Would this possibly be caused by limitation set in the apache config for perl?
Any suggestions would be nice since the solution has be eluding me for a couple of weeks now.