Help for this page

Select Code to Download


  1. or download this
    my $regex = qr{(??{ join '|', map {quotemeta} qw/. | %/ })};
    
  2. or download this
    use Test::More;
    
    ...
    like 'GHI', $re;
    
    done_testing;