Hi:
My boss hinted that he might have me look at a problem he's having running a perl script. Wanting to be proactive in finding a solution, I'm posing the problem to the community for initial feedback.
He claims that perl executes lines in the expected order on one machine, but executes them in a different order on a different machine (both linux, same version of perl, machine configs the same (or so he says)). What could account for behavior like this? I've seen something like this myself in the past but never figured it out. Back then (if memory serves) it would run fine in the debugger, but the order of execution would be different outside the debugger.
Just looking for possible explanations and, if possible, solutions.
Thanks in advance. And sorry for the lack of details.