Perl5 Camel

Perl Mailing Lists - Data and Contributing

Perl in your inbox

lists.perl.org database

Learn more »

Contributing Changes

We know that a lot of the data is out of date, as it has been collected from a variety of sources. Updates are welcome and encouraged.

Please send patches for lists.json (available below) as unified diffs (diff -u) to webmaster at perl.org or (preferred) via a pull request against the git repository.

Please use validate.pl to make sure your JSON parses correctly (requires JSON from CPAN). The -d flag dumps out a properly formatted file.

Here's a suggested workflow:

cp lists.json lists.json.old
cp lists.json lists.json.new
edit lists.json.new
validate.pl -d lists.json.new > lists.json
diff -u lists.json.old lists.json

Data

The underlying data for lists.perl.org is available for download in JSON format: lists.json.

Key points:

TODO List