Palm::Progect

Handler for Palm Progect databases
Download

Palm::Progect Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Michael Graham
  • Publisher web site:
  • http://search.cpan.org/~mgraham/

Palm::Progect Tags


Palm::Progect Description

Handler for Palm Progect databases Palm::Progect is Perl class for handling Progect Database files.Progect is a hierarchical organizer for the Palm OS. You can find it at: allows you to load and save Progect databases (and to convert between database versions), and to import and export records in various formats.If all you are interested in doing is converting from one format to another, you should probably look at the progconv utility program which does just that.These docs are for developers who want to manipulate Progect PDB files programatically.SYNOPSIS use Palm::Progect; use Palm::Progect::Constants; my $progect = Palm::Progect->new('options' => { 'quiet' => 1 }); $progect->load_db( file => $some_file, ); $progect->export_records( file => $some_other_file, format => 'text', options => { tabstop => 4, fill_with_spaces => 1, date_format => 'dd-mm-yyyy', }, ); Requirements: · Perl


Palm::Progect Related Software