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);
    
    }