in reply to Variable scope & subroutines
When I hear about issues like this, the conclusion I draw is that you have created a closure through a typographical error. You should be able to track this down using -c and strict by changing the name of the top-level variable. If you post a less sanitized version, we should be able to help debug.
|
|---|