in reply to Global objects?
Regarding the threads: I don't really know. You can use threads::shared, but I don't know if that works for objects. Maybe the threads tutorial is a good starting place for you.our %test; $test{item1} = Person->new("...", ...); $test{item2} = Person->new("...", ...);
|
|---|