in reply to help with "use strict" and code organization

Whenever I declare use strict; at the beginning of the script, perl spits out an error where a bunch of variables are wrong. I double, triple, and quadruple checked that all of my variables are declared with 'my', but it keeps giving me that error.

Meet us halfway: what did your my statements look like, and what was the error that was produced?

  • Comment on Re: help with "use strict" and code organization