Q. What will be printed by the code below? my $val = {}; print ref($val);
β
Correct Answer: (C)
Hash
You must be Logged in to update hint/solution