* 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.
--
*AUTOLOAD=*_;sub _{s/(.*)::(.*)/print$2,(",$\/"," ")[defined wantarray]/e;$1}
&Just->another->Perl->hack;
#Aristotle
_______________________________________________
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/