Home / CSE MCQs / Perl MCQs :: Discussion

Discussion :: Perl MCQs

  1. What will be printed by the code below? my $val = {}; print ref($val);
  2. A.
    empty value
    B.
    Array
    C.
    Hash
    D.
    Scalar

    View Answer

    Workspace

    Answer : Option C

    Explanation :



Be The First To Comment