Problem with HTTP GET over GPRS

Hi. I am using a Telit modem and trying to send simple data to a web server (few parameters), but am having a problem as follows:

When I try to GET HTTP just a URL like www.server.com I get the HTML response (of the index.html page)

But when I try to GET HTTP a script like www.server.com/script.pl (perl script) I get a page error and not the expected response. But in a browser it works.

What may I be doing wrong?

What is the HTTP response code?

jksoft:
What is the HTTP response code?

I believe it returns a page error (don’t have the system in front of me just now)