From: <Uwe...@t-...> - 2003-04-22 10:38:19
|
Emmanuel Seyman wrote: >Just one minor nitpick: > >You don't need to put the DB.pm file in the same directory as the p5-Palm files >but in a $inc/Palm directory (where $inc is any entry in @INC). If you're not >root on the machine you're using, you can simply put it in ./Palm and run your >script. > Good point! I'll update the docs. Thanks! As I'm on that subject (docs). To the developers (Mark,Scott,...): In the "format.txt" file it says, "char*" where strings are part of the fields. In fact this is "char[ ] (NUL-terminated)". My first attempt to coding decoding (before using a hex editor) was to really expect some kind of pointer there. After wondering what a pointer might be in a file and using a hex editor it soon became clear that "char *" is most probably the structure in memory. See you, Uwe |