On Tue, 17 Jan 2006 20:06:29 -0600 user perl <[EMAIL PROTECTED]> wrote:
> Thanks for the reply. However I've installed the svm_classify in the > same 'cgi-bin' directory. I'm enclosing my code snippet as below. I'd > appreciate if you could suggest me how to modify the line to execute > svm_classify. > > system "svm_classify input-file model-file output-file"; Right, but you still need to give it the full path so instead of that use: `/path/to/cgi-bin/svm_classify $input_file $model_file $output_file` As Im' assuming those were placeholders and not the real file names. --------------------------------- Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org --------------------------------- _______________________________________________ kc mailing list [email protected] http://mail.pm.org/mailman/listinfo/kc
