Perl Primer - University of California, Davis

Accessing an element in an array works both ways: we can either retrieve the value contained in the position considered, or assign a value to that position. For example, Creates an array names numbers that contains the list [0,1,5]. This list can then be modified: The array … ................
................