On 3/1/07, Tatiana Lloret Iglesias <[EMAIL PROTECTED]> wrote:

The query is so long because it's created "manually" in a java program and
passed to perl script as input parameter

Do you know whether or not the URL is valid? That is, if you use the
java-generated URL in your favorite web browser, does everything work
according to plan?

What I dont understand is that, if the website i'm connecting has a form GET
how can I change this?

You can't change what the webserver will accept. (Actually, it might
accept POST, in addition to GET. But it's somewhat impolite, at least,
not to use the site as the designer expected.)

In sum: If you can use the URL from a web browser, you can use it from
Perl. If you can't get the URL to work from a browser, we can't help
you to get it to work from Perl.

Good luck with it!

--Tom Phoenix
Stonehenge Perl Training

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to