Hi to all,

I am not sure if this is the right forum to post this query. But please help if possible..

I am working on a perl module called Win32::IE::Mechanize which opens up Internet Explorer using OLE automation concept and gets the html content of any url. It works fine when used in Windows platform directly. But if I try to run the program in Windows from Unix platform using SSH to communicate to the Windows machine, it is not working.

Can you please help me in knowing what is the problem and how to fix it. Or please suggest me where to post this query if this is not the right forum..

Thanks a lot in advance..

update :

The Win32::IE::Mechanize module is such that it prints 'Cannot create an InternetExplorer.Application' if it is not able to open up Internet Explorer successfully. But this error message is not displayed. So I guess it is able to open IE but not able to communicate properly with it. Appending this update, perhaps it may give a better picture..

In reply to Win32::IE::Mechanize from unix???? by monkster

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.