rsilvergun has asked for the wisdom of the Perl Monks concerning the following question:

Wise ones, I abase myself.

Here in I have found my question but no answers:

http://www.perlmonks.org/?node_id=649341

Is this even possible? I a reference to an IE window (it's OK if there's only 1 onscreen). Ultimately I want to use the DOM for screen scrapping IE. Maybe I'm going the wrong route to screen scrape, but I haven't found an alternative....

Replies are listed 'Best First'.
Re: The DOM of IE
by Anonymous Monk on Jun 24, 2009 at 06:24 UTC
    Wise ones, I abase myself.

    Please don't, do some reading instead :)

      Ah, I haven't had any luck. I've found many posts that tell me what doesn't work (GetActiveObject doesn't work because IE doesn't register itself in the ROT), and I've found some Python Examples that work (alas, that's not an option), but no solution for Perl.
        What example?