Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    Result: PASS
    OK
    Successfully tested Mock-Sub-1.10
    
  2. or download this
        my $re = Re::re();
        my @results = $str =~ /$re/g;
    
  3. or download this
        my @results = $str =~ /Re::re()/g;