]> mj.ucw.cz Git - libucw.git/commit
Added a simple Perl module for connecting to search server and parsing
authorMartin Mares <mj@ucw.cz>
Mon, 2 Sep 2002 19:38:09 +0000 (19:38 +0000)
committerMartin Mares <mj@ucw.cz>
Mon, 2 Sep 2002 19:38:09 +0000 (19:38 +0000)
commitfb981d17207f1c86f2a20aad717239f5c6b827d2
tree2bc8deb68220724ba6458c319e57224b0dfc6adc
parent68fe13e77b7ceaf950289e747281655ddb264576
Added a simple Perl module for connecting to search server and parsing
its results to Perl data structures, converting nested structures and
multiple-valued attributes to arrays.

Also includes the print_tree function which has been originally written
as simple debugging dumper for the parsed query results, but in fact
it's able to dump any complex Perl data structure as long as it's
acyclic.

More to come, including an example (a very simple front-end for the
free version and maybe some more debugging tools).
lib/perl/Makefile
lib/perl/Query.pm [new file with mode: 0644]