M
Mark Probert
What is the best way of running an external script and returning the
results from within IOWA?
I have been doing the
@output = %x(ruby my_script)
and getting nowhere (the "ruby my_script" works correctly from the command
line).
I assume that I need to use a cgi-bin wrapper or similar?
results from within IOWA?
I have been doing the
@output = %x(ruby my_script)
and getting nowhere (the "ruby my_script" works correctly from the command
line).
I assume that I need to use a cgi-bin wrapper or similar?