>>>>> "KW" == Kenneth Wolcott <kennethwolc...@gmail.com> writes:
KW> my $ec = Ec->new or die "Can not create Ec object $!\n"; KW> my $xPath; KW> $xPath = $ec->findObjects('job'); KW> print Dumper($xPath); well it is pretty obvious from that. the dumper shows NO blessing so the call to findObjects didn't return a perl object. it returned some stuff from Ec. KW> #my $ha = $xPath->findnodes('//job'); since $xpath is not a perl object, that will fail always. uri -- Uri Guttman ------ u...@stemsystems.com -------- http://www.sysarch.com -- ----- Perl Code Review , Architecture, Development, Training, Support ------ --------- Gourmet Hot Cocoa Mix ---- http://bestfriendscocoa.com --------- -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/