in reply to Sorting, recursion, and tail-call optimizations
@data = map { join '/', @$_ } sort {my_sort} @data;
Bareword "my_sort" not allowed while "strict subs" in use
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Sorting, recursion, and tail-call optimizations
by Limbic~Region (Chancellor) on Jan 06, 2006 at 17:01 UTC | |
by kwaping (Priest) on Jan 06, 2006 at 17:06 UTC | |
by GrandFather (Saint) on Jan 06, 2006 at 18:47 UTC |