
   $Id$

XrdClientAdmin can be used from inside perl 5.8.x

to build the perl extension, type

>make

and then

>make perlmodule


Simple example of its use from a perl script:

use XrdClientAdmin;
XrdClientAdmin::Initialize("root://kanolb-a.slac.stanford.edu/dummy");
XrdClientAdmin::ExistFile("/store/blah/blah/file.ext");
