develooper Front page | perl.fwp | Postings from February 2002

Re: TPR0 Final Results

Thread Previous | Thread Next
From:
Andrew.Savige
Date:
February 19, 2002 17:38
Subject:
Re: TPR0 Final Results
Message ID:
694BB7191495D51183A9005004C0B05452DC2D@ir-exchange-srv.ir.com.au
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.

/-\ndrew

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About