in reply to Re^4: Data Persistence
in thread Data Persistence
Huh, no. Perl is not object oriented. Perl does support object orientation programming, but is not by itself object-oriented. Or, said in another way, you can do OO programming in Perl if so you wish, but you can use many other programming paradigms, such as classical procedural programming, functional programming and some others.