in reply to Re: Program slows dramatically!
in thread Program slows dramatically!
The undefined values were getting in there because i was pulling the records from MySQL, and there are null fields.$records->[$i]->{$field} = "" if !defined $records->[$i]->{$field} +;
|
|---|