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.
Did you read my node? Did you read the sort documentation? Did you look at my example and look how you could adapt it to your needs?
Please take another look at the sort documentation. Please look at my example (taken from there) and see how you can adapt it to what you need.
@articles = sort {$a cmp $b} @files;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
| A reply falls below the community's threshold of quality. You may see it by logging in. |