package rxMatchAnyCase; use strict; use Filter::Simple; FILTER_ONLY( regex => sub { $_ = "(?i:$_)" } ); 1;