Which statement in Perl is used to import a module?

47. Which statement in Perl is used to import a module?

  1. import module_name
  2. include module_name
  3. use module_name
  4. None of these

Answer: C) use module_name

Explanation:

The "use" keyword in Perl is used to import a module in Perl.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.