Help for this page
Select Code to Download
Select
or
download this
print sum(1..10); sub sum { return scalar map { 1..$_ } @_ }