Perl keywords for declaring variables: my, our and local???
Hi, I do a substantial amount of development work in Perl. Typically, I use the Perl strict module to force the declaration of variables via the use of the Perl keword my. Presently, I am involved in an integration project at work. We are using Perl to in...