use Physemp::Model::Account; my $account = Physemp::Model::Account->create(); $accounts = Physemp::Model::Account->search(name => 'Ben Bitdiddle'); $account = Physemp::Model::Account->retrieve(1); my $accounts = Physemp::Model::Account->retrieve_all();