my @difference = grep { not ($_ ~~ \@small_array) } @big_array;
# ~~ is the smart matching operator
A piggy bank of commands, fixes, succinct reviews, some mini articles and technical opinions from a (mostly) Perl developer.
A piggy bank of commands, fixes, succinct reviews, some mini articles and technical opinions from a (mostly) Perl developer.