in reply to Re^3: Accessing $a and $b of 'sort' across package boundaries
in thread Accessing $a and $b of 'sort' across package boundaries
(first one seems better in appearence, but just curious if any techincal sort-magic difference)sort gs::long_strings_first @$raw_hash_keys_ar; sort gs::long_strings_first($a,$b) @$raw_hash_keys_ar;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Accessing $a and $b of 'sort' across package boundaries
by ikegami (Patriarch) on Jun 06, 2005 at 20:54 UTC |