in reply to Object Oriented Perl - very basic guide
That is why I find a posting like this helpful. If nothing else, it provides yet another resource for learning. Thanks for this!
I do want to clarify one thing: you say The reason that's useful, is because if I write a module for you to use - then all you need to know is how to run the internal code, and don't have to worry about what goes on inside. That confused me a bit. I assume that you mean that I only need to know what my internal code is doing, as compared to the internal code of the module you provided. As in, I only need to know what you provide as methods/accessors. Is that correct?
Thanks again!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Object Oriented Perl - very basic guide
by jeffa (Bishop) on May 15, 2014 at 15:17 UTC | |
by wjw (Priest) on May 15, 2014 at 15:43 UTC |