Help for this page
for( 1 .. 100 ) { my @array; ... } print "\@array holds ", scalar( @array ), " elements.\n"; }