MCQs > IT & Programming > Perl > Define a sample perl hash of arrays using the code?

Perl MCQs

Define a sample perl hash of arrays using the following code?


Answer

Correct Answer:

%tgs = (

    'top 5' =>  [ 'Best linux OS', 'Best System Monitoring', 'Best Linux Text editors' ],

    '15 example' => [ 'rpm command', 'crontab command', 'Yum command', 'grep command' ],

);

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