Work with arrays in Perl
How to work with arrays in Perl A comprehensive Perl Tutorial covering how to work with arrays when Perl scripting including how to create, print, grow, shrink and empty an array. How to push, pop, shift and unshift an array. How to merge, reverse, and sort an array as well as how to loop arrays and some tips for creating arrays.