Hello Andrew!

you wrote:
> 2) As for 1), but also change all non-spaces to '#'.
>    Here are two attempts:
>       y/ /#/c;s/(.)./$+/gs
>       s/(.)./$+=~$"?$":'#'/egs

Here is third (first still win):
        s/( ).|../$+||'#'/esg

---
Mtv Europe

Reply via email to