1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/databases/p5-hp200lx-db/pkg-descr
Steve Price 482f556280 Moving p5-hp200lx-db version 0.07 to the databases category.
This is a perl modules for handling HP 200LX palmtop computer databases.

PR:		15851
Submitted by:	Gerhard Gonter (g.gonter@ieee.org>
2000-02-13 17:12:22 +00:00

23 lines
860 B
Plaintext

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