Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: ack 2.0 has been released (?wishlist?)

by Anonymous Monk
on Apr 29, 2013 at 07:31 UTC ( [id://1031174]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $iterator = App::Ack->fandango(qw[ -in dir1 dir2/dir3 --match ^the.
    +start.ends.now$ ]);
    while(my $result = $iterator->() ){
    ...
           print "$lineno: $line\n";
        }
    }
    
  2. or download this
    my @finolis = ack( qw[ --perl --match \bVERSION\b\s*=(.*?)$ ] );
    for my $finoli ( @finolis ){
    ...
          my( $number, $line ) = @$noli;
       }
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1031174]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (4)
As of 2024-04-24 01:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found