http://www.perlmonks.org?node_id=142834


in reply to Re: Re: Re (tilly) 2: Fore!!! (was The Perl Review)
in thread The Perl Review

Assuming that 46 is a typo...
($a*=36)+=ord # 13 chars $a=$a*36+ord # 12 chars
But as you say, the rules are rather murky, so its tough to judge what qualifies as a solution and what doesn't.

-Blake