Help for this page

Select Code to Download


  1. or download this
    grep (expr), @list;
    
  2. or download this
    grep ((expr), @list);
    
  3. or download this
    grep { block } @list;
    
  4. or download this
        grep {
            ( -f "$path/$_" ) and 
    ...
              ( $self->parseDir( "$path/$_", $out, $target )
            )
        } @files;
    
  5. or download this
    ------------
    :Wq
    Not an editor command: Wq