Perl Programming/Array Variables - Wikibooks, open books for an open world
In fact @array[0] is a slice (that is, a sub-array of an array) that contains one element, whereas $array[0] is a scalar which contains the value 1. Common Array Functions [edit] Command line arguments [edit] As you may wonder, Perl scripts support comman...