DEV Community

Perl

Perl is a high-level dynamic programming language with some extraordinary features that make using it fun and that make the users productive. As the saying goes, TMTOWTDI — "There's more than one way to do it."

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Perl Orientado a Objeto Part II

Perl Orientado a Objeto Part II

10
Comments
4 min read
Perl Orientado a Objeto Part I

Perl Orientado a Objeto Part I

18
Comments 6
3 min read
Weekly Challenge 160

Weekly Challenge 160

5
Comments
2 min read
Checking Syntax of Perl

Checking Syntax of Perl

8
Comments 2
1 min read
XML::Enc 0.06 Released

XML::Enc 0.06 Released

8
Comments
1 min read
Checking Mail Address Simply using Perl Regular Expression

Checking Mail Address Simply using Perl Regular Expression

7
Comments 7
1 min read
Organizing Mojolicious Routes

Organizing Mojolicious Routes

11
Comments
2 min read
cpanm - Installation of Perl Modules on User Directories 2022

cpanm - Installation of Perl Modules on User Directories 2022

14
Comments
2 min read
German Perl & Rakulang Workshop gpw2022 in Leipzig

German Perl & Rakulang Workshop gpw2022 in Leipzig

4
Comments 1
1 min read
It's a primathon!

It's a primathon!

6
Comments
2 min read
Installation of Perl on Linux/Unix 2022

Installation of Perl on Linux/Unix 2022

10
Comments
1 min read
Three means and big bases

Three means and big bases

6
Comments
2 min read
Yet Another Perl Switch Statement

Yet Another Perl Switch Statement

18
Comments 14
1 min read
Perl TCP client/server sample code

Perl TCP client/server sample code

15
Comments 1
2 min read
5 cool Programming links

5 cool Programming links

3
Comments
1 min read
The Fastest Master of Perl Basic Syntax 2022

The Fastest Master of Perl Basic Syntax 2022

13
Comments
9 min read
The love of Perl in Memes

The love of Perl in Memes

10
Comments 1
1 min read
Wrapping a JSON API to access your personal data

Wrapping a JSON API to access your personal data

8
Comments 1
6 min read
Release 1.30 of Date::Holidays - more holiday for the French

Release 1.30 of Date::Holidays - more holiday for the French

6
Comments 6
2 min read
Perl ABC - Perl Introduction

Perl ABC - Perl Introduction

6
Comments
4 min read
Using Dist::Zilla to create a new CPAN module

Using Dist::Zilla to create a new CPAN module

7
Comments 2
5 min read
Release 1.9.13 of Perl distribution Crypt::OpenSSL::X509

Release 1.9.13 of Perl distribution Crypt::OpenSSL::X509

3
Comments
3 min read
Perl tooling - less well known but powerful

Perl tooling - less well known but powerful

6
Comments 3
4 min read
100 Languages Speedrun: Episode 87: Sidef

100 Languages Speedrun: Episode 87: Sidef

6
Comments
5 min read
Triangles and rectangles

Triangles and rectangles

5
Comments
2 min read
5 cool Perl/Raku or Programming links

5 cool Perl/Raku or Programming links

5
Comments 1
1 min read
100 Languages Speedrun: Episode 84: Lingua Romana Perligata

100 Languages Speedrun: Episode 84: Lingua Romana Perligata

8
Comments
5 min read
Dist::Zilla::Plugin::SignReleaseNotes version 0.0006

Dist::Zilla::Plugin::SignReleaseNotes version 0.0006

3
Comments
1 min read
Weekly Challenge 150

Weekly Challenge 150

6
Comments
3 min read
The difficult road to Perl

The difficult road to Perl

12
Comments 2
5 min read
A brief guide to perl character encoding

A brief guide to perl character encoding

34
Comments 13
17 min read
Release 1.58 of perl-workflow, a maintenance release

Release 1.58 of perl-workflow, a maintenance release

