in reply to Re: mini-golf: convert integer into list of powers of two
in thread mini-golf: convert integer into list of powers of two

That's 32 by my reckoning...

Using the assign-within-grep trick I applied to BrowserUK's solution, it is possible to take it down to 31 though:

perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'