Help for this page

Select Code to Download


  1. or download this
    This is perl, v5.8.7 built for MSWin32-x86-multi-thread
    
    Copyright 1987-2005, Larry Wall
    
  2. or download this
    $ChildPID = system 1, $CMDLine;
       my $Lock = Glck->new($ResName);
       LOG_MSG("I", "Online.pl is about to exit with 0.", 52099);
       exit (0);
    
  3. or download this
    require Win32::Process;
        
        my $ParentPID;
    ...
        $Lock->lock_mk($ChildPID);
        LOG_MSG("I", "Online.pl is about to exit with 0.", 52099);
        exit (0);