summaryrefslogtreecommitdiff
path: root/databases/p5-hp200lx-db/pkg-descr
blob: df48109f926316f77391e398a953b239e16fc746 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Purpose:

  DB.pm implements the perl package HP200LX::DB which is intended
  to provide a perl 5 interface for files in the generic database
  format of the HP 200LX palmtop computer.  The perl modules are

USAGE       

  use HP200LX::DB;
 
interface functions
  $db= HP200LX::DB::openDB ($fnm)     read database and return an DB object
  $db= HP200LX::DB::new ($fnm)        create database and return an DB object
  $db->saveDB ($fnm)                  save DB object as a (new) file

array tie implementation to access database data records
  tie (@dbd, HP200LX::DB, $db);       access database data in array form
  TIEARRAY                            stub to get an tie for the database
  FETCH                               retrieve a record
  STORE                               store a record
  $db->get_last_index ()              return highest index

WWW: http://hp200lx-db.sourceforge.net/