Thursday 3 September 2015

Top 15 PERL Objective type Questions and Answers

1) Arrays are denoted by _______in Perl.
A. @
B. %
C. $
D. #
Ans:  A
2)Scalar is denoted by_______in Perl.
A. #
B. $
C. %
D. ^
Ans:  B
3)Does Perl have objects?
A. Yes
B. No
Ans:  A
4)What will display the list of warning messages regarding the code?
A. Strict pragma
B. The -w Command-line argument
C. Using the built-in debugger
Ans:  B
5)When the “require” function loads?
A. Runtime
B. Compile time
C. Both
Ans:  A


More Questions & Answers:-
Page1 Page2 Page3

No comments:

Post a Comment