Total Questions : 40
Expected Time : 40 Minutes

1. How do you open a file in Perl for both reading and writing?

2. In Perl, how do you create a constant variable?

3. Explain the concept of Perl's 'tie::IxHash' module.

4. Explain the purpose of the 'wantarray' function in Perl.

5. What is the purpose of the 'given-when' construct in Perl?

6. Explain the purpose of the 'mro' module in Perl.

7. In Perl, how do you declare an array?

8. What is the purpose of the 'elsif' statement in Perl?

9. How do you access command-line arguments in Perl?

10. What is the 'do' block used for in Perl?

11. What is the purpose of the 'else' statement in Perl?

12. Explain the role of the 'XSLoader' module in Perl.

13. What is a closure in Perl, and how is it useful?

14. Which module is used for handling JSON in Perl?

15. Which Perl function is used for reading input from the standard input?

16. Which operator is used for string concatenation in Perl?

17. Which operator is used for logical AND in Perl?

18. In Perl, how do you get the current process ID?

19. Which function is used for pattern matching in Perl?

20. What is the purpose of the 'use strict;' pragma in Perl?

21. What is the purpose of the 'my' keyword in Perl?

22. What is the 'namespace::autoclean' module used for in Perl?

23. Explain the purpose of the 'IPC::Run' module in Perl.

24. Explain the use of the 'POE' module in Perl.

25. What is the purpose of the 'strict' pragma in Perl?

26. What is the significance of the 'bignum' pragma in Perl?

27. What is the purpose of the 'map' function in Perl?

28. Explain the concept of tied variables in Perl and provide a use case.

29. What is the significance of the 'Perl::Critic' module in Perl development?

30. Explain the purpose of the 'tie' and 'tied' functions in Perl.

31. How do you comment a single line in Perl?

32. In Perl, how do you check if a file exists?

33. Which module is commonly used for database access in Perl?

34. What is the purpose of the 'sprintf' function in Perl?

35. What is the significance of the 'autodie' pragma in Perl?

36. What is the purpose of the 'rand' function in Perl?

37. What is the purpose of the 'redo' statement in Perl?

38. How do you check the length of an array in Perl?

39. In Perl, how do you open and read a file?

40. What is the purpose of the 'next' statement in Perl?