Help for this page
use strict; use warnings; ... my @unfiltered = @strings; my @filtered2 = grep { /exception:/g && !/\Gtex/ } @unfiltered; }; }