Help for this page

Select Code to Download


  1. or download this
    use Path::Iterator::Rule;
     
    ...
    for my $file ( $rule->all( @dirs ) ) {
      ...
    }
    
  2. or download this
    $rule->contents_match(qr/BEGIN .* END/xs);
    
    $rule->line_match(qr/^new/i, qr/^Addition/);