Help for this page

Select Code to Download


  1. or download this
    sub captures {
        local $_ = shift;
    ...
        }
        $n;
    }
    
  2. or download this
    use Test::More;
    
    ...
    for ( @regexps ) {
        is( captures( $_->[0] ), $_->[1], "$_->[1] captures" );
    }