# get items from array @a that are not in array @b my @minus = array_minus( @a, @b );