I found that sticking to the last methodoloy used is best.ie it is still fresh and saves the angst of researching an other method. The trick with documentation is to stop once ones thoughts have reached a conclussion, then start implementing.
To get the results try ...
$value = $result->{$oid1};
if (defined( $value)) {
print "$count $oid1=$value \n";
}
This will also show any protocol/connection errors.
Can you actually ping the destination?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.