How to Install libperl6-form-perl in Ubuntu 18.04



Install libperl6-form-perl by entering the following commands in the terminal:

sudo apt update
sudo apt install libperl6-form-perl

Description:

Perl 5 implementation of the Perl 6 'form' built-in

Formats are Perl 5's mechanism for creating text templates with fixed-width fields. Those fields are then filled in using values from prespecified package variables. . Unlike Perl 5, Perl 6 doesn't have a C keyword. Or the associated built-in formatting mechanism. Instead it has a Form.pm module. And a C

function. . The Perl6::Form module implements virtually all of the functionality of the Perl 6 Form.pm module.

Homepage: https://metacpan.org/release/Perl6-Form

Version: 0.06-1

Section: universe/web