I want to sort the Date type values which is in array.
my @list = ( '2005-12-01' , '2005-11-02' , '2005-12-07');
I wanto sort @list. But without using any Date Sort modules.
But we I can use perl's sort function.
How that can be done.
NOTE:
Please don't use split also.
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |