in reply to Hashing: Argument "" isn't numeric in sort

"" isn't a number, so probably your hash keys are not in numeric format (if you mean # to be a digit). Your problems lie elsewhere.

Joost

-- #!/usr/bin/perl -np BEGIN{@ARGV=$0}s(^([^=].*)|=)()s; =Just another perl hacker\