MCQs > IT & Programming > Perl > For the string '2011/12/04' and regular expression '/(\d+)\/(\d+)\/(\d+)/', you can use $3 to return '04'. What other variable can be used to return '04'?

Perl MCQs

For the string "2011/12/04" and regular expression "/(\d+)\/(\d+)\/(\d+)/", you can use $3 to return "04". What other variable can be used to return "04"?

Answer

Correct Answer: $+

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