On Sun, Feb 6, 2011 at 10:59 AM, Micky (Michael) Engel <[email protected]>wrote:

>  Upon going from "use 5.10" to 5.12.2 there are many errors of the type,
> e.g.:
>
> Global symbol "%monthd" requires explicit package name at excessgen15.plline 
> 9.
> Global symbol "%eqp" requires explicit package name at excessgen15.pl line
> 14.
> Global symbol "$filecw" requires explicit package name at excessgen15.plline 
> 24.
> Global symbol "$tot" requires explicit package name at excessgen15.pl line
> 25.
> Global symbol "$totalsizes" requires explicit package name at
> excessgen15.pl line 26.
> Global symbol "%ty" requires explicit package name at excessgen15.pl line
> 27.
>
> Any suggestion? (this program is with: use warnings, use autodie)
>

use strict and declare variables with "my"?
_______________________________________________
Perl mailing list
[email protected]
http://mail.perl.org.il/mailman/listinfo/perl

Reply via email to