Hi, I have a table "contact" and a table "link" which has 2 foreign keys to "contact" - contact_id_1 and contact_id_2. It is essentially a many-to-many relationship but with only 2 tables. Can Class::DBI handle this and if so, how should I set up my classes?
Thanks. Arsh