paperlined.org
dev
>
perl
>
parse
document updated 12 years ago, on May 29, 2012
To parse the
03modlist.data.gz
file that's found in CPAN distributions:
gzip -dc 03modlist.data.gz | perl -MData::Dumper -le '$/="\n\n";<>;$/=undef;eval<>;print Dumper $CPAN::Modulelist::data'