Help for this page

Select Code to Download


  1. or download this
    my @chars = map quotemeta,
                split //,
    ...
                   join '', @_
                 }
             0..$#chars;
    
  2. or download this
    use Regexp::Assemble qw( );
    
    ...
    }
    
    my $re = $ra->re();