in reply to ASPX Form Post

But it is not working.

In which case the problem is probably somewhere between "your computer isn't switched on" and "your ISP is filtering your traffic".

Please assists me to solve this invisible bug. :)

Please assist us to assist you by at least describing the symptoms in detail. Post the exact text of the error message received. Say which versions of perl and the 2 modules you are using (and maybe explain why you are using LWP::Simple when the rest of your code doesn't mention it). Say which O/S you are running. In essence, give some detail. Thanks.

Replies are listed 'Best First'.
Re^2: ASPX Form Post
by LeoCoder (Initiate) on Sep 08, 2016 at 20:55 UTC

    Let me explain the problem. I am trying to extract the table data from that website. It requires current date in the textbox and click search. I used Firefox to inspect the network data that are passed to server. using that data, I constructed the parameters manually and submit the form. but, server is not throwing any error and result. I have shared the code here to get some thoughts from perlmonks about whether anything is missing in this code or what should i do to scrape ASPX webpage. I am new to Perl programming. My system details Windows, ActiveState Perl 4.14.

      Thanks for elaborating. Unfortunately the only extra information here about what actually goes wrong is this bit:

      but, server is not throwing any error and result

      which isn't very clear because while it says what doesn't happen, it fails to mention what does actually happen. Does the script hang? Does it die? Does it silently finish? What did you do to try to find the root cause? Have you been through the Basic debugging checklist?

      My system details Windows, ActiveState Perl 4.14.

      That's an almost unfeasibly old version of perl and certainly the code which you have posted would not even compile on such an ancient version. Did you mean 5.14 instead?

        the uggly truth is that: nobody knows the answer. I can't help you, because I am stuck on the same issue.