while( defined( $_ = readdir MYDIRHANDLE ) ) { push @aryFiles, $_ if /\.xml$/i; } closedir MYDIRHANDLE; # ^^^ note this