Jump to content

Perl Object-Oriented Persistence

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 2401:7400:c80a:6c6c:82c5:36a0:c878:cfef (talk) at 05:49, 27 April 2025. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Perl Object-Oriented Persistence (POOP) is the term given to refer to object-relational mapping mechanisms written in the Perl programming language to provide object persistence. Dave Rolsky divides POOP mechanisms into two categories:

  • OO-Persistence Tools: These tools attempt to map Perl objects into an arbitrary format, often an RDBMS.