Re: CVM access from perl?
Charlie Brady <[email protected]>
| Newsgroups | gmane.comp.sysutils.bgware |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 27 Apr 2005, Scott Gifford wrote: > Charlie Brady <[email protected]> writes: > >> Does anyone have some code they'd like to share which would allow a >> perl client to authenticate against cvm-unix (via the unix domain >> socket form, FWIW)? > > I don't, but if I were writing it, I'd use Inline::C to link directly > with the CVM libraries. It looks to me that the binary protocol is simple enough that a pure perl implementation would be easier. --- Charlie