Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Re: Re: Re: Re:(wog) Win32::Gui + Threading?

by Flame (Deacon)
on Nov 13, 2001 at 03:45 UTC ( [id://124950]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    pipe(FROM_P, TO_C) or die "pipe: $!";
    select(((select(TO_C), $| = 1))[0]);
    
    ...
          }
       }
    }
    
  2. or download this
    sub GMSMain_Terminate
    {
       defined(my $win = $Win32::GUI::Loft::window{GMSMain}) or return(1);
    ...
       return(-1);
    
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found