in reply to Re^2: Grep on a list of files in directory
in thread Grep on a list of files in directory

Escape the backslash:
@xml_files = glob($start_dir . '\\' . '*.xml');