Help for this page
perl -E"use warnings; my @array = (1..3); print @array[2];" Scalar value @array[2] better written as $array[2] at -e line 1.