Perl tutorial: Array variables - School of Computing - Faculty of Engineering - University of L
Array assignments As in all of Perl, the same expression in a different context can produce a different result. The first assignment below explodes the @music variable so that it is equivalent to the second assignment. @moremusic = ("organ", @music, "harp...