in reply to Re^4: A Few Questions About IO::File
in thread A Few Questions About IO::File
"especially since OOP in perl is so raw and different from what I've encountered in other languages"
That's an interesting thing to say. It's certainly a lot rawer (is that a word?) than Java or PHP, or many other languages. But Python and Perl's OO systems are actually fairly close to each other:
Moose provides a much more organised way of building classes in Perl if you're fed up of doing it "raw". IMHO, it's more powerful than the OO of pretty much any other mainstream programming language. Though it's just a layer over Perl's built-in crazy way of doing OO, so you can always dip into that as needed.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: A Few Questions About IO::File
by rpetrelli (Novice) on Mar 19, 2013 at 00:45 UTC |