in reply to unreferenced scalar
Is the scalar that is being freed the previous value of $carrierLOG[$sv_index]? You could use Devel::Peek to dump it just before the assignment, to see if it is the same one reported in the error. If so, and it's reference count is zero, then the question becomes: how is that element of the array being set?
|
|---|