Help for this page
my $n = 9; my $list = (1..$n);
use strict; use warnings; ... my $list = (1..$n); print "'$list'\n";