Objects, threads and so on

2003-09-29 Thread lists_perl_org
Hi all, I'm quite new to Perl so please bear with me :) I've experience in Delphi so I thought I knew about objects... it seems I don't :( I want to have a class I won't instanciate (static members and variables), with global vars so I can access them and change them from withing threads/forks.

Re[2]: Objects, threads and so on

2003-09-30 Thread lists_perl_org
Hello all, (david, sorry if you receive this several times, I've had a hard time with the email client). Thank you all for your attention. I'll answer here for the three who wrote about this thread. The example David wrote is wonderful. I was missing ": shared". That was exactly what I wanted to