diff --git a/lib/NGCP/BulkProcessor/Array.pm b/lib/NGCP/BulkProcessor/Array.pm index 883eb06..63e74b0 100644 --- a/lib/NGCP/BulkProcessor/Array.pm +++ b/lib/NGCP/BulkProcessor/Array.pm @@ -148,7 +148,7 @@ sub arrayeq { } else { $ubound2 = -1; } - my $result = 1; + if ($ubound1 != $ubound2) { return 0; } else {