in reply to ActivePerl is crashing when running a script!
Finally, I'm going to take a wild guess and suggest you rewrite this line:
$neg .= "<option value=\"$data[0]\">$data[0]</option>\n";
For no other reason than once, long ago, I had a perl script crashing out on concatenations when working through a lot of data. Try pushing the strings onto an array like push @neg, "<option..." and then joining the array afterwards. But that's pure speculation, and I would first blame the database since MS bashing is fun. But if it is the database there's nothing you can do.
____________________
Jeremy
I didn't believe in evil until I dated it.
|
|---|