Object-InsideOut - Re: Object::InsideOut v2.25

Posted on Mon Dec 4 15:50:45 2006 by jdhedden in response to 3695 (See the whole thread of 8)
Re: Object::InsideOut v2.25
If you declare a subroutine as a :method, then you must call it as a method:
Foo->foo(bar => "toto"); # Not Foo::foo()
Direct Responses: 3698 | Write a response