I understand that PostgreSQL has OO capabilities. Is it possible tostore full-blown Perl objects in a PostgreSQL table? (I suppose thatone can always serialize Perl objects and store the serialized text,but this is hardly OO.)
Thanks,
kynn