4
Comments 1
2 min read
Test web API's with Perl and Cucumber

Test web API's with Perl and Cucumber

10
Comments
5 min read
Weekly Challenge 149

Weekly Challenge 149

5
Comments
2 min read
100 Languages Speedrun: Episode 68: Raku (Perl 6) Grammars

100 Languages Speedrun: Episode 68: Raku (Perl 6) Grammars

6
Comments 9
9 min read
Book review "Perl Hacks"

Book review "Perl Hacks"

10
Comments 5
5 min read
Perl Roles

Perl Roles

12
Comments 2
3 min read
Look mum, no inputs 😛

Look mum, no inputs 😛

6
Comments
3 min read
100 Languages Speedrun: Episode 52: Perl

100 Languages Speedrun: Episode 52: Perl

6
Comments 4
11 min read
Book review "Advanced Perl programming"

Book review "Advanced Perl programming"

4
Comments 3
2 min read
Perl module tests on Linux 32bit on Github Action

Perl module tests on Linux 32bit on Github Action

6
Comments
1 min read
100 Languages Speedrun: Episode 47: Raku (Perl 6) Regular Expressions

100 Languages Speedrun: Episode 47: Raku (Perl 6) Regular Expressions

5
Comments 20
10 min read
Install Strawberry Perl using chocolatey on Windows

Install Strawberry Perl using chocolatey on Windows

6
Comments 1
1 min read
2 Fractions and a Prime

2 Fractions and a Prime

5
Comments
2 min read
Weekly Challenge 145

Weekly Challenge 145

5
Comments
2 min read
How to customize Makefile created by ExtUtils::MakeMaker

How to customize Makefile created by ExtUtils::MakeMaker

6
Comments 1
2 min read
Developing A Game Engine with Perl : Part 4 - UEFI vs OpenSuSE Installer

Developing A Game Engine with Perl : Part 4 - UEFI vs OpenSuSE Installer

8
Comments
5 min read
Developing A Game Engine with Perl: Part 3 - Hardware Failure & Server Upgrade

Developing A Game Engine with Perl: Part 3 - Hardware Failure & Server Upgrade

6
Comments
3 min read
The ephemeral miniconf - Once Upon Perl Acronyms

The ephemeral miniconf - Once Upon Perl Acronyms

3
Comments
2 min read
Weekly Challenge 143

Weekly Challenge 143

4
Comments
2 min read
100 Languages Speedrun: Episode 26: Raku (Perl 6)

100 Languages Speedrun: Episode 26: Raku (Perl 6)

15
Comments 9
10 min read
The ephemeral miniconf - LIVE NOW

The ephemeral miniconf - LIVE NOW

4
Comments
1 min read
The ephemeral miniconf - TOMORROW!

The ephemeral miniconf - TOMORROW!

2
Comments
1 min read
Perl "libpth" is different from GCC library searching path.

Perl "libpth" is different from GCC library searching path.

4
Comments
2 min read
DBD::MariaDB - a Perl Database Driver for MariaDB

DBD::MariaDB - a Perl Database Driver for MariaDB

4
Comments
1 min read
GNU timeout annoyed me so I replaced it; or an extremely simple introduction to fork() and signal handling in perl

GNU timeout annoyed me so I replaced it; or an extremely simple introduction to fork() and signal handling in perl

12
Comments 6
3 min read
Perl 5.36 2022 Perl New Release contains "use warnings" in use v5.36

Perl 5.36 2022 Perl New Release contains "use warnings" in use v5.36

2
Comments 2
1 min read
Setup Perl environment on Github Action

Setup Perl environment on Github Action

2
Comments
1 min read
Weekly Challenge 142

Weekly Challenge 142

6
Comments
2 min read
Developing A Game Engine with Perl: Part 8 - Vim

Developing A Game Engine with Perl: Part 8 - Vim

5
Comments 1
4 min read
loading...