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

From Perl Guilds - Getting Medieval with Perl
Jump to navigation Jump to search
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 3: Line 3:
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 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.
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).


=Categorized Alphabetically=
=Written in Perl=
 
== GUI / Web Application ==


=== Blogging ===
=== Blogging ===
Line 14: Line 16:


* ShinyCMS (https://github.com/denny/ShinyCMS)
* ShinyCMS (https://github.com/denny/ShinyCMS)
=== Dev/Ops ===
* Rex - (https://www.rexify.org/<nowiki/>)use instead of Teraform, Puppet, etc
=== 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 ===
=== Email List Management & Archiving Tools ===
Line 23: Line 34:


* Links (https://codeberg.org/gandalf/Links)
* Links (https://codeberg.org/gandalf/Links)
=== Virtualization, VPS ===
* ProxMox - (https://github.com/proxmox) VMWARE vSphere or FreeNAS-like hypervisor manager
=== Webhosting ===
* cPanel/WHM - (https://cpanel.net) the "Microsoft" of webhosting solutions


=== Wikis and Collaboration ===
=== Wikis and Collaboration ===
Line 29: Line 48:
* TiddlyWiki (https://tiddlywiki.com/)
* TiddlyWiki (https://tiddlywiki.com/)
* Foswiki (https://foswiki.org/About/WebHome)
* 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
* perlcritic - judges your code best on best practices and standard idiomatic traditions
* perltidy - formats Perl code
= 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

Latest revision as of 02:03, 10 February 2025

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]

Content Management Systems[edit | edit source]

Dev/Ops[edit | edit source]

Editors & IDEs[edit | edit source]

Email List Management & Archiving Tools[edit | edit source]

Link Aggregation[edit | edit source]

Virtualization, VPS[edit | edit source]

Webhosting[edit | edit source]

Wikis and Collaboration[edit | edit source]

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]