The 3util command line utility


This command line utility can simply be created by copying the following perl code lines into a file in the server bin directory.
 #!/usr/bin/perl
 use strict;
 use lib '/home/metaagility/lib';
 use PythonTech::Triples::DBHash;
 use PythonTech::Triples::ShellCmd;
 my $dbfile = shift;
 my $db = PythonTech::Triples::DBHash->new(filename => $dbfile,
                                           access => (-w $dbfile ? 'w' : 'r'),
                                          );
 my $cmd = PythonTech::Triples::ShellCmd->new(db => $db);
 $cmd->main('3util',@ARGV);
The string /home/metaagility/lib must be changed to specify the perl lib directory the server where the downloaded PythonTech perl modules are installed (via symbolic links).

Back to the main installation instruction.


The KixFw development team would appreciate any comments or questions. Include your details if you wish to be contacted. kix4kixfw
 
 

2008-12-21 22:10


Home of kixfw.sourceforge.net
Contact kixfw project