Q.

What is output of following perl program ? My $val='x'; print ref($val);

A. scalar
B. empty value
C. string
D. "not a reference"
Answer» B. empty value
3k
0
Do you find this helpful?
13

Discussion

No comments yet