in reply to using perl ack to find function names
ack -- This is a very strange question. You must be overthinking it because you just type ack 'search string or regex'. The whole point of ack is that it searches code only by default and spits out files and line numbers.
moow@cow[124]/> ack sub\ can inc/Module/Install/Can.pm 19:sub can_use { 33:sub can_run { 49:sub can_cc {
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: using perl ack to find function names
by josh803316 (Beadle) on Apr 09, 2010 at 21:09 UTC |