my $match = $s =~ m{ ($rx) }xms; if (not $match) { print 'no match'; next; }