Hey Monks,
I have two .pl files which share two array variables.
1. Is that a good idea?
2. I get the following error while running the code:
"Attempt to free unreferenced scalar: SV 0x187ad44, Perl interpreter: 0x244114 during global destruction. "
which I believe has something to do with destructors since the arrays contains a list of class objects. Does perl behave in the same way as C++, when it comes to destructors?