On Wed, Aug 08, 2001 at 01:26:07AM +0200, Abigail wrote:
> 
> So Merijn and I came quickly with similar Japhs:
> 
> 
>BEGIN{$^H=2097152}$_="(?\173\160\162\151\156\164'\112\165\163\164\040\141\156\157\164\150\145\162\040\120\145\162\154\040H\141\143\153\145\162\012'\175)";/$_/;

And this can be done in less than 80 characters too:

BEGIN{$^H=1<<21}$_="(?{\LPRINT\E'J\LUST ANOTHER\E P\LERL\E H\LACKER\12'})";/$_/



Abigail

Reply via email to