So far I haven't figured out just how this should be done. A perl script which calls a vortex script like so:
system "texis /var/www/html/test/vortex-script";
gives a "015 Incorrect Host Setup" error. The script works from the command line using the exact same syntax. And, even if it did work, I am not sure what would be returned (I need the data -- not just a status code). The docs don't seem to have any detail on this. Can you suggest how it should be done? Is there sample perl code anywhere?
system "texis /var/www/html/test/vortex-script";
gives a "015 Incorrect Host Setup" error. The script works from the command line using the exact same syntax. And, even if it did work, I am not sure what would be returned (I need the data -- not just a status code). The docs don't seem to have any detail on this. Can you suggest how it should be done? Is there sample perl code anywhere?