Anyone know how I can detect the use of $', $& or $' ?
Using these variables kills the performance of our application and I want to generate a warning.
Is there an internal flag within perl that can be tested?
Alternatively, is there anyway that I could turn off these special variables for all execution of my program?
Thanks!