in reply to Re: A better regexin thread A better regex
my @files = glob( '{A,B}FILE_*zip' ); or my @files = <{A,B}FILE_*zip>; [download]