
Palm::PunchClock - Perl extension for parsing PunchClock pdb files

use Palm::PDB
use Palm::PunchClock;
$pdb = new Palm::PDB;
$pdb->Load("PC_Div-PClk.PDB");

The Palm::PunchClock module does an attempt to parse PuchClock pdb files. PunchClock is a timemanagement program for PalmOS written by Psync, Inc.

Since this module was written in a few hours with no knowlegde of PunchClocks internal format I have only guessed at the format, thus it only parses the most vital data. Categories and such is ignored :-)

Peder Stray <pederst@cpan.org>
PunchClock is written by Psync, Inc. http://www.psync.com/

perl(1), Palm::PDB(3).