in reply to sorting text arrays and ignoring case
your code prints:@items=sort { lc($a) cmp lc($b) } (@items);
A a B b C c
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: sorting text arrays and ignoring case
by ikegami (Patriarch) on Mar 10, 2006 at 02:27 UTC |