Hi all,
I have a variable $match_dir which has the value c:\abc
and I have an array @subdirs_current_dir in which I have directories such as c:\abc123, c:\def, c:\abctyp etc. Now I want to retrieve c:\abc123 and c:\abctyp from the array. So I wrote following piece of code