Lecture #7 Perl List, Array, and Hash list

elements of different types. Perl, does not have such limit. Elements in a Perl array can be a mix of numbers and strings. The following demonstrates how to create a Perl array of different types. After all, a Perl array is simply a grouped list of scalar variables. Each element in the array is an individual value. #!"X:\xampp\perl\bin\perl.exe" ................
................