Help for this page

Select Code to Download


  1. or download this
    #semaphores
    my $writelog = Thread::Semaphore->new(); #sequential log writing
    ...
            $writelog->up();
        }
    }
    
  2. or download this
    package other;
    
    ...
            timeLen => 24.24,
        },
    );
    
  3. or download this
    package other.pm
    
    ...
            $writelog->up();
        }
    }
    
  4. or download this
    sub debugLogFunctionNameLineNum {
    #debugLogFunctionNameLineNum((caller(0))[2],(caller(1))[3], @_);
    ...
            $writelog->up();
        }
    }