You didn't say whether this is on Doze or X Window System on some flavor of UNIX. If it is 'NIX, then you can tell your Window manager which display to write to when you pop a window open. Once it's open, it's a filehandle like any other. You'll need to use a windowing toolkit with your Perl (or C, for that matter). and CPAN has a whole slew of helpful modules (look under User Interfaces) that you can use to talk directly to X and to the Windowing toolkit of your choice (Tk, Gtk, Qt, etc.) on top of it. A reasonably simple one to look at is X11::Fvwm, which talks directly to a simple X window manager with Display-shifting ability.

Someone else will have to help you if it's a Doze system; you can set up multiple monitor cards in Windows and I suspect the place to start would be the ActiveState docs.

In any case, your goal is a good one, and welcome to the Perl community!

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