in reply to Re: perl multithreading
in thread perl multithreading

At present I am working on GUI. In this I created some icon buttons. And I want to make this buttons multi-threaded. For one of the buttons subroutine I created a thread. The thread is working fine ( i shared the variables, created at begininng). The problem in the threaded subroutine is I am loading a external perl file( for example - do 'add.pl') which is not working ( i mean not loading). The external file also loads other files, modules in itself. What is the problem I am facing here. Is that I have make all the variables in this external file as shared variables?

Replies are listed 'Best First'.
Re^3: perl multithreading
by eyepopslikeamosquito (Archbishop) on Jul 17, 2011 at 06:12 UTC

    You've just responded to a four year old thread. Not a good idea. Instead, compose a new question in the "Seekers of Perl Wisdom" section.

    Before you do that, however, take the time to read How do I post a question effectively? In particular, show us the code you've written and the specific error messages you're seeing.

      Thank you for info. I posted new question with all details at

      http://www.perlmonks.org/?node_id=914924

      If posting to old threads is frowned upon, then the website should warn you, otherwise, what's the harm?