Quote:
Originally Posted by jialanw
1) Yes, I have read the documentation for Mechanize and have installed Crypt::SSLeay and IO::Socket::SSL.
|
You are still not getting what I am saying. RETRIEVE THE PAGE (with www:mechanize), THEN HAVE MECH COMPLETE THE FORM!!!!!!
Quote:
Originally Posted by jialanw
2) It may seem weird to save a form page, but I actually do need to do that because some data I'm interested in is in the javascript of the page. The main point is that Get is dropping pieces of the page content from this site (whether it's a form or plain content), and I cannot for the life of me figure out why. Furthermore, it drops different bits of content on different runs of the exact same code.
Thanks,
|
No. You do not get what I am saying. This tells me that you must still be new to grabbing content from remote sites. If you tell mech to grab the page source (that is what MECHANIZE and LWP does), you can then tell it what to do with the contents of that page.