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