|
Hello,
I am using down_method of Thread::Semaphore and it gives me the above error. That is that i have done:
use
#!/tool/bin/perl
use threads::shared;
use Thread::Semaphore;
my $s = Thread::Semaphore->new();
$s->force_down(); #it complains about this one
...more code here...
Thank you. |