CIW PERL FUNDAMENTALS 1D0-437 Question # 1 Topic 1 Discussion

CIW PERL FUNDAMENTALS 1D0-437 Question # 1 Topic 1 Discussion

1D0-437 Exam Topic 1 Question 1 Discussion:
Question #: 1
Topic #: 1

In the context of Perl user-defined subroutines, which statement is the most accurate?


A.

Variables declared using the my keyword are global in scope.


B.

Variables declared using the local keyword are only available to the subroutine from which they are declared.


C.

Variables declared using the my keyword are available to the calling subroutine.


D.

Variable declared using the local keyword are available to subsequently called subroutines.


Get Premium 1D0-437 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.