The tutor brings up a shrub perhaps noticeable now. Around here nowadays, one often sees small trees (shrubs) abundant with red berries. They have compound leaves. My guide suggests they are mountain-ash. One I examined closely has sharp-pointed leaflets; I …

Tree identification from a field guide: mountain-ash Read more »

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 »