8000 GitHub - bingbu/perlres: :dromedary_camel: List of resources about Perl
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bingbu/perlres

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Language Perl PullRequestClub

perlres

List of resources about Perl 🐪

Perl 5 raptor

Perl 5 raptor from kraih, licence CC-BY-SA 4.0

📋 Summary

Derived from LinuxFR french article Pour tout savoir du Perl post-moderne

As a reminder, Perl is a general-purpose programming language created in 1987 by Larry Wall.

"Perl continues to flourish into its fourth decade thanks to a vibrant community of users and developers" (dixit perldelta)

Perl is distributed under a dual licence : Artistic Licence and GPL v1+. Most of CPAN modules follow the same rule.


👷 Perl core development

👔 Official

⚒️ Distributions, modules and installers

🐪 General

⛽ Around the CPAN

🍻 Social

Community

Newsfeeds

Blogging

Conferences

📖 Official documentation

Perl regex

🇺🇸 Tutorials

🇫🇷 Tutorials in French

📳 Interactive tutorials

  • 🍕Perltuts - Learn modern Perl any time and from everywhere 💜
  • 🍟 Learn Perl - Free interactive Perl tutorial 💙
  • 🍫 TryPerl - TryRuby clone for Perl ❤️ (github)

🏫 Tutorials meta-site

:trollface: Perl folklore

  • 💣 "Perl" vs "perl" - Perl is the language, perl is the interpreter, PERL is how you catch newbies 👶
  • :neckbeard: JAPH - Just Another Perl Hacker
  • 🌠 PerlSecret - Secret operators and their nice nicknames
  • $A++ - More than three hundred ways to increment $A, by the Paris Perl Mongers

  • 🐪 Larry Wall Homepage - Prepare your eyes
  • 💎 Pearl of great price - The biblical reference that inspired Larry Wall to name Perl
  • 🍪 Perl fortunes - Collection of Perl related quotes to be used as a fortune database

🎃 Perl Ecosystem

  • CPAN - It is commonly accepted that the Perl killer app is CPAN ("CPAN is the language, Perl is just the syntax" - Audrey Tang)
  • 💊 MetaCPAN - Search the CPAN

News and forums engines

CMS

Blogging

Mailing lists engines

Email filtering

Communication

Monitoring

  • 📈 Munin - Supervision software (like Nagios and Shinken)
  • 📉 Monitorix - Lightweight system monitoring tool
  • 📊 MRTG - Monitoring traffic load on network links (github)
  • 📉 Webmin - Web interface to administer Unix like machines
  • 🔍 Open Smart - Network and application monitoring
  • 📉 Loggerithim - Monitoring and remote management package
  • 📊 OPS View - Network and application monitoring
  • Net Disco - Network management tool
  • 🚬 SmokePing - Monitor network latency (github)
  • 📼 Stormons - Monitoring and mapping SAN storage devices.
  • 📈 Proclet - Minimalist supervisor
  • 🔋 Rainbarf - Fancy resource usage charts
  • Thruk - Multi-backends web interface for monitoring (github)
  • 📈 Mailgraph - Mail statistics graphs (github)

Logs analyzers

Job queues

  • 🐙 Minion - A high performance job queue
  • 👷 Gearman - Job server
  • 🚟 Qudo - Job queue manager
  • 🚞 Resque - Job queue manager
  • 🚡 TheSchwartz - Job queue manager
  • 📡 Helios - Distributed job processing and application framework

Tickets trackers

Wiki

E-Commerce

Backup tools

  • 💾 RSnapshot - Backup utility based on rsync
  • 💽 ABT - Another Backup tool
  • 💿 Backup PC - Backup tool

Games

Web application frameworks

