I managed to solve the problem. Thanks a lot to everyone, starting from
part of any of your help I've been able to find the solution. My .m files
where just associated to Octave, the problem was due to taint constraint
I do always use for Perl scripts.

I had to add

$ENV{'PATH'}='C:/Program Files/GNU Octave 2.1.50/bin/';

just before the use strict; instruction, and in my function now I can do:

my $output = `octave.exe -q my_script.m`;

where my_script.m is in cgi-bin directory.
Now I've to try using .m files in other directory, but I've got the solution.

Thanks again.
Paolo

__________________________________________________________________
Tiscali ADSL SENZA CANONE:
Attivazione GRATIS, contributo adesione GRATIS, modem GRATIS,
50 ore di navigazione GRATIS.  ABBONARTI TI COSTA SOLO UN CLICK!
http://point.tiscali.it/adsl/index.shtml




--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to