A. Pagaltzis ha scritto:
* Dave Rolsky <[EMAIL PROTECTED]> [2007-04-27 02:40]:
For example, when I want to find all the modules I'm using, I
usually do something like this:

  grep -r '^use '

As a sidenote, do check out App::Ack, which installs the `ack`
tool. Much nicer than grep(1) for source code.


Just installed the tool, and found that issuing

ack --perl 'use (.*?)::' lib/

inside MyApp/ folder can be very useful.

Thanks for mentioning that package.

--
Marcello Romani
Responsabile IT
Ottotecnica s.r.l.
http://www.ottotecnica.com

_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to