in reply to Re: direct connection works, proxy does not.
in thread direct connection works, proxy does not.

Sorry, I am VERY new to Perl. Do you mean that I should use CGI to parse the form?

Any ideas or explanation first why it won't work as is through the Proxy?

  • Comment on Re: Re: direct connection works, proxy does not.

Replies are listed 'Best First'.
Re: Re: Re: direct connection works, proxy does not.
by Fastolfe (Vicar) on Feb 03, 2001 at 02:39 UTC
    He means use the CGI.pm module, available from CPAN or quite likely already installed on your system. You're basically re-inventing CGI parameter parsing, which is essentially already mastered in this CGI module. By using the module to do your parsing instead of re-implementing it yourself, we can essentially rule out that part of your code as the problem.