On 8 Feb 2008, at 02:31, Andy Lester wrote:


On Feb 7, 2008, at 8:22 PM, Matisse Enzer wrote:

I only care about modules loaded via 'use' for now - that's Good Enough (tm) for our purposes.


First, install ack, either installing App::Ack or downloading the standalone version from http://petdance.com/ack/

Then:

$ ack -h '^use\s+(\S+);' --output=$1 || sort -u

Oooh - I didn't (obviously) notice the --output switch :)

--
Andy Armstrong, Hexten




Reply via email to