Help for this page
use strict; ... my @c = grep {! exists $hash{$_}} @{$listB[0]}; print "$_\n" foreach (@c);