Portal:Perl Powered Programs (PPP): Difference between revisions

From Perl Guilds - Getting Medieval with Perl
Jump to navigation Jump to search
No edit summary
Line 42: Line 42:
* cpanm (https://cpanmin.us/) - a modern Perl module installer
* cpanm (https://cpanmin.us/) - a modern Perl module installer
* dzil (https://dzil.org/) - Dist::Zilla's tool for Perl module developers
* dzil (https://dzil.org/) - Dist::Zilla's tool for Perl module developers
* perlcritic - judges your code best on best practices and standard idiomatic traditions
* perltidy - formats Perl code


= Not Written in Perl, But Supports Perl Developers =
= Not Written in Perl, But Supports Perl Developers =

Revision as of 14:00, 4 February 2025

Introduction

This portal is to catalog all the programs out there (free and commercial) that are written in Perl, integrate Perl, or in some way support Perl programmers.

This is not the place for code that is strictly modules or libraries. You may email me to get your program listed here (after verification).

Written in Perl

GUI / Web Application

Blogging

Content Management Systems

Editors & IDEs

Email List Management & Archiving Tools

Link Aggregation

Wikis and Collaboration

Perl-based Commandline Tools

  • ack (https://beyondgrep.com/) - a better grep
  • cpanm (https://cpanmin.us/) - a modern Perl module installer
  • dzil (https://dzil.org/) - Dist::Zilla's tool for Perl module developers
  • perlcritic - judges your code best on best practices and standard idiomatic traditions
  • perltidy - formats Perl code

Not Written in Perl, But Supports Perl Developers