SRBPerl module
This page has moved!
New location: http://michalwronski.tripod.com/srbperl/
OVERVIEW
This module is a SRB perl binding. It provides a layer on the top of the
existing SRB C client APIs. The binding allows perl script(s) to navigate SRB
storage system: getting the content of a given collection, creating new data sets,
etc.
IMPLEMENTED FUNCTIONS
It's easier to list functions that are not implemented:
srbObjGetdents
srbObjGetdents64
srbObjProxyOpr (limited support available)
srbGetDataDirInfo
All remaining functions from SRB 2.0.0 API are available.
Some however have changed prototypes:
srb*Read
srb*Stat
srbListCollect
srbIssueTicket
srbReaddir
srbGetDatasetInfo
srbGetPrivUsers
srbGetContainerInfo
See man pages (man Srb) for details.
A few new functions (to manipulate data structures) were added:
getConnStatus
getContinuationIndex
getResultCount
getRowCount
getValues
DEPENDENCIES
This module requires SRB headers and client library - libSrbClient.
REQUIREMENTS
Due to recent changes in SRB API this module requires SRB 3.3
COPYRIGHT AND LICENCE
Copyright (C) 2003,2004,2005 Michal Wronski <michal.wronski@gmail.com>
This module is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
DOWNLOAD
09-06-2005 Srb-1.32.tar.gz (42 kB)
Back to the Main Page