Google News
logo
Perl - Quiz(MCQ)
Which of the following operator is used when the current value of a variable must be visible to called subroutines?
A)
local
B)
my
C)
state
D)
None of the above.

Correct Answer :   local


Explanation : The local is used when the current value of a variable must be visible to called subroutines.

Advertisement