- or download this
%tmp = map{ $_ => 1 } @b;
@inte = grep(!/$tmp{$_}$/, @a) ;
- or download this
%tmp = map{ $_ => $_ } @b;
@inte = grep(/$tmp{$_}$/, @a) ;
- or download this
@a = ('d:\1\1\1.txt',
'd:\1\1\2.txt',
'd:\1\1\3.txt',
'd:\1\1\4.txt')
- or download this
@b = ('\1\2.txt',
'\1\3.txt'