Florian Gross wrote: > Glenn Parker wrote: > >> For those who only want a quickie 10 minute "golf" challenge, try >> writing a cryptogram generator. > > > Would this do the job? (42 characters) > > l="a".."z";$><<[*l]<<$/<<l.sort_by{rand}<<$/ That produces a cryptogram mapping, but a cryptogram consists of ciphertext that has been created using such a mapping, so I think you have to also read a plaintext and display the resulting ciphertext. -- Glenn Parker | glenn.parker-AT-comcast.net | <http://www.tetrafoil.com/>