Total Questions : 20
Expected Time : 20 Minutes

1. Which function is used to sort an array in Perl?

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

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

4. Explain the concept of XS in Perl and its use cases.

5. What does CGI stand for in Perl programming?

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

7. What is the purpose of the 'Data::Dumper' module in Perl?

8. In Perl, how do you check if a key exists in a hash?

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

10. Which operator is used for conditional execution in Perl?

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

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

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

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

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

16. What is the role of the 'Algorithm::Permute' module in Perl?

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

18. How do you merge two hashes in Perl?

19. Which operator is used for exponentiation in Perl?

20. Explain the concept of Perl's 'taint mode' and its significance.