Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Another Win32 Tk fileevent work around : using ioctl() properly

by bitshiftleft (Sexton)
on Jul 14, 2009 at 21:42 UTC ( [id://780083]=CUFP: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # TkClient.pl
    # A modification of the fileevent work around on Win32, from  the book
    +: "Mastering Perl/Tk",
    ...
          $mw->update;   # LET Tk DO UPDATES   
         } until $kid == -1; 
    }
    
  2. or download this
    # IO_server.pl
    # see also:
    ...
        print $data;  # tee
        syswrite $new_sock, $data;
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found