Tyler Bird wrote: > Attached is my script if you want to try it and have apache 1.x
> require in; > > > my $time = 120; > > for(my $i = 0; $i < $time; $i++) > { > warn("iteration..." . $i); > sleep(1); Here in your interation, try printing out a null byte (or anything really) just to tell the browser that you're still working... print "\0"; > > } > > in::ct(); > print("version 2.x suceeded!!!"); -- Michael Peters Developer Plus Three, LP