Help for this page
my $modifiers = 'i'; my $text = 'abc'; ... if ( $text =~ m/(?$modifiers:$pattern)/) { print "it matches\n"; }