PSGI adapters and web servers

  • 🐷 Plack - PSGI toolkit and server adapter
  • 🐗 HTTP::Server::Simple - Simple standalone HTTP daemon
  • 🐯 HTTP::Daemon - Simple http server class
  • 🐰 HTTP::Tiny - Minimalist HTTP client
  • 🐶 Continuity - Library to simplify web applications (including a web server)
  • 🐭 Starman - High-performance preforking PSGI server
  • 🐱 Twiggy - AnyEvent HTTP server for PSGI
  • 🐻 Starlet - Simple and high-performance PSGI server
  • 🐸 Corona - Asynchronous PSGI server
  • 🐎 Gazelle - Preforked Plack handler for performance freaks
  • 🐴 Arriba - PSGI server with SPDY support
  • 🐹 Perlbal - HTTP load balancer
  • 🐂 HTTP::Engine - Web server
  • 🐕 Feersum - PSGI engine based on EV/libev
  • 👹 Server::Starter - Super Daemon to handle hot deployment of server programs

Templating

Compiler and alternative interpreters

  • 🔧 Compiler Perlito - Perl to Java and Perl to JavaScript
  • 💪 RPerl - Restricted Perl, an optimizing compiler (github)
  • 🔧 CPerl - Alternative Perl interpreter
  • 🔨 TinyPerl - Very compact Perl binary to be shipped with your scripts
  • 💸 StaticPerl - Helper script to create self contained statically linked Perl binary + script
  • 🔧 Compiler PerlC - Perl to C compiler
  • 🐪 Relocatable Perl - Patched Perl binary to make it relocatable
  • 👷 Perl Build - A Perl builder
  • 🔨 Perl Cross - Configure and cross-compile perl

Perl Application Bundlers / Packagers

  • 🎁 PAR::Packer - Generate standalone executables from Perl programs
  • 🐾 Perl Executing Browser - HTML interface for Perl desktop applications
  • 💰 PerlApp - Convert Perl program into a standalone application (commercial : part of ActiveState Perl Dev Kit)
  • 💵 Perl2Exe - Convert Perl scripts to executable file (commercial)
  • 🔩 App::FatPacker - Pack your dependencies onto your script file
  • ✨ Use PAR::Packer, Mojolicious, and Mojolicious::Plugin::Loco to create self-contained "web" application that runs locally, and uses web browser for GUI.
  • 🎁 PPM - Perl Package Manager

Assets management

Git

Database tooling

  • 💽 MySQL Tuner - MySQL configuration and tuning
  • 💿 Sqitch - Database change management application
  • 📼 ETL - Data migration helper
  • 📀 QDepo - Graphical software to convert various DB data to various office formats

IDE

Continuous Integration

Desktop Applications

  • 🎥 Shutter - Screenshot utility
  • 💻 Ravada - Remote Virtual Desktops Manager
  • ✏️ Kephra - Editor
  • 🍆 GUIDeFATE - Design GUI in ASCII art

Tooling for Devs

  • 👴 GNU Automake - Automatically generates Makefile.in files
  • 🔍 Cloc - Count line of code
  • 🔧 Devel::hdb - Another Perl debugger
  • 🎉 Diff So Fancy - The best-lookin' diffs
  • 🔥 Flame Graphs - Profiled code visualization
  • 🌈 Markdown - Markdown was initially created by John Gruber and Aaron Schwartz and implemented in Perl (git)
  • 🔧 Daiku - Kind of make
  • 🔢 PDL - For scientific calculations
  • 👜 Fink Project - Tool to help porting software from UNIX like to macOS
  • 🔄 Reply - Perl REPL
  • 😼 Ack - Grep replacement, optimized for developers (ack 1, ack 2 and ack 3)
  • 📝 POD Web View - Edit POD file with live preview (github)
  • 🏁 GNU Parallel - Shell tool to execute commands in parallel (github)
  • 📺 Hl - PCRE-based highlighter for terminal
  • 📈 st - Simple statistics from the command line

