Array index offsetting
This module implements automatic offsetting of array indices. In normal Perl, the first element of an array has index 0, the second element has index 1, and so on. This module allows array indexes to start at some other value. Most commonly it is used to give the first element of an array the index 1 (and the second 2, and so on), to imitate the indexing behavior of FORTRAN and many other languages. It is usually considered poor style to do this.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.006-24.fc42 | - |
Fedora 42 | 0.006-24.fc42 | - |
Fedora 41 | 0.006-23.fc41 | - |
Fedora 40 | 0.006-21.fc40 | - |
You can contact the maintainers of this package via email at
perl-Array-Base dash maintainers at fedoraproject dot org
.