Help for this page

Select Code to Download


  1. or download this
    my %map;
    @map{@l2} = ();
    my @list = map { exists $map{$_} ? $_ : 'null' } @l1;