How to call cgi script from ruby
Posted
by Maddy
on Stack Overflow
See other posts from Stack Overflow
or by Maddy
Published on 2010-04-22T05:57:38Z
Indexed on
2010/04/22
6:03 UTC
Read the original article
Hit count: 174
Hello,
I've a remote cgi script hosted on Apache using SSL. It takes in two input variables a
and b
.
I want to call call the cgi script with right input variables using ruby.
Any clues would be appreciated.
© Stack Overflow or respective owner