Sysadmin

  • 🐕 Rex - A framework to simplify system administration and datacenter automation (github)
  • 🚀 Proxmox VE - A virtualization and LXC platform
  • 💽 CloneZilla - Partition and disk imaging/cloning program
  • 📡 Zevenet - Load balancer (github)
  • ♻️ Virtualmin - Hosting and website control panel
  • 💊 Pinto - Create local CPAN repositories
  • 🐮 Cowsay - The cow that can speak
  • 🐠 Asciiquarium - An aquarium in your terminal
  • 🔞 Web Sorrow - Security scanner
  • 👪 LemonLDAP::NG - WebSSO, Access Management and Identity Federation
  • :suspect: PacketFence - Network access control (NAC) solution (github)
  • 🐙 Plain VM - Controle multiple VMs
  • 🛄 Urpmi - Package manager
  • 🎒 Trizen - Lightweight AUR Package Manager
  • 📧 Ashafix - Postfixadmin port in Perl
  • ↪️ Shorewall - Gateway/firewall configuration tool
  • 🔧 NicTool - A DNS management solution (github)
  • 🔒 Ferm - A frontend for iptables
  • 🃏 SQLFairy - Convert SQL statements to graphs (github)
  • 💻 RemoteBox - VirtualBox Client with Remote Management
  • 🔫 Nipe - Script to make Tor network your default gateway
  • 🤖 Nikto - Webservers security scanner
  • 💽 ZnapZend - Backup ZFS with remote capabilities

Hosting

  • ☁️ cPanel - Hosting platform
  • 📡 Perloku - Deploy Perl apps on Heroku

Uncategorized

Other Perl lists

👻 Execute Perl online

💥 Execute Perl online (sites not dedicated to Perl)

🐻 Lint Perl online

