Is the Scalar keyword in Perl is used to?

96. Is the Scalar keyword in Perl is used to?

  1. Create a scalar value
  2. Convert expression to scalar context
  3. Perform forceful evaluation to scalar
  4. All of these

Answer: D) All of these

Explanation:

Scalar keyword in Perl is used to,

  • Create a scalar value
  • Convert expression to scalar context
  • Perform forceful evaluation to scalar

Comments and Discussions!

Load comments ↻






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