my @localfiles=grep/^file-15a_62_200405.*\.txt$/i readdir LOCALDIR; #### my @localfiles=grep /^file-15a_62_200405/i && /\.txt$/i readdir LOCALDIR;