Thanks a lot ... unfortunately URL doesnt work from a browser....
So finally i'm parsing the long query manually and joining results at the end.. Thanks! T On 3/1/07, Tom Phoenix <[EMAIL PROTECTED]> wrote:
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