in reply to Suggest a suitable module?

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^2: Suggest a suitable module?
by Erez (Priest) on Jan 17, 2010 at 08:10 UTC

    The OP is asking for a recommendation for a module, so he could start working on code, asking him to "show some code" is like asking an architect that doesn't know whether he should use bricks or wood to first show some walls.

    as for a solution, I suggest going through the answers here: How do I perform web automation with sites that use Javascript?

    "Principle of Least Astonishment: Any language that doesn’t occasionally surprise the novice will pay for it by continually surprising the expert..

      The OP did ask about a problem with code he has in addition to asking for recommendation.
      I have to assume this has something to do with the fact that Win32::IE:Mech is using a browser, instead of making a more direct request to the server? Do you have other ideas of reasons this could happen? Can you think of any ways to make the script access the documents I need?
      So he has actual code he needs to share :)
Re^2: Suggest a suitable module?
by jdetloff (Acolyte) on Jan 17, 2010 at 15:29 UTC
    Ok, I added some code