# Create a new record... my $person = Person->new(\%some_data); # Retrieve an existing object... my $other_person = Person->find_by_id($person_id);