in reply to established connection to eXist. how to know ?
"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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: established connection to eXist. how to know ?
by OneDreamCloser (Novice) on Apr 30, 2011 at 17:01 UTC |