Name: | perl-multidimensional |
---|---|
Version: | 0.014 |
Release: | 13.el9 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 40857 |
License: | GPL+ or Artistic |
RPM: | perl-multidimensional-0.014-13.el9.x86_64.rpm |
Source RPM: | perl-multidimensional-0.014-13.el9.src.rpm |
Build Date: | Tue Feb 08 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/multidimensional |
Summary: | Disables 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. |