Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use 5.10.0;
    ...
    $string =~ /$re/g;
    
    say $&;
    
  2. or download this
    simple
    
  3. or download this
    my $re = qr/(?:(simple).*?){3}/;
    
  4. or download this
    simple thing just a simple simple