First ... Back ... Next ... Last ... (Notes home)
Types of Arrays in Perl |
Arrays are ways of grouping related data under one variable name. It's easy and fast to access particular array elements (members), or to update or add elements. In Perl, array elements do not need to be the same data type (i.e., integers or strings), and array elements do not need to be contiguously numbered. There are two types of arrays in Perl. Here is more detail about the first type, regular arrays.
|
First ... Back ... Next ... Last ... (Notes home)
UAF Computer Science
Prof. Greg Newby