in reply to Re: Sorting The Date format Values without using any perl modules.
in thread Sorting The Date format Values without using any perl modules.
No + or =
sub add_em { my $sum; for (@_) { for (1..$_) { $sum--; } } return -$sum; } print add_em(1..5);
Sorry just couldn't resist ;)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Sorting The Date format Values without using any perl modules.
by Skeeve (Parson) on Dec 26, 2005 at 23:44 UTC |