How to Install libmultidimensional-perl in Ubuntu 18.04



Install libmultidimensional-perl by entering the following commands in the terminal:

sudo apt update
sudo apt install libmultidimensional-perl

Description:

Perl pragma to disable multidimensional array emulation

Perl's multidimensional array emulation stems from the days before the language had references, but these days it mostly serves to bite you when you typo a hash slice by using the $ sigil instead of @. . This module lexically makes using multidimensional array emulation a fatal error at compile time. To enable it, simply say . no multidimensional; . at the beginning of your script.

Homepage: https://metacpan.org/release/multidimensional

Version: 0.013-1

Section: universe/perl