⭐ in reply to How do I completely remove an element from an array?
@array = grep { $_ != $element_omitted } @array; [download]