Written
October 16, 2009
I am trying to use this with ActivePerl 5.8.9 and when I attempt to run it hangs. Even when I comment out the 'use constant's and put in 0x10 and 0x20 into the ExecQuery it hangs. It is hanging immediately though because even if I put a print "test"; line anywhere in the program, it does not print out unless ExecQuery does NOT receive a third argument of 0x10 | 0x20. I also tried 'use strict' and putting 'my' in front of variables and it hung in the same way.
I am stumped. Why might this be happening?