I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2011-12-14 14:05:29.913335-08 by rascpan
Can't locate object method "down_force" via package "Thread::Semaphore"!!
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.
Direct Responses: 13569 | Write a response