Local « Subroutine « Perl






1.Local variable shadows the gloabl variable
2.Local variable shadows the global variable in a subroutine
3.Local variables in subroutines
4.Difference between my and local
5.Duplicate global and local variable name (use strict;)
6.Using local