The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

  use Palm::PDB
  use Palm::PunchClock;

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

DESCRIPTION

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

BUGS

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 :-)

AUTHOR

Peder Stray <pederst@cpan.org>

PunchClock is written by Psync, Inc. http://www.psync.com/

SEE ALSO

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