Chris Dolan wrote:
> 
> my 45:
> 
> #!perl -p
> y/!b/
>   /;s#\d+.#$&x map{(1)x$_}$&=~/./g#eg

#!perl -pl
y/!/
/;s/(\d*)(.)/($2eq b?$":$2)x$1/eg

I believe this was my 42

Jasper

Reply via email to