in reply to cpan modules - pm only?
The surfable MANIFEST, and some modules have "-PP" (pure perl) added to their names.
Also, you can try
tar -tzf file.tar.gz| perl -nle 'print if /\.c$/'
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: cpan modules - pm only?
by Tanktalus (Canon) on Sep 03, 2005 at 15:45 UTC | |
by mattr (Curate) on Sep 05, 2005 at 03:20 UTC |
In Section
Seekers of Perl Wisdom