in reply to Is Perl Truly an Object Oriented Language?
would not work in an OO database, because this is using relational logic. I might be wrong here, because I've never worked with an OO database.select * from emps a, payroll b where a.empid = b.empid
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Is Perl Truly an Object Oriented Language?
by aerts (Initiate) on Dec 03, 2004 at 13:03 UTC | |
by Corion (Patriarch) on Dec 03, 2004 at 13:09 UTC | |
|
Re^2: Is Perl Truly an Object Oriented Language?
by exussum0 (Vicar) on Dec 03, 2004 at 03:34 UTC |