Friday, 16 November 2012

Distinguish my and local? | Perl Scripting Interiew Questions

The variables which are declared using “my” lives only in that particular block ion which they are declared and inherited functions do not have a visibility that are called in that block. The variables which are defined as “local” are visible in that block and they have a visibility in functions which are called in that particular block.

No comments: