Help for this page
$n=0; for my $el (@products) { if ( exists $products[$n]{"Vendor Item ID"} ) { ... } $n++; }