D
Dan
Dear All,
The following lines of code work from from Terminal (OS-X), but do not
return anything when run within a CGI-script...
$foo = `/opt/local/bin/gocr`;
print $foo;
Is this a permissions issue? All I want to do is print the text
outputted by a command-line ocr program.
Any clues? Any way round it? Its running on my Apple X.4.4 PowerBook
running Apache.
Is there a better way of getting the output from an application?
Thanks,
Dan
The following lines of code work from from Terminal (OS-X), but do not
return anything when run within a CGI-script...
$foo = `/opt/local/bin/gocr`;
print $foo;
Is this a permissions issue? All I want to do is print the text
outputted by a command-line ocr program.
Any clues? Any way round it? Its running on my Apple X.4.4 PowerBook
running Apache.
Is there a better way of getting the output from an application?
Thanks,
Dan