Hi all. I'm working on a serious perl threaded project, and I'm trying to use Threads::Queue to pass data between my threads, and now it is telling me that I can't use them to pass objects (that is blessed scalars).
Why is that? And what can I do about it? The exact error I get is: Thread 2 terminated abnormally: Invalid value for shared scalar at C:/Perl/lib/Thread/Queue.pm line 90. When I tried to share it, it just told me I couldn't assign the shared scalar to the object, so I got the same error but earlier. Any help, tips, advice is welcomed. -Wayne Simmons -- Software Engineer InterSystems USA, Inc. 303-858-1000 _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
