Well, if you outcomment the sort there's little chance it will sort. And you may want to do a string compare instead of a numeric compare.#my @tapes_to_eject=sort { substr($a, 1) <=> substr($b, 1)} @_;
In reply to Re^3: Alphnumeric Matching
by JavaFan
in thread Alphnumeric Matching
by mrbbq
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |