in reply to Re: The Perl Review
in thread The Perl Review

Two quick comments. Your values are off by one 'A' => 11 instead of 10. Also split('') is shorter as /./g

Other than that, I like it... eval entries are always cool.

-Blake