http://www.perlmonks.org?node_id=693035


in reply to Re: Object singleton method
in thread Object singleton method

The example is another pointer to Class singleton method and not instance one. All I wanted is:
s = String.new "s" def s.singleton print "ok" end # later on s.ok