On 8 Feb 2008, at 02:22, Matisse Enzer wrote:
I only care about modules loaded via 'use' for now - that's Good Enough (tm) for our purposes.


ack -h '^use\s+\w+' | perl -pe 's/^use\s+(\w+(?:::\w+)*).*/$1/' | sort -u

? :)

--
Andy Armstrong, Hexten




Reply via email to