On Fri, Feb 15, 2002 at 04:20:51PM +0000, Stephen Turner wrote:
> 
> which can be rewritten as this one, three shorter than the winners:
> 
> - 30 -
> $_=pop;print`echo \$((36#$_))`

or if for some reason it is allowed,

- 28 -
$_=pop;print`echo \$[36#$_]`

but this is now turning into Fun With Shell...

Phil

-- 
  Philip Kendall <[EMAIL PROTECTED]>
  http://www.srcf.ucam.org/~pak21/

Reply via email to