my @files = File::Find::Rule->new ->maxdepth(2) ->file() ->in('/path/to/stuff');