Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Atomic operations in perl and Tk::IO

by hiseldl (Priest)
on Apr 01, 2003 at 15:03 UTC ( [id://247248]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        my ($prch,$pid) = @_;
  2. or download this
    sub component_window {
        my ($prch,$pid) = @_;
        ...
    ...
        my ($proc,$text) = @_;
        ...
    }
    
  3. or download this
    sub component_window {
        my ($prch,$pid,$text)=@_;
        ...
    
  4. or download this
        ...
        my $tail = Tk::IO->new( 
           -linecommand => sub { tail_lines($prch, $text) });
        ...
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found