View Single Post
Old 06-01-2018, 11:07 PM   #1
Pavan Techn
Registered User
 
Join Date: Mar 2018
Posts: 341
Explain the difference between declarations of 'my' and 'local' variable scope in Per

Variables declared with 'my' keyword live within a code block and can't get its visibility inherited in the functions called within that block.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Pavan Techn is offline   Reply With Quote