thanks Rodger,
I had Initially tried using 'eval' however it seemed to me that no
exceptions were thrown by the function call within the eval {system...} but
within the called program itself, I may be wrong. In either case that method
brought me no success unfortunately.
From: Rodger Castle <[
Hello, im very new to the perl, modperl and apache combination.
I was wondering if it is somehow possible to read the apache error.log input
just after each execution of a procedure?
I am invoking another program from within my perl module using a
'System(...)' call. Although the call is success
Hello, im very new to perl, modperl and apache but im doing a university
project to use modperl to provide a connection to a localised Gnu Octave
installation.
I have come against a problem when trying to run this simple test program:-
package Apache::OctavePrototype;
use FileHandle;
use IPC::Op