Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^4: parsing Palm databases

by morgon (Priest)
on May 20, 2019 at 02:43 UTC ( #11100268=note: print w/replies, xml ) Need Help??


in reply to Re^3: parsing Palm databases
in thread parsing Palm databases

What seems to have happened is that Palm changed the Memo-DB format but it seems they never documented the new format which may explain why nobody incorporated these changes into Palm::Memo.

J-Pilot (though I have not tried it) seems to be able to handle it though - they must have reverse-engineered the format (it may be a nice exercise to use that for updating Palm::Memo)

But for me the workaround is to simply use Palm::Raw, I can live with what I can get with that, eg:

use Palm::PDB; use Palm::Raw; use Data::Dumper; my $pdb = new Palm::PDB; $pdb->Load("MemosDB-PMem.pdb"); print Dumper($pdb);

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11100268]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others studying the Monastery: (3)
As of 2023-03-25 13:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (63 votes). Check out past polls.

    Notices?