I have found for some reason, that if I use CGI to parse FORM/URL data, my scripts are hanging.
I have finally been convinced I should use my $cgi = new CGI; instead of my home grown program to readt STDIN , but now I find my scripts hang and only work If I use my own STDIN parsing sub.
Why is this happening, what's wrong with CGI to be hanging my scripts with pasted forms or query strings?
I have a script that will not work and it is PayPal poasting me the data, so I have to assume there is nothing wrong with the post, but with CGI able to handle it?
any ideas?
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.
I have finally been convinced I should use my $cgi = new CGI; instead of my home grown program to readt STDIN , but now I find my scripts hang and only work If I use my own STDIN parsing sub.
Why is this happening, what's wrong with CGI to be hanging my scripts with pasted forms or query strings?
I have a script that will not work and it is PayPal poasting me the data, so I have to assume there is nothing wrong with the post, but with CGI able to handle it?
any ideas?
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.