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

Atomic operations in perl and Tk::IO

by rinceWind (Monsignor)
on Apr 01, 2003 at 14:19 UTC ( [id://247232]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub component_window {
        my ($prch,$pid) = @_;
    ...
            $proc->{tailwin}->insert('end' => $outstr);
            $proc->{tailwin}->see('end');
    }
    
  2. or download this
    sub tail_lines {
            my ($proc,$text) = @_;
    ...
            $this->{tailwin}->see('end');
        }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (6)
As of 2024-04-23 23:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found