RE: running slow...
, end_Tr; $NUM_OF_ROWS++; } print end_table; print end_html; print ("","Query returned $NUM_OF_ROWS records" , ""); = -Original Message- From: Wiggins d Anconia [mailto:[EMAIL
Re: running slow...
> Can anyone tell me what is slowing down my script below? The SQL statement by itself executes in less than a second (outside of this Perl program), but this script takes about 10 seconds to come up.. > > Note: I'm just learning, so I'm sure there's a lot that could be improved... > Gonna nee