MCQs > IT & Programming > Perl > What should be the output of @nums = (1..10); splice(@nums, 5,5,21..25)?

Perl MCQs

What should be the output of @nums = (1..10); splice(@nums, 5,5,21..25)?

Answer

Correct Answer: 1 2 3 4 5 21 22 23 24 25

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