Perl arrays tutorial
Learn through examples how to use and manipulate the arrays in a Perl script. The script examples show you how to define and create an array, the context in which the array variables are used and different ways to manipulate them: append elements to a Perl array, assign a list to Perl arrays, modify Perl array elements, iterate and loop through the array elements, sort Perl arrays and much more.