Is it possible to send POST parameters to a CGI script without another HTTP request?
问题 I'm attempting to run a CGI script in the current environment from another Perl module. All works well using standard systems calls for GET requests. POST is fine too, until the parameter list gets too long, then they get cut off. Has anyone ran in to this problem, or have any suggestions for other ways to attempt this? The following are somewhat simplified for clarity. There is more error checking, etc. For GET requests and POST requests w/o parameters , I do the following: # $query is a CGI