DrPeter has asked for the wisdom of the Perl Monks concerning the following question:
I have a Tungsten E running Palm OS 5.2.1 and Calendar v1.0.
Running this:
use strict; use warnings; use Palm::Datebook; use Palm::StdAppInfo; my $pdb = new Palm::Datebook; $pdb->Load("datebook.dat"); my $record = $pdb->{records}[1];
Produces lots of messages like this:
Thanks,Record 10734 has same offset as previous one: 65536 Record 10735 has same offset as previous one: 65536 Record 10736 has same offset as previous one: 65536 Record 10753 has same offset as previous one: 0
Peter
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Reading Palm datebook.dat
by brian_d_foy (Abbot) on May 27, 2005 at 18:37 UTC | |
|
Re: Reading Palm datebook.dat
by pboin (Deacon) on May 27, 2005 at 15:59 UTC |