Palm/PK22Patient version 0.15
=============================

NAME

Palm::PK22Patient -- interface to the PatientKeeper patient database

SYNOPSIS

    use Palm::PDB;
    use Palm::PK22Patient;

    $pdb = new Palm::PDB;
    $pdb->Load("/mypalmsyncdir/backup/PK22-PatientDB.pdb");

    # Manipulate records in $pdb

    $pdb->Write("myotherfile.pdb");



INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires the p5-Palm library.


COPYRIGHT AND LICENCE


Copyright (C) 2003 William Herrera

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

