in reply to Re^8: OOP: ->Coderef for calling Private Methods (possibilites?)
in thread OOP: Obj->Coderef for calling Private Methods

but the documentation should be clear for a beginner!

And I'm asking how. Again, what part of the documentation gives you the impression it can be anything but a method call? Nowhere at all are subroutine calls mentioned.

  • Comment on Re^9: OOP: ->Coderef for calling Private Methods (possibilites?)

Replies are listed 'Best First'.
Re^10: OOP: ->Coderef for calling Private Methods (possibilites?)
by LanX (Saint) on Dec 13, 2008 at 21:00 UTC
    Again, what part of the documentation gives you the impression it can be anything but a method call? Nowhere at all are subroutine calls mentioned.
    there is nothing like a method ... ups ... but "nothing" has at least a (method) name.
    And I'm asking how.
    with a concrete example

    UPDATE: Or just the first two phrases of this post from tye!

    Cheers Rolf