| Public Scratchpad | Download, Select Code To D/L |
pilot-xfer.exe -p /dev/com1 -f DatebookDB # gives DatebookDB.pdb
pdbdump -nohex -MPalm::Datebook DatebookDB.pdb
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,$_);}'