in reply to Named Sort Subs with Strict?
Use an in-line sort block instead (like @output = sort { BLOCK } @input) and all will be well.
-- Randal L. Schwartz, Perl hacker