APM: Listing Packages

Wayne Walker wwalker at bybent.com
Mon Mar 22 15:17:37 CST 2004


I love perl and *nix...


cd /usr/lib/perl5
find `perl -e 'print join ("\n", @INC, "")'` -type f | xargs cat | egrep '^package *[a-zA-Z0-9:]*;$' | sort -u > /tmp/700_line_file

On Mon, Mar 22, 2004 at 02:13:55PM -0600, Tom Bakken wrote:
> How do you list the perl modules or packages installed on a Linux server?
> 
> Tom Bakken
> 
> _______________________________________________
> Austin mailing list
> Austin at mail.pm.org
> http://mail.pm.org/mailman/listinfo/austin

-- 

Wayne Walker
wwalker at bybent.com                 Do you use Linux?!
http://www.bybent.com              Get Counted!  http://counter.li.org/
Perl - http://www.perl.org/        Perl User Groups - http://www.pm.org/
Jabber IM:  wwalker at jabber.phototropia.org       AIM:     lwwalkerbybent



More information about the Austin mailing list