|
I'm trying to create a concrete instance of a RWLock with:
my $lock = Thread::Resource::RWLock->new();
But I'm getting the runtime error:
"Could not find file for 'Thread::Resource::RWLock::Array' at /...../load.pm line 256"
Any hint as to what I might be doing wrong?
Thanks,
--Dave
|