Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Updating Tk window in real time

by BrowserUk (Patriarch)
on Jul 21, 2005 at 22:05 UTC ( [id://477030]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    #use mship;
    ...
        my $stats= rand() > 0.5 ? "Up" : "Down";
        $text->insert( 'end', "$remote_name is $stats\n");
    }
    
  2. or download this
    use strict;
    #use mship;
    ...
        my $stats= rand() > 0.5 ? "Up" : "Down";
        $text->insert( 'end', "$remote_name is $stats\n");
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (1)
As of 2024-04-25 07:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found