Petr Pisar

Petr Pisar's contributions

Perl in RHEL 8
Article

Modular Perl in Red Hat Enterprise Linux 8

Petr Pisar

Get an overview of modules and streams in Red Hat Enterprise Linux 8, then use streams to manage Perl and its CPAN modules in RHEL 8.

Red Hat Enterprise Linux 8
Article

How to patch modules in Red Hat Enterprise Linux

Petr Pisar

Patch modules in Red Hat Enterprise Linux (RHEL) version 8 to add new features like alternative stack versions called streams, without invisible package issues.

A Practical Introduction to Docker Container Terminology
Article

Deploying PSGI Applications using RHSCL Docker Containers

Petr Pisar

Red Hat Software Collections (RHSCL) 2.0 brings Perl 5.20 as a Docker image. This allows you to deploy Perl applications easily. The basic idea is to combine your application code from Git tree and Red Hat's rhscl/perl-520-rhel7 base image into an application image that will run your application in mod_perl environment. Your application can either be a simple Common Gateway Interface (CGI) script or a full-fledged Perl Web Server Gateway Interface (PSGI) application. Following this step-by-step procedure will show you...