Re: tapache browser problem

> tapache 0.72 gives same getURL error as tapache 0.60.
> Here's the complete script of the problem:
> 
> $ cd /home/tap/*72/Perl/browser
> $ perl kbx.pl
> desc> use TAP::Client;
> Using KB TAP::Client;
> Can't call method "GetURL" on an undefined value at ../core/TAP/Client.pm line 490, <STDIN> line 1.

The "use" command in kbx is for telling it what server to use. Such as:

desc> use http://tap.stanford.edu/data/

Note also that kbx is typically a testing tool for me, so there's little
in the way of documentation. In the same directory you'll find kb.cgi which
is a version of the HTML KB browser on tap.stanford.edu, you might want
to use that instead.

Received on Friday, 27 December 2002 14:21:11 UTC