News

The types of array we have been working with above are referred to as “indexed arrays”. These arrays employ numeric values — 1, 2, 3 and so on — as their indices.
In Perl, every other array element is actually the index value. If you run into errors using associative arrays in Perl that tell you that you can’t use an undefined value as a symbol reference ...