Palm On Web is a simple Perl CGI script that will let you access your Palm backups through a web browser. At present, it only supports the address book, but I plan on giving access to the other standard palm databases at some point.
The script interfaces directly to the pdb files from your palm pilot. It runs as a CGI script with a web interface.
Edit pow.pl to configure.x
Eventually, it will also do memos and todo's.
You will need perl, the Template Toolkit and CGI::Dispatch installed
to use this module. Template Toolkit can be installed via CPAN:
# perl -MCPAN -e 'install "Template"'
Grab CGI::Dispatch from the link below and install it using the instructions found inside.
Product's homepage
Requirements:
· CGI::Dispatch
· Perl