Help for this page
Select Code to Download
Select
or
download this
my %map; @map{@l2} = (); my @list = map { exists $map{$_} ? $_ : 'null' } @l1;