Home »
MCQs »
Perl Programming MCQs
What are reference in Perl?
63. What are reference in Perl?
- A way to access data with another variable
- Referring a function
- Class variable
- None of these
Answer: A) A way to access data with another variable
Explanation:
Reference in Perl is a way to access data with another variable.