Dear All, I am a learner in Perl and this is my first post in this group. I need to search a word "Test 1.2.1" in my file. I am using "$_ =~m/Test \d+", but it searched only "Test 1" not the full content. I need to check whether it is "Test 1" or "Test 1.2" or "Test 1.2.1". Kindly help me in this regard
Regards, MadYuv