Hi, I'm about to release two modules:

  BTRIEVE::XS
  BTRIEVE::API

The first, BTRIEVE::XS, is a simple XS wrapper module for
Btrieve's single function API. I.e., you can call Btrieve's
C function BTRCALL() in perl as BTRIEVE::XS::Call().

The second, BTRIEVE::API, provides methods for common
Btrieve operations (on top of BTRIEVE::XS):

  Open

  StepFirst
  StepLast
  StepNext
  StepPrevious

  GetFirst
  GetLast
  GetEqual
  GetGreater
  GetNext
  GetPrevious

  Close


Are these namespaces ok?


Steffen

Reply via email to