Home
Perl
Array
CGI
Class
Data Type
Database
File
GUI
Hash
Language Basics
Network
Regular Expression
Report
Statement
String
Subroutine
System Functions
Win32
XML
Menu
Local « Subroutine « Perl
Perl
Subroutine
Local
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