Help for this page

Select Code to Download


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