http://qs1969.pair.com?node_id=358617

from http://docs.waglo.com/cygwin/using-specialnames.html :
There is no need to create a POSIX /dev directory as it is simulated within Cygwin automatically. It supports the following devices: /dev/null, /dev/zero, /dev/tty, /dev/ttyX, /dev/ptmx, /dev/comX (the serial ports), /dev/windows (the windows message queue), /dev/random and /dev/urandom. These devices cannot be seen with the command ls /dev although commands such as ls /dev/tty work fine.

pilot-xfer.exe -p /dev/com1 -f DatebookDB # gives DatebookDB.pdb

pdbdump -nohex -MPalm::Datebook DatebookDB.pdb



1st Monasterians
Perl on Palm
examples using Palm::Addressbook?
Reading PDB files
HandX weblog parser
Designing storage of uploaded files
Perl and Palm Files
Palm::Addressbook to Sylpheed addressbook converter
Headline RDFs on Palm Memo


Table of LotusNotes Calendar Doc Attributes
Table of LotusNotes Calendar Doc Attributes of repeating events


getnotes.pl
Damian Conway's ten rules for when to use OO
brian's Guide to Solving Any Perl Problem
1st Monasterians
The True Catacombs of Perlmonks

show modules installed by cpan util:

$ perl -MExtUtils::Installed -e'$m=ExtUtils::Installed->new(); for($m- +>modules( )){my$v=$m->version($_)||"-"; printf("%-10s %-50s\n",$v,$_);}'