Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Updating Tk window in real time

by tcf03 (Deacon)
on Jul 21, 2005 at 20:16 UTC ( [id://476993]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use mship;
    ...
        my $stats=($status{status} == 0) ? "Up" : "Down";
        $text->insert('end', "$status{remote_name} is $stats\n");
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
    =cut
    
    1; # End of mship
    

Log In?
Username:
Password:

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

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

    No recent polls found