The tutor continues about Perl arrays with another trick. For background, the reader can look up yesterday’s post. The main idea is that an array is a list of values. Let’s imagine an array declared as follows: @arr0=(“milk”,”eggs”,”bread”); To print …

Perl: printing an array Read more »