Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

established connection to eXist. how to know ?

by OneDreamCloser (Novice)
on Apr 30, 2011 at 07:36 UTC ( [id://902149]=perlquestion: print w/replies, xml ) Need Help??

OneDreamCloser has asked for the wisdom of the Perl Monks concerning the following question:

hello perlmonks, i am asking for your wisdom using the eXist database, and what i am wondering is: how can i see that my call
my $eXist = XML::eXistDB::RPC->new( destination=>$eXist_db, repository +=>$bank, user=>"admin", password=>"pass" ) ;
is successful or not ? i have tried
isa_ok($eXist, "XML::eXistDB::RPC") ;
but no dice :( thank you

Replies are listed 'Best First'.
Re: established connection to eXist. how to know ?
by Anonymous Monk on Apr 30, 2011 at 09:24 UTC
    but no dice :( thank you

    "no dice" is another form of "doesn't work", which isn't sufficiently diagnostic :) see How do I post a question effectively?

    for my $Ref ( \(my$f), [], {}, ){ print $Ref, "\n"; bless $Ref, "XML::eXistDB::RPC"; print "\t", ref $Ref, "\n"; } __END__ SCALAR(0x9ba3ec) XML::eXistDB::RPC ARRAY(0x3f8ba4) XML::eXistDB::RPC HASH(0x9b9dec) XML::eXistDB::RPC
      thank you :)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://902149]
Approved by John M. Dlugosz
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (2)
As of 2024-04-26 03:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found