📚 Books

  • 📕 Programming Perl (Camel book)
  • 📗 Perl cookbook (Ram book) - read online
  • 📘 Learning Perl (Llama book)
  • 📙 Intermediate Perl (Alpaca book)
  • 📓 Mastering Perl
  • 📔 Modern Perl
  • 📒 Perl Best Practices
  • 📙 Perl hacks
  • 📗 High Order Perl
  • 📘 Beginning Perl (Curtis "Ovid" Poe)
  • 📗 Beginning Perl (Simon Cozens) - Free E-Book
  • 📘 Perl receptury
  • 📕 Beginning Perl (James D Lee)
  • 📘 Beginning Perl Programming : From novice to professionnal (William Rothwell)
  • 📓 Perl pocket reference
  • 🚧 A practical guide to testing
  • 📙 XML and Perl
  • 📗 Perl and XML
  • 📘 Perl for system administration
  • 📗 Programming the perl DBI
  • 📓 CGI programming with Perl
  • 📕 Perl & LWP
  • 📓 Perl programming for the absolute beginner
  • 📙 Perl graphics Programming
  • 📘 Perl for dummies
  • 📓 Mastering algorithms with Perl
  • 📘 The best of Perl Hacks
  • 📙 Impatient Perl
  • 📕 Extreme Perl
  • 📘 Web, Graphics & Perl/Tk Programming
  • 📕 Games, Diversions and Perl Culture
  • 📗 Perl Template Toolkit
  • 📔 Web Services avec Perl
  • 📙 Perl for Oracle DBAs
  • 📘 Advanced Perl Programming
  • 📓 Perl Testing
  • 📘 Practical Magick with C, PDL, and PDL::PP
  • 📕 Practical vim
  • 📘 Perl one liners
  • 📕 Practical mod_perl
  • 📗 Mod_perl pocket reference
  • 📘 Mod_perl 2 user guide
  • 📓 Object Oriented Perl
  • 📕 Perl in a nutshell
  • 📗 Perl testing a developer notebook
  • 📘 Beginning Perl for bioinformatics
  • 📕 Mastering Perl for Bioinformatics
  • 📓 Network programming with Perl
  • 📙 Perl by example
  • 📔 Perl black book
  • 📒 Extending and embedding Perl
  • 📘 Mod_perl developer cookbooks
  • 📙 Perl core language little black book
  • 📗 Writing apache modules with Perl and C
  • 📘 Running weblogs with Slash
  • 📙 Core Perl
  • 📕 Perl for the Web
  • 📘 The Definitive Guide to Catalyst: Writing Extendable, Scalable and Maintainable Perl-Based Web Applications
  • 📓 Data Munging with Perl
  • 📔 MySQL and Perl for the Web
  • 📓 Open Source Web Development with LAMP
  • 📗 Learning Perl/Tk
  • 📘 Mastering Perl/Tk
  • 📙 Perl/Tk Pocket Reference
  • 📓 Pro Perl debugging
  • 📕 Regular Expression Pocket Reference
  • 📙 Perl Debugger Pocket Reference
  • 📔 Writing CGI applications with Perl
  • 📘 Automating System administration with Perl
  • 📗 Minimal Perl
  • 📙 Perl and regular expressions quick start workbook
  • 📘 Perl programming language (Step-by-step Perl programming book)
  • 📕 Embedding Perl in HTML with MASON
  • 📙 Perl for website management
  • 📓 Picking up Perl
  • 📙 Perls or wisdom
  • 📘 Perl annotated archives
  • 📔 Real World SQL Server Administration with Perl
  • 📘 Perl 5 internals
  • 📓 Practical text mining with perl
  • 📙 Beginning perl web development
  • 📘 Programming for linguist Perl for language researchers
  • 📓 Perl for C programmers
  • 📙 Effective Perl programming
  • 📘 Learning Perl the hard way
  • 📓 Perl the programmer's companion
  • 📗 Programming with Perl modules
  • 📗 Beginning Perl Web development from novice to professional
  • 📙 Single Page Application with Perl Dancer - E-Book about Dancer webframework
  • 🚧 Mojolicious book
  • 📱 Mojolicious Web Clients (Kindle Edition)
  • 📕 Perl Golf History - E-Book about coding competition
  • 📔 Testing Strategies for Modern Perl
  • 📓 A practical guide to testing in modern Perl
  • 📙 RT Essentials
  • 📗 Writing Perl Modules for CPAN
  • 📘 Automating Windows with Perl
  • 📕 Perl Developer's Dictionary (Clinton Pierce)
  • 📙 Instant CGI/Perl
  • 📗 Advanced programming in Perl for beginners
  • 📔 Web Programming with Perl 5
  • 📘 Official Guide to Programming with CGI.pm
  • 📓 CGI Developer's Resource: Web programming in Tcl and Perl
  • 📘 Cross Platform Perl
  • 📗 Pro Perl Parsing
  • 📕 Developing CGI Applications with Perl
  • 📘 Perl 5 Interactive Course
  • 📗 Selenium and Perl
  • 📓 Perl Taster
  • 📘 Learning Perl Exercises
  • 📗 Cucumber and Perl
  • 📙 Teach Yourself CGI Programming with Perl 5 in a week
  • 📗 Penetration Testing with Perl
  • 📕 Hands-On Penetration Testing with Python
  • 📙 Perl Scripting for Windows Security
  • 📗 Perl and Apache: Your visual blueprint for developing dynamic Web content
  • 📓 Developing Web Applications with Perl, memcached, MySQL and Apache
  • 📙 Minimal Perl: For UNIX and Linux People
  • 📘 Building Tag Clouds in Perl and PHP
  • 📗 Wicked Cool Perl Scripts
  • 📘 Perl Web Site Workshop
  • 📗 Custom CGI scripting with Perl
  • 📓 Pro Perl
  • 📘 Perl : best 2020
  • 📙 Perl Medic: Transforming Legacy Code
  • 📗 Computer Science & Perl Programming
  • 📙 Programming PERL in the .NET Environment
  • 📓 Teach Yourself Perl in 21 Days
  • 📙 Teach Yourself Perl in 24 Hours
  • 📗 Perl Debugged
  • 📘 Perl Power
  • 📙 Spidering hacks
  • 📗 Perl XML::LibXML by Example (github)
  • 📘 The Perl Language (WIP)
  • 📙 Programming Web Graphics with Perl and GNU Software
  • 📓 Web Client Programming with Perl
  • 📙 Learning Perl on Win32 Systems
  • 📗 Win32 Perl Programming: The Standard Extensions, Second Edition
  • 📘 Essential Perl
  • 📘 Welcome to Perl Country 🇯🇵
  • 📓 How to Write Perl 🇯🇵
  • 📙 Introduction to Perl 🇯🇵
  • 📗 Les fondamentaux du langage Perl 5 : Apprentissage par la pratique (Philippe Banquet) 🇫🇷
  • 📘 Perl moderne 🇫🇷
  • 📙 Perl 5 (David Till) 🇫🇷
  • 📓 Perl reference de poche 🇫🇷
  • 📙 Perl pour l’impatient 🇫🇷
  • 📔 Perl en action 🇫🇷
  • 📘 Introductions a Perl/Tk: Interfaces graphiques avec Perl 🇫🇷
  • :greend_book: De Perl a Java : Programmation des expressions regulieres 🇫🇷

