in reply to Re^2: Sorting The Date format Values without using any perl modules.in thread Sorting The Date format Values without using any perl modules.
print sum(1..10); sub sum { return scalar map { 1..$_ } @_ } [download]