In article <[EMAIL PROTECTED]>,
        [EMAIL PROTECTED] writes:
> Two more:
> 
> $a=$a*36+(30+ord lc)%39for pop=~/./g;print$a,$/     ton:47
> $\=$\*36+(30+ord lc)%39 .$/for pop=~/./g;print      ton's ghost:46
> 
> $x=$x*36+(-9+ord)%39for split//,lc pop;print$x.$/   albert:49
> $\=$\*36+(-9+ord lc)%39 .$/for pop=~/./g;print      albert's ghost:46
> 
> Now the space after the 39 is driving me crazy.
> 
$\=(30+ord lc)%39+36*$\.$/for pop=~/./g;print


Reply via email to