🚀 Develop with Perl

⬇️ Install CPAN modules

The modern way is to use cpanm (cpanminus). The tool is able to get the requested module and resolve dependencies. For instance, to install the excellent module XML::LibXML from Shlomif which is a wrapper of libxml2, we can do sudo cpanm XML::LibXML, that produces the following output (truncated) :

--> Working on XML::LibXML
Fetching http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-2.0201.tar.gz ... OK
==> Found dependencies: Alien::Libxml2
--> Working on Alien::Libxml2
Fetching http://www.cpan.org/authors/id/P/PL/PLICEASE/Alien-Libxml2-0.09.tar.gz ... OK
[...]
Building and testing Alien-Libxml2-0.09 ... OK
Successfully installed Alien-Libxml2-0.09
Configuring XML-LibXML-2.0201 ... OK
Building and testing XML-LibXML-2.0201 ... OK
Successfully installed XML-LibXML-2.0201 (upgraded from 2.0128)
13 distributions installed

Reinstalling a set of CPAN modules can be done simply by launching a bunch of cpanm commands or by specifying dependencies in a cpanfile (and using then carton or cpanm --installdeps . for the setup).

✔️ Linters

Executable by hand or directly integrated in your scripts, IDE or editors (vim users : ale or syntastic).

  • perl -c, to check the syntax. Be careful that it does more than only checking syntax, it actually executes the blocks BEGIN and END (compilation step). This design is the reason why the default linter used by the plugin vim ale is no longer perl -c (nor even perl -w). The syntax checking in Perl is great (as well as the error messages from the interpreter... I ❤️ Perl)

  • Perl::Critic, that criticizes your coding style but do not check syntax. For instance, the file bad.pl contains :

use strict;
print "toto" }{

And perl -c bad.pl prints :

Unmatched right curly bracket at bad.pl line 3, at end of line
syntax error at bad.pl line 3, near ""toto" }"
Missing right curly or square bracket at bad.pl line 3, at end of line
bad.pl had compilation errors.

But perlcritic bad.pl tells us that everything is fine bad.pl source OK (but is not happy with the missing use strict).

  • A module that was part of the core distribution of Perl but was finally removed in Perl 5.19 : B::Lint. While we are here, how to know the history of a module in the core distribution ? Use corelist ! corelist B::Lint that gives us :
Data for 2017-09-22
B::Lint was first released with perl 5.005, deprecated (will be CPAN-only) in v5.17.9 and removed from v5.19.0

If a module goes out of core distribution it's not dramatic as it continues to be available in CPAN of course.

  • And Perl::Lint that focuses on speed while being compatible with Perl::Critic.

⚒️ How to compile perl

See how to compile perl

Actually it will give this :

wget https://www.cpan.org/src/5.0/perl-5.30.0.tar.gz
tar -xzf perl-5.30.0.tar.gz
cd perl-5.30.0
./Configure -des -Dprefix=$HOME/localperl
make
make test
make install

💊 Compile modules

If we decide to use or not a module like cpanm, at the end the module is compiled using ExtUtils::MakeMaker or Module::Build. ExtUtils::MakeMaker is a core module, while Module::Build was added then removed (5.9 → 5.19). David Golden explains in a blog post why he requested to remove Module::Build.

ExtUtils::MakeMaker

The module ExtUtils::MakeMaker generate a Makefile from Makefile.PL :

perl Makefile.PL
make
make install

Module::Build

The module Module::Build serves the same goal but generates a file Build from the file BUILD.PL :

perl Build.PL
./Build
./Build test
./Build install

🎧 How to contribute ?

Please read CONTRIBUTING.md

🙇 Contributors

Thank you to all the fantastic contributors 💗

About

🐪 List of resources about Perl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0