My knowledge of Unix is far to old and out-of-date to be of any use with this. Does IE even run on unix platforms?

In any case, the description you have provided is far from clear. You give a very breif description a replicating bits of text from a browser window into another window as the mouse moves over the former, and you say you want to do this is perl. What is absent from your description is why you are trying to do this.

I am reminded of a project I was involved in a few years ago. It was a screen reader/speech synthesizer to allow vision impaired users to navigate/read a GUI desktop (the OS/2 Presentation Manager in that case). My contribution was adding the hooks into the guts of the OS to allow an add-on application to track the cursor and access the text beneath it. I can tell you that it required some highly optimised C/assembler code to make this happen in real time, and that was just tracking the cursor and text under it. The speech synthesis was performed by an external dedicated processor. Whilst processors are nearly a hundred times more powerful now, I still think that it is unlikely that it would be usuable if written in a partially interpreted language like perl even now.

If you provided a fuller explanation of what you are trying to achieve rather than what you think is the way to achieve it, you may well get some good suggestion from the wide range of able and willing unix guys assembled here.


Examine what is said, not who speaks.
"Efficiency is intelligent laziness." -David Dunham
"When I'm working on a problem, I never think about beauty. I think only how to solve the problem. But when I have finished, if the solution is not beautiful, I know it is wrong." -Richard Buckminster Fuller


In reply to Re: Re: Re: Perl application to read the current browser page by BrowserUk
in thread Perl application to read the current browser page by Anonymous Monk

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.