IO::Tty maybe in unix or cygwin?

Need more info. Your description is unfortunately confusing. Is it the case that you have a dual-headed video card of which you are only using one of the heads to show a text-based screen, and you also have a secondary dumb vt100 terminal hooked up to serial output?

If you are talking about throwing out the vt100 terminal and using modern displays on both heads then you just need to start up your program on the other display. If you are running two unix curses displays maybe the IO::Tty module is what you want. Or read the X server comment above.

Incidentally I have not used it but you might want to check Ultramon a (free I believe) multimonitor window manager for windows, if that's what you are using. My understanding is that basically you get a single desktop spanning the two monitors, not like with two separate X sessions (could be both are possible with XP..), and that you can set an app to open on a given monitor (or perhaps use a script if you have ultramon). In which case perl would think it is just a window on your desktop, and you could move the window to a certain position with a gui library (like Wx::Perl I suppose). Possibliy you could read Ultramon's library and script in Perl though they talk about Jscript and Basic stuff. Please describe setup and exactly what you want to do if this doesn't help.


In reply to Re: contolling two screens by mattr
in thread contolling two screens 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.