Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Perl ScreenSaver

by tall_man (Parson)
on Feb 25, 2003 at 16:21 UTC ( [id://238473]=note: print w/replies, xml ) Need Help??


in reply to Perl ScreenSaver

perl/Tk applications will work on Windows, and you can easily bind mouse and keyboard activity to exit the program.
use strict; use Tk; my $mw = new MainWindow(); ... $mw->bind("<Motion>",sub { $mw->destroy }); MainLoop;

Replies are listed 'Best First'.
Re: Re: Perl ScreenSaver
by beretboy (Chaplain) on Feb 25, 2003 at 23:21 UTC
    Thanks thats perfect!

    "Sanity is the playground of the unimaginative" -Unknown
      post code or email to zack@nasledov.com

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://238473]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-04-25 10:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found