That depends on how the cgi script reads its data. If it uses GET, you just pass the arguments on the command line using spaces to separate them (as opposed to the "?"'s you would use if coding from a web page).
If it's POST, you set and export the environment variable CONTENT_LENGTH and then feed your data to the standard input of the process; like this in shell:
Great, ill check to see if I can get it to work later today.
As you can probably tell I haven’t written to many CGI scripts. Actually this is my second attempt at one. If I had known about CGI.pm or how to use it I would have. I just searched the web and found, what I thought, was standard way to establish query strings.
Anyways, thanks a million for all your help, all I will let you know if it works a little later.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.