shan_emails has asked for the wisdom of the Perl Monks concerning the following question:
ls -1 *.pm *pl | xargs -i egrep "^use *" {} | egrep -v "constant|vars +|fields" | sort | uniq -d
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: List of Installed Perl Module in Unix Box
by marto (Cardinal) on May 07, 2013 at 08:27 UTC | |
Re: List of Installed Perl Module in Unix Box
by Corion (Patriarch) on May 07, 2013 at 08:28 UTC | |
Re: List of Installed Perl Module in Unix Box
by petdance (Parson) on May 07, 2013 at 14:51 UTC | |
Re: List of Installed Perl Module in Unix Box (autobundle)
by Anonymous Monk on May 07, 2013 at 12:16 UTC |