, 4.

All of the above 

">
MCQs > IT & Programming > Perl > Which code is True of Variables-Hashes?

Perl MCQs

Which code is True of Variables-Hashes?


Answer

Correct Answer:

%hash = (


    key => “val”

    foo => $item,

   thingies => “some stuff”,

);

say $hash{key}; # “val” 

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Perl Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Perl Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it