Re: browser hang

2018-10-31 Thread Andrew Solomon
Hi Rick, The first thing I'd do is try to run this snippet from the command-line and see how long it takes. On a Linux box, something like: $ time ./test.pl Andrew On Wed, Oct 31, 2018 at 8:11 PM Rick T wrote: > This is not exactly a perl question, but perl may be implicated. The code >

browser hang

2018-10-31 Thread Rick T
This is not exactly a perl question, but perl may be implicated. The code below writes files to my server, one for each element of @ course_file_list. The files are small and the processing is simple and should go quickly. It works if the array has only a couple of elements; but with a longer