in reply to Re^3: Time to seconds
in thread Time to seconds
If it's not, get rid of the ^ and give it a spin.
—John
P.S. it's the to_string you want the correct order for, right? That wasn't part of the original problem, but that's not a problem:
@value_sorted_keys= sort { $x{a} <=> $x{b} } (keys %x);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Time to seconds
by tadman (Prior) on Nov 16, 2001 at 22:27 UTC |