I have a perl cgi that I am trying execute a expect script from.
I set the expect script to www
in the perl script I
chdir() to the script path and
`expect ./script.exp`;
but it isnt running btw script.exp does run from the commandline so I am assuming I am having permission problems.
How do I get this to work
I set the expect script to www
in the perl script I
chdir() to the script path and
`expect ./script.exp`;
but it isnt running btw script.exp does run from the commandline so I am assuming I am having permission problems.
How do I get this to work