Another alternative would be to use perl2exe to so-called compile your perl program into an executable.

I hear a lot of "so, what good does that do in this case"
The fact is that Windows (at least NT and 2k) will run an exe as a screen saver, as long as the exe has been renamed to a .scr extension.

Really, give it a try, rename a copy of cmd.exe to ssmyscreen.scr and hit the screensaver tab of display properties. This is actually pretty scary behaviour. Just for fun one time, rename login.scr to login.old and cmd.exe to login.scr, logout and wait ;->

In reply to Re: Activate a perl script with a screen saver? by the_slycer
in thread Activate a perl script with a screen saver? by dorp

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.