Help for this page
# An array of twenty fives: my @fives = map 5,(1..20) ; ... return map $x,(1..$n) ; }