
wickedxter
User
Dec 17, 2012, 5:41 PM
Post #2 of 3
(612 views)
|
|
Re: [gevni] Error:Use of uninitialized value in numeric eq (==)
[In reply to]
|
Can't Post
|
|
how about a description of what your trying to accomplish. What is your data set going in to the code. the warning is poping up beacuse in one of the $group[$previous] or $group[$j] is undef. so youll have to come up with something to either next, last or check for an undef value in the @group array. This can happen if one array has more then the other.
(This post was edited by wickedxter on Dec 17, 2012, 5:42 PM)
|