#!/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.

