Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

capture output of a daemon in a tk widget on win32

by xiper (Friar)
on Mar 23, 2004 at 23:20 UTC ( [id://339244]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict; $|++;
    
    ...
      print "sysread() got $num bytes:\n[$buffer]\n";
      $text->insert( 'end', $buffer );
    }
    
  2. or download this
    use strict; $|++;
    
    ...
      print "sysread() got $num bytes:\n[$buffer]\n";
      $text->insert( 'end', $buffer, 'red' );
    }
    
  3. or download this
    use japh; print;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2024-04-20 02:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found