The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Object::POOF::Data - Importable class and instance methods for POOF: Perl Object Oriented Framework.

SYNOPSIS

All objects created inheriting Object::POOF or specialized classes like Object::POOF::User already get all these routines. To get them as class methods, do:

    use Object::POOF::Data qw(getOneClass dbh);

Or something like that.

DESCRIPTION

SEE ALSO

Object::POOF(3), Object::POOF::Data::Shepherd(3), Object::POOF::DB(3), Object::POOF::App(3), Object::POOF::User(3)

AUTHOR

Copyright 2005 Mark Hedges <hedges@ucsd.edu>, CPAN: MARKLE

LICENSE

Released under the standard Perl license (GPL/Artistic).