in reply to Re: look through directory for tar files only
in thread look through directory for tar files only

*cough*
use File::Find::Rule qw/ find rule /; my @files = find( name => '*.tar', in => $dir );