in reply to Re^3: A Few Questions About IO::File
in thread A Few Questions About IO::File
Similarly, there's no need to mention in the IO::File documentation that methods which return an object can be chained. That's just how method calls work in Perl (indeed, in most programming languages that support OO).
Thanks for the answer. Since I'm still relatively new to perl, I'd like a clarification first on what is the preferred way to do something in perl from the community (especially since OOP in perl is so raw and different from what I've encountered in other languages, I tried not to hold any assumption)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: A Few Questions About IO::File
by tobyink (Canon) on Mar 18, 2013 at 16:08 UTC | |
by rpetrelli (Novice) on Mar 19, 2013 at 00:45 UTC | |
|
Re^5: A Few Questions About IO::File
by Anonymous Monk on Mar 18, 2013 at 15:29 UTC | |
by rpetrelli (Novice) on Mar 18, 2013 at 15:36 UTC |