in reply to Re^2: I need your opinion on pushing two columns into an array
in thread I need your opinion on pushing two columns into an array

if ($stmt_tr = $x->{trace_orig}) { is an assigment

use
if ($stmt_tr == $x->{trace_orig}) { 'double =' for numbers
if ($stmt_tr eq $x->{trace_orig}) { 'eq' for strings