my $svm = new Algorithm::SVMLight; $svm->read_model($myconfig->{'model_file'}); while (<>) { $svm_res = $svm->predict_i(\@indices, \@values); }