Re: A new golf "Mayan number converter " has started

2004-06-11 Thread Riley
I was really proud of the following solution because the problem is taken care of in a single regex: -p 1while s#\d*[-.:|]+ ?#$*+=20**y/ //*(5*$&=~y/|//+2*$&=~y/://+$&=~/\./)#e The problem is that I have to use all those bloody $&=~... Is there anyway to simplify this with a (?{...}) block in the

Re: A new golf "Mayan number converter " has started

2004-06-11 Thread Mtv Europe
Hello All! I wrote: > New golf "Mayan number converter" is at http://terje2.perlgolf.org Congratulations to Riley for such an interesting and attractive task! Please invent more ideas and problems for perlgolf (it also applies to everyone else). -- Mtv Europe

A new golf "Mayan number converter " has started

2004-06-06 Thread Mtv Europe
Hello All! New golf "Mayan number converter" is at http://terje2.perlgolf.org Many thanks to Riley! -- Mtv Europe