libmultidimensional-perl

Perl pragma to disable multidimensional array emulation

Description

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.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://metacpan.org/release/multidimensional


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libmultidimensional-perl