in reply to Re^7: Is it ok to mix functional and oo programming in one package?
in thread Is it ok to mix functional and oo programming in one package?
Ah, but wait, you didn't write hello $a;
True, but when I have an object instance, invoking instance methods using direct method invocation is, well, natural. I'd never think to do it any other way. But class methods on a bare-word...
|
|---|