beachguy82 has asked for the wisdom of the Perl Monks concerning the following question:
I can't figure out how to get a list of the keys which is sorted by the second element of the the array. Also $rowArray1 is a date and is in the format YYYY-MM-DD. I've tried to use the shwartzian transformation but I can't get it to work. Thanks for any help.$foo{$bar} = [$rowArray[0],$rowArray[1]];
|
|---|