use File::Find::Rule;
my @EnvListFile = find( file => name => qr/EnvList\.\d{10}/, in => "$HOMEDIR/data" );
In reply to Re: RegEx within glob by Anonymous Monk in thread RegEx within glob by Saved