Hello Piers!

[EMAIL PROTECTED] (Piers Cawley) wrote:
>>     -p $_=pack B8 x!!y/|.//d,$_          # eugene
>>     -p $_=y/|.//d?pack B8,$_:""          # mtve
>       
>      -p $_=pack y/|.//d?B8:"",$_
> 
> Hmmm... can't seem to get under Eugene & MTVe's scores. It feels like
> there ought to be a way, but nothing's springing to mind.

yep, there might be a limit at 27

-pX $_=pack!!y/|.//d&&B8,$_
-p $_=pack B.y/|.//d*8/3,$_
-p $_=pack"\23"^y/|.//d.B8,$_

(last two assumes strict input with exactly three '|' or '.')

---
Mtv Europe

Reply via email to