Help for this page
use strict; use warnings; ... return unless /^\d+$/; # your regex print $File::Find::name . "\n"; }