Hi,

I am a little confused...

When call the script directly from the browser like this:

http://www.mydomain.com/cgi-bin/YForm.cgi?lastname=Charette&email
[EMAIL PROTECTED]&name=Normand&

The script execute just fine.

When I call it from a different script with my request (below)
with either the GET or POST and the $query_string containing the
same call as above I get a $response->content(); ERROR 500.

my $request = new HTTP::Request 'GET', $query_string;

What could be the problem?

Both script works fine and no errors when running them into the
debug.

Any help is appreciatted.

Normand

_______________________________________________
Perl-Unix-Users mailing list. To unsubscribe go to 
http://listserv.ActiveState.com/mailman/subscribe/perl-unix-users

Reply via email to