Portal:Perl Powered Programs (PPP): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 5: | Line 5: | ||
This is not the place for code that is strictly modules or libraries. You may [mailto:brett.estrade@gmail.com email me] to get your program listed here (after verification). | This is not the place for code that is strictly modules or libraries. You may [mailto:brett.estrade@gmail.com email me] to get your program listed here (after verification). | ||
= | =Written in Perl= | ||
== GUI / Web Application == | |||
=== Blogging === | === Blogging === | ||
Line 35: | Line 37: | ||
* Foswiki (https://foswiki.org/About/WebHome) | * Foswiki (https://foswiki.org/About/WebHome) | ||
== Commandline Tools == | == Perl-based Commandline Tools == | ||
* ack (https://beyondgrep.com/) - a better grep | * ack (https://beyondgrep.com/) - a better grep | ||
Line 41: | Line 43: | ||
* dzil (https://dzil.org/) - Dist::Zilla's tool for Perl module developers | * dzil (https://dzil.org/) - Dist::Zilla's tool for Perl module developers | ||
= Not Written in Perl, But Supports Perl Developers = | |||
* Cloc (https://github.com/AlDanial/cloc) - shows code statistics (loc, comment count, white space, etc) | * 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) | * 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 | * 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 | * wxGlade (https://github.com/wxGlade/wxGlade/releases) - wxWidgets GUI builder that exports wxPerl code |
Revision as of 13:59, 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
- Moveable Type (https://movabletype.org/)
Content Management Systems
- ShinyCMS (https://github.com/denny/ShinyCMS)
Editors & IDEs
- Kephra (https://kephra.sourceforge.net/site/en/home_news.shtml) - wxPerl based editor
- Padre (https://padre.perlide.org/)
Email List Management & Archiving Tools
- Sympa (https://github.com/sympa-community/sympa) - similar to Python's MailMan
- MHonArc (https://mhonarc.org/) - email list to HTML converter
Link Aggregation
Wikis and Collaboration
- Pmwiki (https://www.pmwiki.org/)
- TiddlyWiki (https://tiddlywiki.com/)
- Foswiki (https://foswiki.org/About/WebHome)
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
Not Written in Perl, But Supports Perl Developers
- 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