Portal:Perl Powered Programs (PPP)
Jump to navigation
Jump to search
Introduction[edit | edit source]
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[edit | edit source]
GUI / Web Application[edit | edit source]
Blogging[edit | edit source]
- Moveable Type (https://movabletype.org/)
Content Management Systems[edit | edit source]
- ShinyCMS (https://github.com/denny/ShinyCMS)
Dev/Ops[edit | edit source]
- Rex - (https://www.rexify.org/)use instead of Teraform, Puppet, etc
Editors & IDEs[edit | edit source]
- Kephra (https://kephra.sourceforge.net/site/en/home_news.shtml) - wxPerl based editor
- Padre (https://padre.perlide.org/)
Email List Management & Archiving Tools[edit | edit source]
- Sympa (https://github.com/sympa-community/sympa) - similar to Python's MailMan
- MHonArc (https://mhonarc.org/) - email list to HTML converter
Link Aggregation[edit | edit source]
Virtualization, VPS[edit | edit source]
- ProxMox - (https://github.com/proxmox) VMWARE vSphere or FreeNAS-like hypervisor manager
Webhosting[edit | edit source]
- cPanel/WHM - (https://cpanel.net) the "Microsoft" of webhosting solutions
Wikis and Collaboration[edit | edit source]
- Pmwiki (https://www.pmwiki.org/)
- TiddlyWiki (https://tiddlywiki.com/)
- Foswiki (https://foswiki.org/About/WebHome)
Perl-based Commandline Tools[edit | edit source]
- 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[edit | edit source]
- Cloc (https://github.com/AlDanial/cloc) - shows code statistics (loc, comment count, white space, etc)
- git - contains plenty of ancillary pieces that require Perl (Linus Torvolds is a long-time user of Perl)
- MobaXterm (https://mobaxterm.mobatek.net/) - X-Server and Cygwin based Swiss Army environment for Windows, supports a decent Perl environment and modules manager
- wxGlade (https://github.com/wxGlade/wxGlade/releases) - wxWidgets GUI builder that exports wxPerl code